| 2012-03-27 | markus schnalke | new: Improve the fix with the NULL-sentinel. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Correct the maximum number of sequences in the mark... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Show assignment of configure variables using VAR=VALUE... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | We have only numeric timezone support (e.g. +0200)... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | new: sequences[0] needs to be initialized to NULL. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Added error message if COMPLETION-BASH is source directly. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Exit with error message if no library could be found... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Replace www.ics.uci.edu/~mh/ links with corresponding... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | abs() is part of C89. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | FreeBSD needs the HAVE_STRUCT_TM_TM_GMTOFF test. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | uip/termsbr.c: remove references to PC. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | s/AC_CHECK_NETLIBS/NMH_CHECK_NETLIBS/, since it's not... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Removed the undocumented `select' option of slocal... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Removed HAVE_STRUCT_TM_TM_GMTOFF support. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Removed unused parameter of replout(). | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Changed types and added casts so that build is clean... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Proper field initialization. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Documented support of OURDEFS to pass compile flags... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Add some comments to the format compiler and engine. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Update README.developers with the correct version of... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Remove some unused macros. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Completely remove the use of TIME_WITH_SYS_TIME. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Remove OS-specific defines. Remove GECOS ampersand... | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Clean up time handling; always assume we have tzset(). | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | We are making POSIX signal support a requirement. | commit | commitdiff | tree | snapshot | 
| 2012-03-27 | markus schnalke | Switch from using RETSIGTYPE via autoconf to void. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | The result from the call to parse_mime() was ignored. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Removed hard-coded -I.. and -I../.. from INCLUDES. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Added Content-Description header with the filename... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Added removal of autom4te.cache directory to mostlyclea... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Remove RPATH code though. Discussions on nmh-workers... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Added datarootdir definitions to silence warnings from... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Removed check for st_blksize; it's required by POSIX. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Switch to standard autoconf macro for checking d_type... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Remove #ifdef around use of sigsetjmp(). | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Remove overrides for 'broken' stat macros. Remove redun... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Nuke directory processing conditionals; use dirent.h. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Clean up process wait to use POSIX waitpid() interface. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Make use of mkstemp() unconditional (vs. mktemp()). | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | No longer check for the mkstemp() function in the mkste... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Remove compatibility functions that are always provided... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Ignore OSPEED/ospeed in termcap. Nothing current should... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Collapse termio/termios/sgtty terminal interface down... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Deprecate uname() in favour of (Posix) gethostname(). | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Moved #endif so that lockit () is only declared with... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Changed second argument of calls to part_ok() and type_... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Replaced cvs with git references. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Removed unused local variables to eliminate warnings... | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | There's no need for killpg(). We can use kill() instead. | commit | commitdiff | tree | snapshot | 
| 2012-03-26 | markus schnalke | Removed conflict(8), because checking passwd, /var... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Removed the now irrelevant parts of the ``history secti... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | CHANGE OF THE DECADE: I finally gave m_unknown() a... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | s/unixbuf/fromline/ and minor refactoring. | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Replaced msg_style with the boolean ismbox. | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | We don't need m_msgdef.c separately and some minor... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Removed support to handle ARPAnet (RFC733) addresses... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Removed personal flavor for ISI. | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Merged folder_pack.c into folder.c. | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Replaced folder_exists() by a call to create_folder(). | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Fixed `inc -silent' by not building a scan line if... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | In-sourced copyip() and could make the code simpler. | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | closefds() doesn't seem relevant or large enough to... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | Replaced atooi() with strtoul(..., 8). That's part... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | whatnow: alist will now always list in long and numbere... | commit | commitdiff | tree | snapshot | 
| 2012-03-24 | markus schnalke | etcpath(): The unchanged argument is the ultimate fall... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | Merged annosbr.c into anno.c, as it is no longer used... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | We need to fix `anno -list -number'. Seems anno needs... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | whatnow: call external anno(1) instead of internal... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | whatnow: Some minor refactoring. | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | forw,repl: Replaced internal annotate() call with invok... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | anno: Can annotate files now too. This feature is yet... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | Fixed building in a separate build directory. | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | Make mhn.defaults a static file and removed the scripts... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | Removed unused defines. | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | mhmail: If spost fails, preseverve draft by hand, not... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | makedir(): Removed the strange RUID!=EUID code and... | commit | commitdiff | tree | snapshot | 
| 2012-03-23 | markus schnalke | scan(): Symbolic names instead of magic numbers. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Removed the trivial peekc() and put the code at the... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Removed now unused OfficialName(). (Had been for UUCP... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Remove accidentally added files. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Removed unused fdcompare(). | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Insourced push() into send. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Minor refactoring. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Removed the ``performance hack'' for inc as... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Fixed scan and inc. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Minor refactoring and some comments. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Remove remainings from scan format `body' pseudo-component. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Further refactoring. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | scansbr: Only write to file if we're incing, but not... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Refactoring in scansbr.c. Especially, took the logic... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Removed the DBMPWD (aka. DBM) define. It was per defaul... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Merged mhstoresbr.c into mhstore.c, cause it's not... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Merged mhbuildsbr.c into mhbuild.c, cause it is not... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Rewrote late declations, which are part of C99, but... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Added a note that I autoconf-2.59 should be enough. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Distribute autogen.sh in the tarballs. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Updated message, as `install-mh' had been replaced... | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Moved and renamed some documentation files. | commit | commitdiff | tree | snapshot | 
| 2012-03-22 | markus schnalke | Removed remaining absolute mmh program path names from... | commit | commitdiff | tree | snapshot | 
| next |