diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-07-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-12 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. |
| @@ -13,6 +13,11 @@ | |||
| 13 | can add the gnulib modules for these (a 1-line change to Makefile.in). | 13 | can add the gnulib modules for these (a 1-line change to Makefile.in). |
| 14 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. | 14 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. |
| 15 | 15 | ||
| 16 | 2011-07-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 17 | |||
| 18 | * configure.in (LD_SWITCH_SYSTEM_TEMACS): Add -fno-pie on Darwin | ||
| 19 | so as to suppress address randomization (Bug#8395). | ||
| 20 | |||
| 16 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2011-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 17 | 22 | ||
| 18 | * lib/stdint.in.h: Merge from gnulib (Bug#9025). | 23 | * lib/stdint.in.h: Merge from gnulib (Bug#9025). |