[bug #4302] errno is not always an extern int
[mmh] / sbr /
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2003-09-30 Glenn Burkhardtcorrected termination condition for fill character...
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4297] The strlen mh-format function can crash...
2003-09-05 Ken HornsteinFix from branch.
2003-09-05 Ken HornsteinQuiet lock warning.
2003-09-05 Ken HornsteinMerge in locking fixes into the main line.
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-11-21 Jon SteinhartFixed a typo in the SRCS definition; had a .o where...
2002-11-20 Jon SteinhartFixed a bug in the waitpid version where it would retur...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-09-09 Jon SteinhartNew routine that provides interface to external programs.
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2001-02-06 Shantonu SenBe more picky about symbolic time zones, and accept...
2000-12-22 Shantonu SenTake out memory hints, since we are assuming flex over...
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenTook out incorrect time zones like JST and BST.
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-09-06 Shantonu SenTook out parsing of military time, which was causing...
2000-07-24 Dan HarklessRenamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DS...
2000-07-24 Dan HarklessWhen Shantonu wrote the new, more portable dtimep.lex...
2000-07-16 Kimmo SuominenComplete HAVE_MKSTEMP.
2000-07-16 Kimmo SuominenKeep this working with other makes than GNU.
2000-06-09 Dan HarklessNew dtimep.lex didn't parse day names properly. Fixed...
2000-06-04 Ruud de Rooij* Added autoconf test for Miquel van Smoorenburg's...
2000-05-31 Shantonu SenAdded back memory options for AIX to increase available...
2000-05-31 Doug Morrisadded lint targets for Makefiles and a configure test...
2000-05-29 Shantonu SenUpdated sbr functions to include <h/tws.h> instead...
2000-05-29 Shantonu SenMoved date/time functions from zotnet/tws to sbr. More...
2000-05-28 Ruud de RooijFixed m_getfld bug which caused segmentation faults...
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.
2000-05-11 Shantonu SenRemoved explicit definition of both SRCS *and* OBJS...
2000-05-10 Dan HarklessPrepended "Portions of this code are" to the copyright...
2000-05-09 Dan Harkless* Changed configure.in to use gcc -Wall even without...
2000-05-09 Dan HarklessGot rid of four warnings in Shantonu's new getpass...
2000-05-09 Shantonu SenFix some compile-time warnings.
2000-05-07 Shantonu SenAn nmh-specific getpass, to remove dependency on system
2000-05-07 Shantonu SenAdded getpass to SRCS and OBJS.
2000-04-17 Shantonu SenAPOP support: Use the ruserpass function in this direct...
2000-04-09 Doug Morrisbug fix - prevents core-dumping on scan -format '1'
2000-03-15 Dan HarklessWhen I fixed the long-standing makedir() bugs in Januar...
2000-03-14 Dan HarklessChanged strdup() in strdup.c to take a _const_ char...
2000-03-14 Dan HarklessModified username_extension masquerading to only use...
2000-01-28 Dan HarklessMade a couple of minor whitespace changes to test if...
2000-01-27 Dan HarklessFixed multiple bugs in makedir(). First off, when...
2000-01-26 Dan HarklessDan Winship informed me that the right fix when gcc...
2000-01-25 Dan HarklessPut in a prototype for stdio internal function _filbuf...
1999-10-27 Doug Morrisfixed test in Makefiles for LIBTOOL for the case where...
1999-10-26 Doug Morrisfixed libtool check, sort of...
1999-10-21 Doug Morrischanges to allow building under Mac OS X/Rhapsody
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-10 Doug Morrisconfigure, configure.in stamp-h.in, and uip/Makefile...
1999-07-16 Dan HarklessEliminated unsued sigset_t variables set and oset.
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-07-16 Dan HarklessChanged from returning void to returning int so that...
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-05-13 Dan HarklessUse "#include <errno.h>" instead of "extern int errno...
1999-05-13 Dan HarklessFixed a signal-handling bug that could cause whatnow...
1999-05-13 Dan HarklessDon't add line breaks in the middle of long addresses...
1999-05-13 Dan HarklessChange ordering of a conditional to prevent a bad point...
1999-04-30 Doug MorrisInitial revision