X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=459a42e9ec2b043d1b982777a20edd0284ad09c6;hb=7926b523071cfc66fa2252b51a8d51ffd9df7219;hp=fab43d1d9362259eaf5e8c9d28ed37f3951da52e;hpb=d485c335d126f9918060a53d5412afa5678343c4;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index fab43d1d9..459a42e9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,566 @@ +2006-01-09 Paul Eggert + + Sync from coreutils: + * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h, + chdir-safer.m4, lchmod.m4. + * modules/openat: Add mkdirat.c, openat-priv.h. + +2006-01-09 Bruno Haible + + * modules/strnlen (Include): Use strnlen.h. + +2006-01-09 Simon Josefsson + + * modules/inet_ntop (Depends-on): Add restrict. + +2006-01-09 Simon Josefsson + + * modules/gc-rijndael-tests (License): Likewise. + + * modules/gc-des-tests (License): Likewise. + + * modules/gc-arcfour-tests (License): Likewise. + + * modules/gc-arctwo-tests (License): Likewise. + + * modules/gc-pbkdf2-sha1-tests (License): Likewise. + + * modules/gc-hmac-sha1-tests (Files): Likewise. + + * modules/gc-hmac-md5-tests (License): Likewise. + + * modules/gc-sha1-tests (License): Likewise. + + * modules/gc-md5-tests (License): Likewise. + + * modules/gc-md4-tests (License): Likewise. + + * modules/gc-md2-tests (License): Likewise. + + * modules/gc-tests (License): Likewise. + + * modules/des-tests (License): Likewise. + + * modules/md4-tests (License): Likewise. + + * modules/md2-tests (License): Likewise. + +2006-01-09 Bruno Haible + + * build-aux/javacomp.sh.in: New file, moved from lib/. + * modules/javacomp-script (Files): Update. + (configure.ac): Add AC_CONFIG_FILES invocation. + (EXTRA_DIST): Remove variable. + + * build-aux/javaexec.sh.in: New file, moved from lib/. + * modules/javaexec (Files): Update. + (configure.ac): Add AC_CONFIG_FILES invocation. + (EXTRA_DIST): Remove javaexec.sh.in. + + * build-aux/csharpcomp.sh.in: New file, moved from lib/. + * modules/csharpcomp-script (Files): Update. + (configure.ac): Add AC_CONFIG_FILES invocation. + (EXTRA_DIST): Remove variable. + + * build-aux/csharpexec.sh.in: New file, moved from lib/. + * modules/csharpexec (Files): Update. + (configure.ac): Add AC_CONFIG_FILES invocation. + (EXTRA_DIST): Remove csharpexec.sh.in. + +2006-01-07 Bruno Haible + + * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to + gl_EARLY. + +2006-01-04 Paul Eggert + + * README: Gnulib normally doesn't generate a tarball. + +2005-12-28 Bruno Haible + + * build-aux/config.rpath: Update from GNU gettext. + +2005-12-16 Jim Meyering + + * modules/fprintftime: New module. + * MODULES.html.sh (Date and time ): Add fprintftime. + +2005-12-15 Simon Josefsson + + * modules/socklen (configure.ac): Fix M4 macro name, to align with + new m4/socklen.m4. + +2005-12-09 Sergey Poznyakoff + + * modules/argp (Files): Add argp-pin.c + (Depends-on): dirname + (lib_SOURCES): Add argp-pin.c + +2005-12-02 Bruno Haible + + * gnulib-tool (func_import): Accept GPLed build tool modules when + --lgpl is given. + * modules/csharpcomp-script: New file. + * modules/csharpcomp: Depend on it. + * modules/javacomp-script: New file. + * modules/javacomp: Depend on it. + Suggested by Simon Josefsson. + +2005-11-29 Paul Eggert + + * modules/savedir (Depends-on): Add openat. + +2005-11-25 Paul Eggert + + * modules/obstack (Files): Add m4/ulonglong.m4. + Problem reported by Davide Angelocola. + +2005-11-10 Paul Eggert + + * modules/gethrxtime (Depends-on): Add gettime. + +2005-11-04 Bruno Haible + + * gnulib-tool: Implement --update mode. + +2005-10-28 Simon Josefsson + + * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c: + Test more. + + * tests/test-gc-md2.c, tests/test-md2.c: New files. + + * modules/md2, modules/md2-tests: New files. + +2005-10-27 Paul Eggert + + * modules/verify (License): Change from GPL to LGPL. This is a + tiny module and there are apparently near-equivalents that are + under the BSD license. + +2005-10-24 Simon Josefsson + + * modules/sha1: Relicense to LGPL. + +2005-10-23 Simon Josefsson + + * gnulib-tool (func_import): Fix --tests-base. + +2005-10-22 Simon Josefsson + + * modules/arcfour (Depends-on): Need stdint. + +2005-10-21 Bruno Haible + + * gnulib-tool (func_import, func_create_testdir): Add quoting to last + patch. + +2005-10-21 Simon Josefsson + + * gnulib-tool (func_import, func_create_testdir): Define automake + conditional GL_COND_LIBTOOL if libtool is used (to be used by modules + Makefile.am snippet), + suggested by Bruno Haible . + + * modules/gc (Makefile.am): Use it. + +2005-10-21 Simon Josefsson + + * modules/des, modules/des-tests: New files. + + * modules/gc-des, modules/gc-des-tests: New files. + + * tests/test-des.c, tests/test-gc-des.c: New file. + +2005-10-21 Simon Josefsson + + * modules/arctwo, modules/arctwo-tests: New files. + + * tests/test-arctwo.c: New file. + + * modules/gc-arctwo, modules/gc-arctwo-tests: New files. + + * tests/test-gc-arctwo.c: New file. + +2005-10-19 Simon Josefsson + + * tests/test-gc-arcfour.c: New file. + + * modules/gc-arcfour, modules/gc-arcfour-tests: New files. + +2005-10-19 Simon Josefsson + + * tests/test-gc-rijndael.c: New file. + + * modules/gc-rijndael, modules/gc-rijndael-test: New files. + +2005-10-19 Simon Josefsson + + * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer + interface too. + +2005-10-19 Simon Josefsson + + * modules/gc-md4, modules/gc-md4-tests: New file. + + * tests/test-gc-md4.c: New file. + +2005-10-18 Simon Josefsson + + * tests/test-md4.c: New file. + + * modules/md4, modules/md4-tests: New files. + +2005-10-18 Simon Josefsson + + * tests/test-md5.c: New file. + + * modules/md5-tests: New file. + +2005-10-17 Stepan Kasal + + * gnulib-tool (func_create_testdir): Omit the second check whether + BUILT_SOURCES in nonempty. + +2005-10-17 Simon Josefsson + + * modules/gc-sha1-tests: New file. + + * tests/test-gc-sha1.c: New file. + +2005-10-17 Simon Josefsson + + * tests/test-rijndael.c: New file. + +2005-10-17 Simon Josefsson + + * modules/sha1: Depend on stdint instead of md5. + + * modules/md5: Depend on stdint, remove uint32_t. + +2005-10-16 Bruno Haible + + * gnulib-tool (func_emit_tests_Makefile_am): Also define + TESTS_ENVIRONMENT, so that individual tests can augment it. + + * gnulib-tool (func_create_testdir): Use an intermediate target for + building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain + macros, like $(ALLOCA_H), which cannot be passed through the command + line. + +2005-10-15 Simon Josefsson + + * modules/rijndael-tests: New file. + + * modules/rijndael: New file. + +2005-10-14 Simon Josefsson + + * tests/test-arcfour.c: New file. + + * modules/arcfour, modules/arcfour-tests: New files. + +2005-10-13 Oskar Liljeblad + + * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol. + +2005-10-13 Simon Josefsson + + * modules/gc-hmac-md5-tests: New file. + + * tests/test-gc-hmac-sha1.c: New file. + + * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests. + + * modules/gc-hmac-md5-tests: New file. + + * tests/test-gc-md5.c: New file. + + * modules/gc-md5-tests: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files. + + * tests/test-gc-pbkdf2-sha1.c: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-sha1: New file. + +2005-10-12 Simon Josefsson + + * tests/test-hmac-sha1.c: New file. + + * modules/hmac-sha1-tests: New file. + + * modules/hmac-sha1: New file. + +2005-10-12 Simon Josefsson + + * modules/gc-md5, modules/gc-hmac-md5: New files. + + * modules/gc (Files): Remove md5, memxor and hmac files. + +2005-10-11 Bruno Haible + + * modules/c-strcasestr: New file. + * MODULES.html.sh (String handling ): Add c-strcasestr. + +2005-10-11 Bruno Haible + + * modules/c-strcase: New file. + * MODULES.html.sh (String handling ): Add c-strcase. + +2005-10-11 Simon Josefsson + + * tests/test-crc.c: New file. + + * modules/crc, modules/crc-tests: New files. + +2005-10-10 Paul Eggert + + * modules/mempcpy (License): GPL -> LGPL. + * modules/strchrnul (License): Likewise. + * modules/sysexits (License): Likewise. + +2005-10-06 Simon Josefsson + + * tests/test-hmac-md5.c: New file. + + * modules/hmac-md5-tests: New file. + + * modules/hmac-md5: New file. + +2005-10-05 Bruno Haible + + * modules/stdint (License): Change to LGPL. + +2005-10-05 Simon Josefsson + + * modules/memxor: New file. + + * modules/iconv (Files): Move config.rpath to havelib, it is used + there. + + * modules/havelib (Files): Add config.rpath. + +2005-10-02 Paul Eggert + + * modules/xreadlink (Makefile.am): Remove lib_SOURCES. + From Ben Pfaff. + + * modules/exclude (Depends-on): Depend on verify. + * modules/strtoimax (Depends-on): Likewise. + * modules/utimecmp (Depends-on): Likewise. + +2005-09-27 Paul Eggert + + * modules/regex (Depends-on): Add strcase. + + * modules/gethostname (Licence): Change from GPL to LGPL, since + gethostname.c is a trivial implementation of a standard library + function. + * modules/poll (License): Change from GPL to LGPL, since it's + derived from LGPL code. + +2005-09-26 Bruno Haible + + * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H + is necessary. + (lib_SOURCES): Remove mbchar.c. + * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary. + (Files): Add m4/mbrtowc.m4. + * modules/mbiter: Likewise. + * modules/mbuiter: Likewise. + +2005-09-25 Jim Meyering + + * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c + also uses socklen_t. + +2005-09-23 Jim Meyering + + * modules/getaddrinfo (Depends-on): Add socklen. + +2005-09-23 Bruno Haible + + * tests/test-verify.c: New file. + +2005-09-22 Paul Eggert + + Sync from coreutils. + + * modules/argmatch (Depends-on): Add verify. + * modules/getloadavg (Depends-on): Depend on fcntl-safer, not + unistd-safer. + * modules/save-cwd (Depends-on): Likewise. + + * modules/openat (Files): Add lib/openat-die.c. + (Depends-on): Remove error, exitfail. + Add dirname. + + * modules/verify: New file. + * MODULES.html.sh (Diagnostics ): New section, + with "verify" module. + +2005-09-20 Bruno Haible + + * gnulib-tool: Remove trailing slashes from the values specified for + --source-base, --m4-base, --tests-base, --aux-dir. + Suggested by Simon Josefsson . + +2005-09-20 Bruno Haible + + * gnulib-tool (func_all_modules, func_modules_transitive_closure, + func_modules_to_filelist, func_import, func_create_testdir): Make all + sorting results locale-independent, so that gnulib-cache.m4 doesn't + change when gnulib-tool is invoked in a different locale. + +2005-09-19 Bruno Haible + + * gnulib-tool (import): Provide default for --tests-base. + +2005-09-19 Jim Meyering + + * modules/pathmax (License): Change to LGPL. + +2005-09-18 Bruno Haible + + * gnulib-tool: Support --with-tests also with --import. + (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase. + (func_import): Use variables $testsbase and $inctests. Emit a + gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am. + Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and + SUBDIRS += $testsdir. + (func_create_testdir): Update. + +2005-09-18 Bruno Haible + + * gnulib-tool (func_import): Comment out code that spits out the + new files with --dry-run. + +2005-09-18 Bruno Haible + + Portability fix. + * gnulib-tool (func_readlink): New function. + (func_ln_if_changed): Use it. + +2005-09-18 Bruno Haible + + * gnulib-tool: Revise --dry-run implementation. Use variable $doit + instead of $dry_run. + (func_cp_if_changed, func_mv_if_changed): Remove functions. + (func_ln_if_changed): Don't handle dry-run here. + (func_import): In dry-run mode, detect more precisely which actions + would be performed, and don't use "...ing" verbs. + +2005-09-18 Bruno Haible + + * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize. + (func_import): Use join on two temporary files instead of three nested + loops, in order to determine which files are new or old. + +2005-09-16 Paul Eggert + + * MODULES.html.sh (File system functions): Add stat-time. + * modules/stat-time: New file. + * modules/timespec (Files): Remove m4/st_mtim.m4; this + is now done in a different way, by the stat-time module. + * modules/utimecmp (Depends-on): Add stat-time. + +2005-09-12 Derek Price + + * modules/canon-host: Add canon-host.h. Depend on getaddrinfo. Make + LGPL. + * modules/getaddrinfo: Add link to opengroup spec. Depend on strdup. + +2005-09-12 Derek Price + Paul Eggert + + * modules/glob (Files): Add glob-libc.h. + +2005-09-08 Paul Eggert + + * modules/utimens (Files): Add m4/utimbuf.m4, since + m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF. + Reported by Sergey Poznyakoff. + +2005-09-08 Simon Josefsson + + * modules/socklen: New file. + +2005-09-05 Bruno Haible + + * gnulib-tool (func_import): Fix comparison in handling of symbolic + links. + +2005-09-04 Martin Lambers (tiny change) + + * modules/size_max (Makefile.am): Add size_max.h + +2005-09-04 Derek Price + + * gnulib-tool (func_import): Fix reversed $symbolic logic. + +2005-09-03 Simon Josefsson + + * gnulib-tool: Fix typo. + +2005-09-02 Paul Eggert + + * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4, + m4/ulonglong.m4. Problem reported by Martin Lambers. + +2005-09-02 Bruno Haible + + * gnulib-tool (import): In the other first-use case, provide defaults + as well. + +2005-09-02 Simon Josefsson + + * modules/havelib: New module. + + * modules/gettext, modules/iconv, modules/lock, modules/readline: + Use havelib. + +2005-08-31 Simon Josefsson + + * modules/socklen: New file. + +2005-09-01 Bruno Haible + + * gnulib-tool (func_import): Fix handling of symbolic links. + +2005-09-01 Bruno Haible + + * gnulib-tool (import): In the first-use case, provide defaults. + +2005-09-01 Bruno Haible + + * gnulib-tool (func_import): Remove the .tmp files. + +2005-08-30 Bruno Haible + + * gnulib-tool (func_import): Fix defaulting of $libname and $libtool. + Create directories that shall be filled. + (import): Don't look for gl_* macros in configure.ac. Recurse across + all directories containing a gnulib-cache.m4 files, if meaningful. + +2005-08-30 Bruno Haible + + Avoid unnecessary diffs in the generated lib/Makefile.am. + * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into + the generated files. + (func_import): Don't set cmd. + +2005-08-30 Bruno Haible + + * gnulib-tool (func_import): Read the previous cached settings + from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were + earlier added by gnulib but are now dropped. Warn when a gnulib file + overwrites a non-gnulib file. + 2005-08-28 Bruno Haible * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and