* Remove sbr/strerror.c -- strerror(3) is defined in C89.
[mmh] / ChangeLog
index 4bfa786..4adb880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2006-01-07  Josh Bressers <josh@bress.net>
+
+       * Remove sbr/strerror.c -- strerror(3) is defined in C89.
+
+2006-01-06  Josh Bressers <josh@bress.net>
+
+       * 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 <josh@bress.net>
+
+       * Remove sbr/pwd.c file, moving the pwd() function into sbr/utils.c.
+
+2006-01-01  Josh Bressers <josh@bress.net>
+
+       * patch #3967: Create a mh_xrealloc function to prevent mistakes when
+       calling realloc.
+
+2006-01-01  Josh Bressers <josh@bress.net>
+
+       * patch #3966: Create a mh_xmalloc function to prevent mistakes when
+       calling malloc.
+
 2005-12-24  Peter Maydell  <pmaydell@chiark.greenend.org.uk>
 
        * Bug #15285: Don't use $< in target rules in makefiles, as POSIX