diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 51 |
1 files changed, 50 insertions, 1 deletions
| @@ -1,6 +1,55 @@ | |||
| 1 | 2011-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use gnulib's alloca-opt module. | ||
| 4 | * .bzrignore: Add lib/alloca.h. | ||
| 5 | * Makefile.in (GNULIB_MODULES): Add alloca-opt. | ||
| 6 | * configure.in (AC_FUNC_ALLOCA): Remove almost all the alloca stuff, | ||
| 7 | as gnulib now does that for us. Put alloca check in config.h. | ||
| 8 | Include <alloca.h> before any other include file, for AIX 3. | ||
| 9 | * lib/gnulib.mk, m4/gl-comp.m4: Regenerate. | ||
| 10 | * lib/alloca.in.h, m4/alloca.m4: New files, from gnulib. | ||
| 11 | |||
| 12 | 2011-06-21 Leo Liu <sdl.web@gmail.com> | ||
| 13 | |||
| 14 | * m4/sha256.m4: | ||
| 15 | * m4/sha512.m4: | ||
| 16 | * m4/gl-comp.m4: | ||
| 17 | * lib/u64.h: | ||
| 18 | * lib/sha256.c: | ||
| 19 | * lib/sha256.h: | ||
| 20 | * lib/sha512.c: | ||
| 21 | * lib/sha512.h: | ||
| 22 | * lib/makefile.w32-in (GNULIBOBJS): | ||
| 23 | * lib/gnulib.mk: | ||
| 24 | * Makefile.in (GNULIB_MODULES): Add crypto/sha256 and | ||
| 25 | crypto/sha512 modules from gnulib. | ||
| 26 | |||
| 27 | 2011-06-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 28 | |||
| 29 | * lib/unistd.in.h, m4/getloadavg.m4: Merge from gnulib. | ||
| 30 | |||
| 31 | 2011-06-17 Glenn Morris <rgm@gnu.org> | ||
| 32 | |||
| 33 | * configure.in: Restore the behavior of checking crt-dir only | ||
| 34 | when the user specified it (not all platforms use it). | ||
| 35 | |||
| 36 | 2011-06-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 37 | |||
| 38 | * m4/lstat.m4: Merge from gnulib (Bug#8878). | ||
| 39 | |||
| 40 | 2011-06-16 Miles Bader <miles@gnu.org> | ||
| 41 | |||
| 42 | * configure.in: Try to determine CRT_DIR automatically when | ||
| 43 | using gcc. | ||
| 44 | |||
| 1 | 2011-06-15 Paul Eggert <eggert@cs.ucla.edu> | 45 | 2011-06-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 46 | ||
| 3 | * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: Merge from gnulib. | 47 | * lib/ftoastr.c, lib/stdio.in.h, lib/verify.h: |
| 48 | * lib/gnulib.mk, m4/c-strtod.m4, m4/filemode.m4, m4/getloadavg.m4: | ||
| 49 | * m4/getopt.m4, m4/gl-comp.m4, m4/lstat.m4, m4/md5.m4, m4/mktime.m4: | ||
| 50 | * m4/readlink.m4, m4/sha1.m4, m4/stat.m4, m4/strftime.m4: | ||
| 51 | * m4/strtoull.m4, m4/strtoumax.m4, m4/symlink.m4, m4/time_r.m4: | ||
| 52 | Merge from gnulib. | ||
| 4 | 53 | ||
| 5 | 2011-06-14 Jan Djärv <jan.h.d@swipnet.se> | 54 | 2011-06-14 Jan Djärv <jan.h.d@swipnet.se> |
| 6 | 55 | ||