diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0e0dc51f361..e108f5b2f5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2014-07-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use binary-io module, O_BINARY, and "b" flag (Bug#18006). | ||
| 4 | * etags.c, hexl.c, make-docfile.c: | ||
| 5 | Include binary-io.h instead of fcntl.h and/or io.h. | ||
| 6 | (main): Use set_binary_mode or SET_BINARY | ||
| 7 | in place of handcrafted code. | ||
| 8 | * etags.c (main) [DOS_NT]: | ||
| 9 | * movemail.c (main) [WINDOWSNT]: | ||
| 10 | Don't mess with _fmode. | ||
| 11 | * etags.c (main, process_file_name, analyse_regex): | ||
| 12 | Use fopen/popen's "b" flag instead. | ||
| 13 | * movemail.c (main, popmail): Use open/lk_open/mkostemp's O_BINARY | ||
| 14 | instead. | ||
| 15 | |||
| 1 | 2014-07-13 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2014-07-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 17 | ||
| 3 | * make-docfile.c: Simplify a bit, to simplify further refactoring. | 18 | * make-docfile.c: Simplify a bit, to simplify further refactoring. |