Import changes from coreutils for bootstrap script.
[gnulib.git] / ChangeLog
index 38652ba..6c3aeb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Import changes from coreutils for bootstrap script.
+
+       2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * build-aux/bootstrap (slurp): Work even in environments where
+       "ls" defaults to "ls -A".  Put in a FIXME, though, since the
+       current code does not slurp files whose names start with ".", and
+       this looks like it might be a troublesome area.
+
+       2007-07-11  Jim Meyering  <jim@meyering.net>
+
+       If there's a GPL vN copyright comment, require that N == 3.
+
+       2007-07-08  Jim Meyering  <jim@meyering.net>
+
+       Run the coreutils-specific code only if tests/Makefile.am.in exists.
+       * build-aux/bootstrap (mam_template): Move definition out of loop.
+
+       Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
+
+       * build-aux/bootstrap (symlink_to_dir): Rename function from
+       symlink_to_gnulib.  Add a directory parameter.  Update all
+       callers.
+       (cp_mark_as_generated): Also check for -- and link to -- files in
+       gl/.
+
+       2007-07-08  Jim Meyering  <jim@meyering.net>
+
+       Adapt to deeper hierarchy in gnulib.
+       * build-aux/bootstrap (symlink_to_dir): If the destination
+       directory doesn't exist, create it. This is required at least for
+       "lib/uniwidth/cjk.h".
+
+       2007-05-15  Jim Meyering  <jim@meyering.net>
+
+       * build-aux/bootstrap: Now that generated Makefile.am files
+       are no longer under version control, they must be created at
+       bootstrap time.
+
+2007-08-14  Ben Pfaff  <blp@gnu.org>
+
+       * lib/count-one-bits.h: Add comments.  From Bruno Haible.
+
+2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
+       given the changes below.
+       (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
+       even on hosts that have padding bits beyond the supported 64.
+
 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.