diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6ecfb283ff6..d8ec0579422 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | File synchronization fixes (Bug#13944). | ||
| 4 | * Makefile.in (LIB_FDATASYNC): New macro. | ||
| 5 | (emacsclient${EXEEXT}): Use it. | ||
| 6 | * emacsclient.c (main): Use fdatasync, not fsync, since we don't | ||
| 7 | care about metadata. Keep trying if interrupted. | ||
| 8 | * movemail.c (main, popmail): Don't worry about BSD_SYSTEM, since | ||
| 9 | fsync is available everywhere (or there is a substitute). Don't | ||
| 10 | report an error if fsync returns EINVAL. | ||
| 11 | |||
| 3 | Static checking by Sun C 5.12. | 12 | Static checking by Sun C 5.12. |
| 4 | * etags.c (analyse_regex): Omit unreachable code. | 13 | * etags.c (analyse_regex): Omit unreachable code. |
| 5 | 14 | ||