Add crc module.
[gnulib.git] / ChangeLog
index 71b77de..81a7d67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2005-10-11  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-crc.c: New file.
+
+       * modules/crc, modules/crc-tests: New files.
+
+2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/mempcpy (License): GPL -> LGPL.
+       * modules/strchrnul (License): Likewise.
+       * modules/sysexits (License): Likewise.
+
+2005-10-06  Simon Josefsson  <jas@extundo.com>
+
+       * tests/test-hmac-md5.c: New file.
+
+       * modules/hmac-md5-tests: New file.
+
+       * modules/hmac-md5: New file.
+
+2005-10-05  Bruno Haible  <bruno@clisp.org>
+
+       * modules/stdint (License): Change to LGPL.
+
+2005-10-05  Simon Josefsson  <jas@extundo.com>
+
+       * 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  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
+
+       * 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  <bruno@clisp.org>
+
+       * 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  <jim@meyering.net>
 
        * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c