]> code.delx.au - gnu-emacs/commitdiff
Merge: Add gnulib's strtoimax module, needed on Solaris 8.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2011 00:23:12 +0000 (17:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 9 Jul 2011 00:23:12 +0000 (17:23 -0700)
* Makefile.in (GNULIB_MODULES): Add strtoimax.
* lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
automatically imported from gnulib.
* lib/gnulib.mk, m4/gl-comp.m4: Regenerate.

1  2 
ChangeLog

diff --cc ChangeLog
index 477753d197dc12d1593063e836c22a29ecc650b3,3e48bfa5a67e5c918d327f41cca1943b6f41b9bb..f7504583c254674730713494bb68afec373f0216
+++ b/ChangeLog
@@@ -1,3 -1,11 +1,11 @@@
 -      Add strtoimax module, needed for Solaris 8 port.
+ 2011-07-09  Paul Eggert  <eggert@cs.ucla.edu>
++      Add gnulib's strtoimax module, needed on Solaris 8.
+       * Makefile.in (GNULIB_MODULES): Add strtoimax.
+       * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files,
+       automatically imported from gnulib.
+       * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
  2011-07-08  Paul Eggert  <eggert@cs.ucla.edu>
  
        Add gnulib support for pthread_sigmask (Bug#9010).