X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=6e09dfb201a951a3afed56801062c818d4dbfae0;hb=2d4dd90964061defa92972156ae2a12323708519;hp=58e74d6f3dc023215df58341f229281d0eac9d4b;hpb=be3e711eabe58c0b0a6ef47a1618198e7a2372cf;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 58e74d6f..6e09dfb2 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,52 @@ +Wed Nov 29 19:35:44 WST 2006 John Darrington + + * getl.c getl.h: New files. Created interface from base of + language/line-buffer.[ch] + + * msg-locator.c msg-locator.h: New files. Moved from + language/line-buffer.[ch] + +Fri Nov 24 17:27:00 2006 Ben Pfaff + + * misc.h: (min) Removed. All references updated to use MIN, from + minmax.h provided by gnulib. + (max) Ditto (for MAX). + +Sun Nov 19 09:22:26 2006 Ben Pfaff + + * str.c (ss_get_long): New function. + (ss_compare_case) Ditto. + (ss_equals) Ditto. + (ss_equals_case) Ditto. + +Tue Oct 31 19:28:19 2006 Ben Pfaff + + * str.h: [!HAVE_STRCHR] Drop compatibility code, because now we + assume a C89 compliant library. (Gnulib makes this assumption so + we might as well too.) + [!HAVE_STRRCHR] Ditto. + +Thu Oct 26 20:19:50 2006 Ben Pfaff + + * automake.mk: Add the new files. + + * legacy-encoding.c: New file. + + * legacy-encoding.h: New file. + + * float-format.c: New file. + + * float-format.h: New file. + + * integer-format.c: New file. + + * integer-format.h: New file. + +Sun Oct 15 09:49:50 WST 2006 John Darrington + + * hash.c hash.h: Added hsh_create_pool, a hash which uses a pool + for its memory allocation. + Mon Jul 31 15:49:46 2006 Ben Pfaff * compiler.h: (macro CONST_FUNCTION) New macro.