X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=e8b26d2eb5c48fabcdfbe9d3138f3c0ba944e9d1;hb=3c33ad2a02157a4b803dc6056218f3254d2d5853;hp=d67c44107a3b22577f246d5ea82d21381edfe327;hpb=4294e57788932e47171d553d40b85feb98795685;p=pspp diff --git a/ChangeLog b/ChangeLog index d67c44107a..e8b26d2eb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2006-08-24 Paul Eggert + + * MODULES.html.sh (Support for building libraries and executables): + Add elisp-comp. + * build-aux/elisp-comp: New file. + * modules/elisp-comp: New file. + +2006-08-24 Bruno Haible + + * gnulib-tool (func_create_testdir): Use non-default values of + sourcebase and m4base. + +2006-08-24 Bruno Haible + + * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix + HTML structure. + +2006-08-23 Paul Eggert + + * modules/openat (Depends-on): Add lchown. + +2006-08-23 Bruno Haible + + * gnulib-tool (func_import, func_create_testdir): Emit an invocation + of gl_LOCK_EARLY instead of gl_LOCK. + +2006-08-22 Eric Blake + + * modules/regexprops-generic: New file. + * MODULES.html.sh (Support for building documentation): List it. + +2006-08-22 Bruno Haible + + * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES + and lib_LTLIBRARIES like the other lib_* variables. + +2006-08-22 Paul Eggert + + Avoid the need for AC_LIBSOURCES in m4 macros. + * modules/arcfour (EXTRA_DIST): Add arcfour.h. + * modules/arctwo (EXTRA_DIST): Add arctwo.h. + * modules/check-version (EXTRA_DIST): Add check-version.h. + * modules/crc (EXTRA_DIST): Add crc.h. + * modules/des (EXTRA_DIST): Add des.h. + * modules/gc (EXTRA_DIST): Add gc.h. + * modules/getdelim (EXTRA_DIST): Add getdelim.h. + * modules/getline (EXTRA_DIST): Add getline.h. + * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h. + * modules/hmac-md5 (EXTRA_DIST): Add hmac.h. + * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h. + * modules/md2 (EXTRA_DIST): Add md2.h. + * modules/md4 (EXTRA_DIST): Add md4.h. + * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h. + * modules/read-file (EXTRA_DIST): Add read-file.h. + * modules/readline (EXTRA_DIST): Add readline.h. + * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h, + rijndael-api-fst.h. + 2006-08-22 Simon Josefsson * MODULES.html.sh: Add "Support for maintaining and release @@ -124,8 +182,8 @@ 2006-08-21 Bruno Haible * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already - specify an installation location, don't emit a noinst_[LT]LIBRARIES - assignment. + specify an installation location, don't emit a noinst_LIBRARIES or + noinst_LTLIBRARIES assignment. 2006-08-19 Bruno Haible