Include readutmp.h first.
[gnulib.git] / ChangeLog
index 70ac83c..d3a6eba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2004-11-30  Simon Josefsson  <jas@extundo.com>
+
+       * MODULES.html.sh (Extra functions based on ANSI C 89): Add
+       base64.
+
+       * tests/test-base64.c: New file.
+
+       * modules/base64: New file.
+
+2004-11-30  Simon Josefsson  <jas@extundo.com>
+
+       * modules/restrict (License): Change to LGPL.
+
+2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
+       (Depends-on): Remove pathmax, same.  Add mempcpy.
+       (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
+       (Makefile.am): Append getcwd.h to lib_SOURCES.
+       (Include): Add getcwd.h.
+       (Maintainer): Change from Jim Meyering to "all, glibc",
+       since getdate now uses intended-for-glibc code.
+       * modules/xgetcwd (Files): Remove m4/getcwd.m4.
+       (Depends-on): Depend on getcwd.  Do not depend on pathmax.
+
+2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/canonicalize (Depends-on): Add xreadlink.
+       Problem reported by James Youngman.
+
 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        * modules/canon-host (Depends-on): Add strdup.