X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2FChangeLog;h=85ab3204ddf178ab685a2fc51d72485b9ff291fc;hb=19d0debdc5b72e1bb6c79956403a4d3bc054f300;hp=25d2de0423b51f11974ac7f8ce7018384d673a4c;hpb=db8c531ad19eff86adbc11e5435f07d5f780ab4a;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 25d2de04..85ab3204 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,85 @@ +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. + (macro PURE_FUNCTION) New macro. + +Sun Jul 16 21:07:35 2006 Ben Pfaff + + * message.c: (static int messages_disabled) New variable. + (msg_emit) Don't emit the message if messages are disabled. + (msg_disable) New function. + (msg_enable) New function. + + * str.c: (free_string) New function. + (ds_register_pool) New function. + (ds_unregister_pool) New function. + (ds_set_length) New function. + +Mon Jul 10 17:26:58 WST 2006 John Darrington + + * llx.c: #included compiler.h and removed explicit preprocessor cruft. + +Fri Jul 7 20:01:26 2006 Ben Pfaff + + * automake.mk: (src_libpspp_libpspp_a_SOURCES) Add assertion.h. + + * assertion.h: New file. Replaced usage of assert(0) and abort() + with NOT_REACHED() from this file throughout the source tree. + + * message.c: (request_bug_report_and_abort) Revise message printed + to include request to include lines above the message, which + should include an assertion failure message in many cases. + (msg_assert_fail) Removed. + + * message.h: (assert) Removed. + (request_bug_report_and_abort) Mark NO_RETURN. + +Mon Jul 3 09:36:42 WST 2006 John Darrington + + * i18n.c: Made character conversion tolerant of failure to create the + necessary iconv structs. + Sat Jul 1 15:32:54 2006 Ben Pfaff * automake.mk: (src_libpspp_libpspp_a_SOURCES) Add new files.