]> diplodocus.org Git - nmh/history - uip/folder.c
vector.c: Move interface to own file.
[nmh] / uip / folder.c
2017-11-12 Ralph Corderoypath.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-11-02 Ralph CorderoyDon't have `static' of a function definition on its...
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-11-01 Ken HornsteinMerge branch 'master' of git.sv.gnu.org:/srv/git/nmh
2017-11-01 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
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-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-14 Ralph CorderoyUse new PLURALS(n) macro instead of variety of tests.
2017-05-13 Ralph Corderoyuip/folder.c: Use `%s' for plural, not `%c'.
2017-05-13 Ralph Corderoyuip/folder.c: Rewrite plural test to common form.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyCorrect first-line comments where filename is wrong.
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-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2016-12-10 Ralph CorderoyRename recently added HasSuffixC() to has_suffix_c().
2016-10-30 Ralph CorderoyReplace printf("%s", foo) with fputs(foo, stdout).
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-30 Ralph CorderoyReplace printf("...\n") with puts("...").
2016-10-24 Ralph CorderoyRename EndsWithC() to HasSuffixC().
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-19 Ralph CorderoyAdd EndsWithC(char *s, int c) and call it in some initi...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-15 David LevineChanged "existant" to "existent". Found by misspell_fixer.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 David LevineExposed a bunch of switches that are now documented.
2016-09-08 Ken HornsteinOnly get a write lock on the sequences file if we're...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2016-08-29 David LevineAdded warning message on stderr if folder -nocreate...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
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-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
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-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-08-31 Eric SchnoebelenMove chdir() call so -recurse option works again.
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
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...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2008-08-05 Peter Maydelluip/folder.c: chdir(nmhdir) in main rather than in...
2008-08-05 Peter MaydellDump hacky overoptimisation in addir -- it doesn't...
2008-08-05 Peter MaydellSimplify dodir/addir/addfold (patch from Eric Gillespie)
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-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
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-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision