aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-30 15:34:18 -0800
committerPaul Eggert2011-01-30 15:34:18 -0800
commit16c3e636a68cf74386d3d4d582a3a189b84d700c (patch)
tree43ef51bef626bf3b4c4d578e8dce0ad9857e98df /ChangeLog
parent4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff)
downloademacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz
emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.zip
strftime: import from gnulib
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2878150f5cb..bded0a22921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
12011-01-30 Paul Eggert <eggert@cs.ucla.edu> 12011-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
172011-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.