X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=c237dfb79415d0dc8232ed80a3510d2b37e7cd7e;hb=f89de8c330e8f82f0e7195c4d35588cfcbdd02fc;hp=5888895b83968db29d673e9c9a30b09e8834e54e;hpb=8c8b1ba6eadf4cf533b5cce513a21b48ae06c402;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 5888895b83..c237dfb794 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,41 @@ +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.