diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 199d46f4984..6c31841c130 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2014-09-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | movemail: don't dump core if the current time is outlandish | ||
| 4 | * movemail.c (popmail): Check for mbx_delimit_begin failure. | ||
| 5 | (mbx_delimit_begin): Fail if the current time is so outlandish | ||
| 6 | that localtime would fail or asctime would have undefined | ||
| 7 | behavior. Use strftime to avoid asctime undefined behavior. | ||
| 8 | |||
| 9 | 2014-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | --enable-silent-rules now suppresses more chatter. | ||
| 12 | * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_) | ||
| 13 | (am__v_CC_0, am__v_CC_1, AM_V_CCLD, am__v_CCLD_, am__v_CCLD_0) | ||
| 14 | (am__v_CCLD_1): New macros, taken from Automake. | ||
| 15 | (regex.o, etags${EXEEXT}, ctags${EXEEXT}, ebrowse${EXEEXT}) | ||
| 16 | (profile${EXEEXT}, make-docfile${EXEEXT}, movemail${EXEEXT}) | ||
| 17 | (pop.o, emacsclient${EXEEXT}, emacsclientw${EXEEXT}) | ||
| 18 | (emacsclientw${EXEEXT}, ntlib.o, hexl${EXEEXT}) | ||
| 19 | (update-game-score${EXEEXT}): Use them. | ||
| 20 | |||
| 21 | * etags.c (emacs_strchr, emacs_strrchr): Remove. | ||
| 22 | All uses replaced by strchr and strrchr, which are on all | ||
| 23 | target platforms now. | ||
| 24 | |||
| 1 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2014-07-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 26 | ||
| 3 | Use "b" flag more consistently; avoid "t" (Bug#18006). | 27 | Use "b" flag more consistently; avoid "t" (Bug#18006). |