]> diplodocus.org Git - nmh/history - uip/new.c
getpass.c: Move interface to own file.
[nmh] / uip / new.c
2017-11-12 Ralph Corderoyr1bindex.c: Move interface to own file.
2017-11-12 Ralph Corderoytrimcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoyvfgets.c: Move interface to own file.
2017-11-12 Ralph Corderoygetcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoym_atoi.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_save.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_replace.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoybrkstring.c: Move interface to own file.
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-13 Ralph Corderoynew.c: Order two return statements to match comment.
2017-09-13 Ralph CorderoyRemove casts of NULL to a data pointer.
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-04 Ralph CorderoyReplace FALSE and TRUE with C99's false and true.
2017-09-03 Ralph CorderoyReplace boolean with bool everywhere.
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-05-23 Ralph CorderoyReplace some "FALLTHRU" comments with control flow.
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyh/prototypes.h: Give sbr/lock_file.c's prototypes their...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-24 Ralph CorderoyMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2016-10-24 Ralph CorderoyReplace puts() with putchar().
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyRename local enum to avoid clashing with NEW() macro.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineUse WIFXEXITED to check return status of system(),...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-04-10 Lyndon NerenbergWhen lkfopendata() fails, seqfile is being freed too...
2014-04-10 Lyndon NerenbergClang's static analyzer reports a potential NULL pointe...
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
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...
2013-10-16 Ken HornsteinAdd locking support to the version of the sequence...
2013-04-29 David LevineRemoved some #includes of stdio.h, ctype.h, stdlib...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
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-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-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-02-12 Ken HornsteinAnother problem discovered by the test suite.
2012-02-07 David LevineCaught by the test suite: sequences[0] needs to be...
2010-12-20 Peter MaydellFix used-uninitialised warning in new.c
2010-12-20 Peter MaydellFix crash if fnext/fprev are given an empty folder...
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...
2009-12-30 David Levine * uip/new.c: cast folder_len to int to avoid warning on
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,