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 /src/ChangeLog | |
| parent | 4eec7f8b2b465c6fc2c09d37d4da2b540f607df0 (diff) | |
| download | emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.tar.gz emacs-16c3e636a68cf74386d3d4d582a3a189b84d700c.zip | |
strftime: import from gnulib
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5213669e319..393223c0802 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 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 (obj): Remove strftime.o, as gnulib now does this for us. | ||
| 5 | * deps.mk (strftime.o): Remove. | ||
| 6 | * editfns.c: Include <strftime.h>, supplied by gnulib. | ||
| 7 | (emacs_strftimeu): Remove decl. | ||
| 8 | (emacs_memftimeu): Use nstrftime (the gnulib name) rather than | ||
| 9 | emacs_strftimeu. | ||
| 10 | * config.in: Regenerate. | ||
| 11 | * strftime.c: Remove; we now use strftime from gnulib. | ||
| 12 | |||
| 3 | Use SSDATA when the context wants char *. | 13 | Use SSDATA when the context wants char *. |
| 4 | * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c: | 14 | * alloc.c, buffer.c, bytecode.c, callproc.c, dired.c: |
| 5 | * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c: | 15 | * dispnew.c, doc.c, editfns.c, emacs.c, fileio.c, filelock.c: |