diff options
| author | Paul Eggert | 2011-01-30 15:34:18 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-30 15:34:18 -0800 |
| commit | 16c3e636a68cf74386d3d4d582a3a189b84d700c (patch) | |
| tree | 43ef51bef626bf3b4c4d578e8dce0ad9857e98df /ChangeLog | |
| parent | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff) | |
| download | emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.zip | |
strftime: import from gnulib
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -1,5 +1,21 @@ | |||
| 1 | 2011-01-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | strftime: import from gnulib | ||
| 4 | * Makefile.in (GNULIB_MODULES): Add strftime. | ||
| 5 | * configure.in (AC_FUNC_STRFTIME, my_strftime): Remove; no longer | ||
| 6 | needed. | ||
| 7 | * aclocal.m4, configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: | ||
| 8 | Regenerate. | ||
| 9 | * lib/strftime.c, lib/strftime.h, lib/stdbool.in.h: New files, | ||
| 10 | imported from gnulib. | ||
| 11 | * m4/strftime.m4, m4/stdbool.m4, m4/tm_gmtoff.m4: Likewise. | ||
| 12 | This incorporates many changes from gnulib, including simpler | ||
| 13 | handling of multibyte formats, porting to mingw32 and other | ||
| 14 | platforms, and support for higher-resolution time stamps. | ||
| 15 | Emacs does not yet use the higher-resolution interface. | ||
| 16 | |||
| 17 | 2011-01-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 18 | |||
| 3 | gnulib: import mktime and move-if-change fixes from gnulib | 19 | gnulib: import mktime and move-if-change fixes from gnulib |
| 4 | 20 | ||
| 5 | * configure: Regenerate from the following. | 21 | * configure: Regenerate from the following. |