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-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Assume support for memcmp, memcpy, memmove, memset. | ||
| 4 | This simplifies the code a bit. All current platforms have these, | ||
| 5 | as they are required for C89. If this turns into a problem we | ||
| 6 | can add the gnulib modules for these (a 1-line change to Makefile.in). | ||
| 7 | * configure.in: Don't check for memcmp, memcpy, memmove, memset. | ||
| 8 | |||
| 1 | 2011-07-01 Glenn Morris <rgm@gnu.org> | 9 | 2011-07-01 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo. | 11 | * configure.in (SETTINGS_CFLAGS, SETTINGS_LIBS) [HAVE_GCONF]: Fix typo. |