X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=5982c7a563a9cc80737607a65720a39dd1561fe7;hb=6ef9a07334fff72a0f4ae8e548c303fdcc27eee8;hp=5a1e903ed27e18ea565568a7551289e13a461b49;hpb=1d9ab719aa1ba178c6ec670b889401c0720a94bc;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 5a1e903ed..5982c7a56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,133 @@ +2005-05-14 Paul Eggert + + * modules/yesno (Depends-on): Add getline. + +2005-05-13 Paul Eggert + + * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c, + tests/test-memmem.c, tests/test-stpncpy.c: + Update FSF postal mail address. + +2005-05-12 Eric Blake (tiny change) + + * gnulib-tool (func_import): Sort and uniquify recommended includes. + +2005-05-12 Sergey Poznyakoff + + * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST + +2005-05-09 Paul Eggert + + * modules/time_r (License): Change to LGPL. + * modules/extensions (License): Change to LGPL. Actually, + the license is more permissive than that, but currently gnulib-tool + doesn't know how to handle more-permissive licenses. + + * modules/stat-macros (Depends-on): Don't depend on stat-macros (!). + Problem reported by Dave Love. + +2005-05-09 Yoann Vandoorselaere + Bruno Haible + + * modules/inet_ntop: New file. + * MODULES.html.sh (Support for systems lacking POSIX:2001): Add + inet_ntop. + +2005-05-06 Paul Eggert + + * modules/argmatch (Depends-on): Add stdbool. + * modules/backupfile (Depends-on): Likewise. + * modules/chdir-long (Depends-on): Likewise. + * modules/closeout (Depends-on): Likewise. + * modules/cycle-check (Depends-on): Likewise. + * modules/dirname (Depends-on): Likewise. + * modules/fnmatch (Depends-on): Likewise. + * modules/fsusage (Depends-on): Likewise. + * modules/fwriteerror (Depends-on): Likewise. + * modules/getcwd (Depends-on): Likewise. + * modules/getloadavg (Depends-on): Likewise. + * modules/hard-locale (Depends-on): Likewise. + * modules/makepath (Depends-on): Likewise. + * modules/mountlist (Depends-on): Likewise. + * modules/nanosleep (Depends-on): Likewise. + * modules/posixtm (Depends-on): Likewise. + * modules/quotearg (Depends-on): Likewise. + * modules/readtokens (Depends-on): Likewise. + * modules/readtokens0 (Depends-on): Likewise. + * modules/readutmp (Depends-on): Likewise. + * modules/save-cwd (Depends-on): Likewise. + * modules/strftime (Depends-on): Likewise. + * modules/userspec (Depends-on): Likewise. + * modules/utimecmp (Depends-on): Likewise. + * modules/xgetcwd (Depends-on): Likewise. + * modules/xnanosleep (Depends-on): Likewise. + * modules/xstrtod (Depends-on): Likewise. + * modules/yesno (Depends-on): Likewise. + +2005-05-01 Paul Eggert + + * modules/getloadavg (Depends-on): Add unistd-safer. + * modules/getusershell (Depends-on): Add stdio-safer. + * modules/lstat (Depends-on): Remove xalloc. + * modules/mkstemp (Depends-on): Add stat-macros. + * modules/modechange (Depends-on): Remove xstrtol. + Add stat-macros, xalloc. + * modules/save-cwd (Depends-on): Add unistd-safer. + * modules/stdio-safer (Makefile.am): Remove lib_SOURCES. + * modules/unistd-safer (Files): Add lib/fd-safer.c + (Makefile.am): Remove lib_SOURCES. + + * MODULES.html.sh (Enhancements for POSIX:2001 functions): + Remove fcntl-safer; unistd-safer supersedes it. + +2005-05-01 Oskar Liljeblad + + * modules/getcwd (Depends-on): Add extensions. + * modules/openat (Depends-on): Likewise. + +2005-05-01 Paul Eggert + + * MODULES.html.sh (Misc): Add byteswap. + +2005-05-01 Oskar Liljeblad + + * modules/byteswap: New file. + +2005-04-21 Oskar Liljeblad + + * gnulib-tool (Options): Add -s for --symlink/--symbolic. + (func_ln_if_changed) Remove forcibly for no error message + in case file does not exist. + +2005-04-19 Simon Josefsson + + * gnulib-tool (Options): Make --symlink mean --symbolic. + +2005-03-14 Simon Josefsson + + * modules/getpass-gnu (Makefile.am): Don't mention getpass.h. + +2005-04-15 Simon Josefsson + + * gnulib-tool: Rename --symlink to --symbolic. + +2005-04-15 Oskar Liljeblad + + * gnulib-tool: Add -s, --symlink option to gnulib-tool to make + symbolic links to files instead of copying/moving. Add --aux-dir, + specifying directory relative --dir where auxiliary build tools + are placed. + +2005-04-14 Bruno Haible + + * modules/allocsa (License): Change to LGPL. + Requested by Yoann Vandoorselaere . + +2005-03-26 Jim Meyering + + * modules/check-include-files: Move to ../ and rename to... + * check-module: ...this. + 2005-03-25 Jim Meyering * modules/xvasprintf (Files): Add xalloc.h.