Added argument to fmt_scan() to specify the buffer size.
[mmh] / uip / replsbr.c
2012-11-03 David LevineAdded argument to fmt_scan() to specify the buffer...
2012-06-29 David LevineRemoved the one remaining unused #ifdef ISI.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
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...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-29 Oliver Kiddleremove trailing newlines from components to fix bug...
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...
2005-10-05 Oliver KiddleHarald Geyer: back out fork/vfork workaround and handle...
2005-05-18 Oliver Kiddletest/report error writing to stdout
2003-06-26 Glenn Burkhardtfix for bug #578 repl leaks umask; there are several...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision