aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-07-15 12:28:25 -0700
committerPaul Eggert2014-07-15 12:28:25 -0700
commit7e6d13fea41769d1e66dd1c9cd8b6d61f96da39b (patch)
treedff93a41569fab1ec0c16898a166a538eed684f1 /lib-src/ChangeLog
parent6f50c78e70c41c36e56cac89728650d8a049bbeb (diff)
downloademacs-7e6d13fea41769d1e66dd1c9cd8b6d61f96da39b.tar.gz
emacs-7e6d13fea41769d1e66dd1c9cd8b6d61f96da39b.zip
Use "b" flag more consistently; avoid "t".
* make-docfile.c (READ_TEXT): Remove; all uses replaced by "r". (READ_BINARY): Remove; all uses replaced by "rb". Fixes: debbugs:18006
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e108f5b2f5d..199d46f4984 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,9 @@
12014-07-15 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use "b" flag more consistently; avoid "t" (Bug#18006).
4 * make-docfile.c (READ_TEXT): Remove; all uses replaced by "r".
5 (READ_BINARY): Remove; all uses replaced by "rb".
6
12014-07-14 Paul Eggert <eggert@cs.ucla.edu> 72014-07-14 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Use binary-io module, O_BINARY, and "b" flag (Bug#18006). 9 Use binary-io module, O_BINARY, and "b" flag (Bug#18006).