X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6546564a70717af0a3a4f6b4ac3bad7737e379c9;hb=ab39e35f8d1ce2b60f56f9b385d2f978dc470355;hp=dbf8a84bea1b5fb3bb909bc9f2a3274b1466b928;hpb=6df3877aca0643b380eb643cf05806b96f7d87d1;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index dbf8a84be..6546564a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,162 @@ +2006-03-01 Paul Eggert + + * modules/gettime (Depends-on): Add extensions module. + * modules/nanosleep (Depends-on): Likewise. + * modules/settime (Depends-on): Likewise. + +2006-02-26 Paul Eggert + + * modules/intprops: New file. + * MODULES.html.sh (Numeric conversion functions ): + Add intprops. + * modules/getloadavg (Files): Remove lib/intprops.h. + (Depends-on): Add intprops. + * modules/human: Likewise. + * modules/inttostr: Likewise. + * modules/openat: Likewise. + * modules/sig2str: Likewise. + * modules/userspec: Likewise. + * modules/utimecmp: Likewise. + * modules/xnanosleep: Likewise. + * modules/xstrtol: Likewise. + +2006-02-24 Ralf Wildenhues (tiny changes) + + * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES. + * modules/lock-tests (TESTS): Use $(EXEEXT). + * modules/tls-tests: Likewise. + * modules/argp-tests: Likewise. + (check_PROGRAMS): New var, replacing... + (noinst_PROGRAMS, test_argp_SOURCES): Remove. + +2006-02-16 Simon Josefsson + + * modules/getaddrinfo (Depends-on): Add sys_socket. + +2006-02-15 Simon Josefsson + + * build-aux/maint.mk: Add dsyntax-check rule. + +2006-02-14 Paul Eggert + + Sync from coreutils. + * modules/lstat (Depends-on): Don't depend on xalloc. + (License): Change from GPL to LGPL, since this is now simply a + replacement for a libc function. + +2006-02-14 Simon Josefsson + + * modules/maintainer-makefile (Files): Rename. + + * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk + and (the local) Makefile.cfg to maint-cfg.mk. + + * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former + to the latter. + + * modules/maintainer-makefile: New module. + + * build-aux/Makefile.maint: New file, from GNU CoreUtils, although + severaly stripped to make it possible to build it up from scratch + with reliable tests. + + * build-aux/GNUmakefile: New file, from GNU CoreUtils with some + fixes to permit overriding the default actions when configure and + makefile are not available. + +2006-02-13 Simon Josefsson + + * gnulib-tool (Usage): Fix --import, from + karl@freefriends.org (Karl Berry). + +2006-02-07 Paul Eggert + + * modules/closeout (Depends-on): Remove atexit. + +2006-01-26 Bruno Haible + + * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :". + Reported by Paul Eggert. + +2006-01-25 Bruno Haible + + * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get + rid of a trap command. For Solaris sh. + Reported by Mark D. Baushke . + +2006-01-24 Bruno Haible + + * modules/strnlen (Maintainer): Change from glibc to all. + +2006-01-24 Bruno Haible + + * gnulib-tool (func_import): Avoid constructing complicated sed + expressions inside backquote. + Report and solution by Mark D. Baushke . + +2006-01-24 Jim Meyering + + * modules/openat (Files): Add lib/intprops.h. + From Mark D. Baushke. + +2006-01-19 Simon Josefsson + + * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS. + Remove the test_*_SOURCES variable: automake infers it by default. + * modules/tls-tests: Likewise. + +2006-01-22 Ralf Wildenhues (tiny change) + + * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp. + Reported by Bruce Korb . + +2006-01-21 Sergey Poznyakoff + + * modules/argp-tests: New module + * tests/test-argp.c: New file + * tests/test-argp-2.sh: New file + +2006-01-20 Simon Josefsson + + * modules/inet_ntop (Depends-on): Depend on sys_socket. + +2006-01-19 Simon Josefsson + + * gnulib-tool: Set check_PROGRAMS. + + * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests, + modules/des-tests, modules/gc-arcfour-tests, + modules/gc-arctwo-tests, modules/gc-des-tests, + modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests, + modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests, + modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests, + modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests, + modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests, + modules/md5-tests, modules/readline, modules/rijndael-tests: Use + check_PROGRAMS instead of noinst_PROGRAMS to be able to remove + test_*_SOURCES. + +2006-01-18 Simon Josefsson + + * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests, + modules/des-tests, modules/gc-arcfour-tests, + modules/gc-arctwo-tests, modules/gc-des-tests, + modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests, + modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests, + modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests, + modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests, + modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests, + modules/md5-tests, modules/readline, modules/rijndael-tests: Add + $(EXEEXT) to automake TESTS variable, for mingw32. + +2006-01-18 Simon Josefsson + + * modules/socklen (Depends-on): Depend on sys_socket. + +2006-01-17 Bruno Haible + + * modules/ssize_t (Include): Add . + 2006-01-17 Simon Josefsson * modules/socklen (Include): Need sys/socket.h. @@ -2539,6 +2698,7 @@ * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well. -Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 +Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.