]> diplodocus.org Git - nmh/history - uip/rcvtty.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / rcvtty.c
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineRestored the unlinks of temporary files immediately...
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-24 David LevineReplaced use of mkstemp() with m_mktemp2() in header_fd...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2013-12-13 David LevineTweaked rcvtty.c to squelch warnings on OpenBSD. Three...
2013-10-19 David LevineAdded volatile qualifier in a couple of places to get...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergRevert "Move a variable manipulation outside the contex...
2013-07-01 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2013-07-01 Lyndon NerenbergMove a variable manipulation outside the context of...
2013-07-01 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2013-06-30 Lyndon NerenbergRemove spurious return statements after exit().
2013-04-14 David LevineMoved #include of signal.h to h/signals.h. And it...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-24 David LevineAdded functions for inc, msh, rcvtty, and scan to access
2013-01-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-04-25 Ken HornsteinDisable utmpx support for systems that lack getutxent.
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2005-11-08 Oliver KiddleSimon Burge: fix to handle getutent() on NetBSD
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-05-28 Ruud de Rooij* Added autoconf check for getutent().
2000-05-28 Ruud de Rooij* Applied patch from Peter Maydell to uip/scansbr.c...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
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 compilation warnings.
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-04-30 Doug MorrisInitial revision