X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flibpspp%2FChangeLog;h=5888895b83968db29d673e9c9a30b09e8834e54e;hb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;hp=ec8a40de17f225b27ec919b3678405481019b7fe;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index ec8a40de..5888895b 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,49 @@ +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. + + * ll.c: New file. + + * ll.h: New file. + + * llx.c: New file. + + * llx.h: New file. + +Sun Jun 25 22:35:28 2006 Ben Pfaff + + Optimize rehashing: we know that none of the entries in the hash + table are equal, so we need not compare them to each other during + rehashing. + + * hash.c: (locate_empty_entry) New function. + (rehash) Use locate_empty_entry() instead of + locate_matching_entry(). + Fri Jun 9 14:03:29 2006 Ben Pfaff Reform string library.