diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Add strtoimax module, needed for Solaris 8 port. | ||
| 4 | * Makefile.in (GNULIB_MODULES): Add strtoimax. | ||
| 5 | * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, | ||
| 6 | automatically imported from gnulib. | ||
| 7 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 8 | |||
| 1 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-07-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Add gnulib support for pthread_sigmask (Bug#9010). | 11 | Add gnulib support for pthread_sigmask (Bug#9010). |