X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=f1e04802a4279548ceb4ab189a9b29f43a351e90;hb=5d9d2b2ae7d49240f3438e4f3c40ac1f276e31fb;hp=0d70006098b916d241f891c7c48876997334926a;hpb=97d4f38945476834fd7fce612b663f19f2b291f8;p=pspp-builds.git diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 0d700060..f1e04802 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,29 @@ +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.