diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d8ec0579422..10758d80872 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 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 | |||
| 11 | 2013-03-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | * pop.c: Fix ERRMAX typo (Bug#13925). | ||
| 14 | (socket_connection) [!HAVE_KRB5_ERROR_TEXT && HAVE_KRB5_ERROR_E_TEXT]: | ||
| 15 | Use ERROR_MAX, not ERRMAX. | ||
| 16 | |||
| 17 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * Version 24.3 released. | ||
| 20 | |||
| 1 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 21 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 22 | ||
| 3 | File synchronization fixes (Bug#13944). | 23 | File synchronization fixes (Bug#13944). |
| @@ -6,8 +26,8 @@ | |||
| 6 | * emacsclient.c (main): Use fdatasync, not fsync, since we don't | 26 | * emacsclient.c (main): Use fdatasync, not fsync, since we don't |
| 7 | care about metadata. Keep trying if interrupted. | 27 | care about metadata. Keep trying if interrupted. |
| 8 | * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since | 28 | * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since |
| 9 | fsync is available everywhere (or there is a substitute). Don't | 29 | fsync is available everywhere (or there is a substitute). |
| 10 | report an error if fsync returns EINVAL. | 30 | Don't report an error if fsync returns EINVAL. |
| 11 | 31 | ||
| 12 | Static checking by Sun C 5.12. | 32 | Static checking by Sun C 5.12. |
| 13 | * etags.c (analyse_regex): Omit unreachable code. | 33 | * etags.c (analyse_regex): Omit unreachable code. |
| @@ -5182,7 +5202,7 @@ | |||
| 5182 | (longopts): New long options without short counterpart are | 5202 | (longopts): New long options without short counterpart are |
| 5183 | globals, members, no-globals, no-members. Regexp options are now | 5203 | globals, members, no-globals, no-members. Regexp options are now |
| 5184 | defined conditionally to ETAGS_REGEXPS. | 5204 | defined conditionally to ETAGS_REGEXPS. |
| 5185 | (print_help): Updated. | 5205 | (print_help): Update. |
| 5186 | 5206 | ||
| 5187 | 1997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it> | 5207 | 1997-05-22 Francesco Potortì <F.Potorti@cnuce.cnr.it> |
| 5188 | 5208 | ||