Fix regex compilation error on HP-UX 11.
[gnulib.git] / ChangeLog
index 749d1cd..80e9007 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,103 @@
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Fix regex compilation error on HP-UX 11.
+       * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
+       * modules/regex (Files): Add m4/mbstate_t.m4.
+       Reported by Ton Voon <ton.voon@altinity.com>.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib-tool.texi (gettextize and autopoint): New section.
+
+2008-03-23  Eric Blake  <ebb9@byu.net>
+            Bruno Haible  <bruno@clisp.org>
+
+       Install files from top/ in the destination directory.
+       * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
+       augmentation also for the files from top/.
+       (func_import, func_create_testdir): Rewrite file names:
+       top/filename -> filename.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Tweak "gnulib --version" output.
+       * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Tweak "gnulib --version" output.
+       * gnulib-tool (func_version): Use date of last commit to ChangeLog,
+       rather than contents of ChangeLog, when possible.
+
+2008-03-21  Eric Blake  <ebb9@byu.net>
+
+       More --version tweaks.
+       * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
+       date of last ChangeLog entry.
+
+2008-03-21  Jim Meyering  <meyering@redhat.com>
+
+       * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
+
+2008-03-20  Eric Blake  <ebb9@byu.net>
+
+       VPATH fix.
+       * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
+
+2008-03-20  Simon Josefsson  <simon@josefsson.org>
+
+       * build-aux/GNUmakefile: Make git-version-gen optional.  Add
+       _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
+
+2008-03-20  Eric Blake  <ebb9@byu.net>
+
+       Sync GNUmakefile with coreutils.
+       * build-aux/GNUmakefile (have-Makefile): Rename...
+       (_have-Makefile): ...to this, for namespace consideration.
+       (GNUmakefile.cfg): Include, if present.
+       (_autoreconf): Define a default.
+       (_is-dist-target): New rule for rebuilds to pick up intra-release
+       version.
+       (maint-cfg.mk): Rename...
+       (cfg.mk): ...to this.
+
+2008-03-18  Jim Meyering  <meyering@redhat.com>
+
+       New script and module: mktempd
+       * MODULES.html.sh (maint+release support): Add mktempd.
+       * build-aux/mktempd: New file.
+       * modules/mktempd: New file.
+
+2008-03-15  Jim Meyering  <meyering@redhat.com>
+
+       Undo last change.
+       * lib/sha1.c, lib/md5.c: 63 != ~63.
+       Reported by Andreas Schwab.
+
+       sha1.c, md5.c: Hoist a redundant expression.
+       * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
+       "ctx->buflen" only once, before calling *_process_block.
+       * lib/md5.c (md5_process_bytes): Likewise.
+
+2008-03-14  Eric Blake  <ebb9@byu.net>
+
+       Bump copyright year in files generated by gnulib-tool.
+       * gnulib-tool (func_emit_copyright_notice): Extract copyright from
+       gnulib-tool, rather than hard-coding it.
+
+       Fix 'gnulib-tool --version' output to work with git.
+       * gnulib-tool (func_gnulib_dir): New function, extracted from...
+       (startup): ...here.
+       (func_version): Use it to invoke git-version-gen, rather than
+       relying on CVS keyword expansion.  Modernize wording.
+       (cvsdatestamp, last_checkin_date, version): Kill unused
+       variables.
+
 2008-03-12  Jim Meyering  <meyering@redhat.com>
 
+       Recognize optional cast of the argument to free.
+       * build-aux/useless-if-before-free: Update regexps.
+
        * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
 
 2008-03-11  Bruno Haible  <bruno@clisp.org>