]> diplodocus.org Git - nmh/history - uip/scan.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / scan.c
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 boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-02-22 Ken HornsteinMerge branch 'format-test'
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-22 David LevineRemoved unnecessary m_getfld_state_destroy() from scan.c.
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...
2013-01-06 David LevineRemoved support for #ifdef LBL. It was broken anyways,
2012-12-12 David LevineRemoved a few #ifndef JLR/#endif pairs because they...
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-10-21 Anders ErikssonChanged scan to always pass the folder argument. This...
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-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-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision