X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fmisc%2FChangeLog;h=3128afa32a1da7429539e2fc22e97f8318fc200a;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=3845fa6e47345243383c415049535bd463986ba8;hpb=658d70ae9cc37440535100ae5dd95cb8e7ba7778;p=pspp diff --git a/lib/misc/ChangeLog b/lib/misc/ChangeLog index 3845fa6e47..3128afa32a 100644 --- a/lib/misc/ChangeLog +++ b/lib/misc/ChangeLog @@ -1,3 +1,14 @@ +Fri Feb 13 11:21:46 2004 Ben Pfaff + + * stpcpy.c: Don't #include "str.h". + +Sat Dec 27 16:37:07 2003 Ben Pfaff + + * Makefile.am: (EXTRA_DIST) Add getopt.c, getopt1.c, memcpy.c, + strstr.c, which weren't being distributed for whatever reason. + + * gettext.h: Removed. We use the copy in intl/. + Fri Dec 12 22:59:37 2003 Ben Pfaff * qsort.c: Removed because it was unused.