relocatable-perl: like relocatable-script, but for Perl scripts
[gnulib.git] / ChangeLog
index 4460528..4a2ccf9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2014-01-09  Reuben Thomas  <rrt@sc3d.org>
+
+       relocatable-perl: like relocatable-script, but for Perl scripts
+       * build-aux/relocatable.pl.in: Add.
+       * doc/relocatable-maint.texi: Add documentation.
+       * modules/relocatable-perl: Add.
+
+2014-01-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       tests: fix export bug in previous patch
+       Problem reported by Jim Meyering.
+       * tests/init.sh (re_shell): New var, which is exported instead of
+       re_shell_.
+
+       tests: simplify porting to Solaris 10 /bin/sh
+       Some test cases in 'grep' need a shell that groks '$(';
+       export re_shell_ for their benefit.  Problem reported for 'grep'
+       by Dagobert Michelsen in <http://bugs.gnu.org/16380>.
+       * tests/init.sh (re_shell_): Export if it's used.
+
+2014-01-06  Eric Blake  <eblake@redhat.com>
+
+       md5, sha1, sha256, sha512: support older autoconf
+       * m4/00gnulib.m4 (m4_divert_push): Wrap diversion stack
+       for autoconf < 2.63b.
+
+       include_next: port to autoconf 2.63
+       * m4/gnulib-common.m4 (AS_VAR_COPY): Define if missing.
+
 2014-01-04  Jim Meyering  <meyering@fb.com>
 
        maint: add a gnulib-local rule to keep non-ascii out of .texi files