diff options
| author | Paul Eggert | 2011-07-10 23:05:57 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-10 23:05:57 -0700 |
| commit | da85a02af7585384008d3ebec836a7b8571f175d (patch) | |
| tree | e6d4f34119ea1c45985eaed207ef6b47f650ea93 /ChangeLog | |
| parent | 7f5515125fbc9b46454e1f84b7e3052a0a5326f0 (diff) | |
| parent | 4d45a8b7a237e1d33d0ae71d95a0ed7165ea6cda (diff) | |
| download | emacs-da85a02af7585384008d3ebec836a7b8571f175d.tar.gz emacs-da85a02af7585384008d3ebec836a7b8571f175d.zip | |
Merge from trunk.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Assume freestanding C89 headers, string.h, stdlib.h. | 3 | Assume freestanding C89 headers, string.h, stdlib.h. |
| 4 | Again, this simplifies the code, and all current platforms have these. | 4 | Again, this simplifies the code, and all current platforms have these. |
| @@ -15,6 +15,17 @@ | |||
| 15 | 15 | ||
| 16 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 17 | 17 | ||
| 18 | * lib/stdint.in.h: Merge from gnulib (Bug#9025). | ||
| 19 | This fixes a build problem on older Mac OS X hosts. | ||
| 20 | |||
| 21 | * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIB | ||
| 22 | test, which runs afoul of Automake installations where, for example, | ||
| 23 | /usr/share/aclocal contains a copy of gl_THREADLIB. | ||
| 24 | Problem reported by Sven Joachim in | ||
| 25 | <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>. | ||
| 26 | This is just a quick temporary fix, specific to Emacs; I'll work | ||
| 27 | with the other gnulib maintainers to get a more-permanent fix. | ||
| 28 | |||
| 18 | Add gnulib's strtoimax module, needed on Solaris 8. | 29 | Add gnulib's strtoimax module, needed on Solaris 8. |
| 19 | * Makefile.in (GNULIB_MODULES): Add strtoimax. | 30 | * Makefile.in (GNULIB_MODULES): Add strtoimax. |
| 20 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, | 31 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, |