diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0d7a0a4591e..2089a50d47b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,13 +1,19 @@ | |||
| 1 | 2013-03-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix incompatibilities between MinGW.org and MinGW64 headers. | ||
| 4 | * ntlib.c (struct timespec) [!_TIMEZONE_DEFINED]: Define the | ||
| 5 | struct only if _TIMEZONE_DEFINED is not defined. | ||
| 6 | |||
| 7 | 2013-03-23 cg <chengang31@gmail.com> (tiny change) | ||
| 8 | |||
| 9 | * makefile.w32-in (LIB_SRC): Move before first use. | ||
| 10 | |||
| 1 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | * pop.c: Fix ERRMAX typo (Bug#13925). | 13 | * pop.c: Fix ERRMAX typo (Bug#13925). |
| 4 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: | 14 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: |
| 5 | Use ERROR_MAX, not ERRMAX. | 15 | Use ERROR_MAX, not ERRMAX. |
| 6 | 16 | ||
| 7 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * Version 24.3 released. | ||
| 10 | |||
| 11 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 12 | 18 | ||
| 13 | File synchronization fixes (Bug#13944). | 19 | File synchronization fixes (Bug#13944). |
| @@ -3718,7 +3724,7 @@ | |||
| 3718 | 3724 | ||
| 3719 | 2002-03-05 Francesco Potortì <pot@gnu.org> | 3725 | 2002-03-05 Francesco Potortì <pot@gnu.org> |
| 3720 | 3726 | ||
| 3721 | * etags.c: Honour #line directives. | 3727 | * etags.c: Honor #line directives. |
| 3722 | (no_line_directive): New global var; set it for old behavior. | 3728 | (no_line_directive): New global var; set it for old behavior. |
| 3723 | (main): Remove some #ifdef in the getopt switch. | 3729 | (main): Remove some #ifdef in the getopt switch. |
| 3724 | (add_node, put_entries): Code added to merge different chunks of | 3730 | (add_node, put_entries): Code added to merge different chunks of |