]> diplodocus.org Git - nmh/history - sbr/makedir.c
Fix invalid pointer arithmetic.
[nmh] / sbr / makedir.c
2017-08-28 Ralph CorderoyDon't cast zero to char for storing at pointer to char.
2017-05-16 Ralph Corderoysbr/makedir.c: Move prototype from h/prototypes.h to...
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.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-04-03 Eric GillespieRename and document functions that read from stdin.
2014-02-02 David LevineRemoved some unused code that forked /bin/mkdir to...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2013-04-27 David LevineRemoved #include of sys/param.h from sbr/makedir.c...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinMake sure these stdarg lists are properly terminated...
2013-02-01 Ken HornsteinFinally switch over from vfork() to fork() completely.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-03-15 Dan HarklessWhen I fixed the long-standing makedir() bugs in Januar...
2000-01-27 Dan HarklessFixed multiple bugs in makedir(). First off, when...
1999-04-30 Doug MorrisInitial revision