X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=c7787ee4549e354e17b7794fb7ca87dd28509db1;hb=e25b4ce52c29f7458cd203cc70f73e1a6a241ede;hp=4bfa7863063f61984f79eb504030bd2716398b08;hpb=582d618b69077087961c367bd1631495906c92a8;p=mmh diff --git a/ChangeLog b/ChangeLog index 4bfa786..c7787ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2006-01-14 Josh Bressers + + * sbr/fmt_scan.c: Turn the PUTSF macro into a function capable of + handling multi column characters. + +2006-01-07 Josh Bressers + + * Remove sbr/strerror.c -- strerror(3) is defined in C89. + +2006-01-06 Josh Bressers + + * patch #3968: Move the add() function from its own file (add.c) and + into utils.c. There was also a duplicate add() function in mf.c which + has been removed. + +2006-01-02 Josh Bressers + + * Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c. + +2006-01-01 Josh Bressers + + * patch #3967: Create a mh_xrealloc function to prevent mistakes when + calling realloc. + +2006-01-01 Josh Bressers + + * patch #3966: Create a mh_xmalloc function to prevent mistakes when + calling malloc. + 2005-12-24 Peter Maydell * Bug #15285: Don't use $< in target rules in makefiles, as POSIX