X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=46d2bdbfafa352700f1fad42cc3b31ca01dcae0a;hb=9a33ff618b5901a3af815650d4b84d39ee96e529;hp=4bfa7863063f61984f79eb504030bd2716398b08;hpb=582d618b69077087961c367bd1631495906c92a8;p=mmh diff --git a/ChangeLog b/ChangeLog index 4bfa786..46d2bdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +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