aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 64a73027915..199d46f4984 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,40 @@
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
72014-07-14 Paul Eggert <eggert@cs.ucla.edu>
8
9 Use binary-io module, O_BINARY, and "b" flag (Bug#18006).
10 * etags.c, hexl.c, make-docfile.c:
11 Include binary-io.h instead of fcntl.h and/or io.h.
12 (main): Use set_binary_mode or SET_BINARY
13 in place of handcrafted code.
14 * etags.c (main) [DOS_NT]:
15 * movemail.c (main) [WINDOWSNT]:
16 Don't mess with _fmode.
17 * etags.c (main, process_file_name, analyse_regex):
18 Use fopen/popen's "b" flag instead.
19 * movemail.c (main, popmail): Use open/lk_open/mkostemp's O_BINARY
20 instead.
21
222014-07-13 Paul Eggert <eggert@cs.ucla.edu>
23
24 * make-docfile.c: Simplify a bit, to simplify further refactoring.
25 (outfile): Remove static var. All uses changed to use stdout,
26 since it's always stdout anyway. While we're at it, prefer
27 putchar/puts/fputs to printf when there are no format strings.
28 (main): Use freopen rather than fopen, so that stdout is reused.
29 Move O_BINARY stuff after the freopen, so it affects the
30 reopened file.
31 (write_c_args): Omit first arg, since it's always stdout now.
32 All uses changed.
33
342014-07-12 Paul Eggert <eggert@cs.ucla.edu>
35
36 * etags.c (Lisp_functions): Also record cl-defun etc. (Bug#17965)
37
12014-06-26 Glenn Morris <rgm@gnu.org> 382014-06-26 Glenn Morris <rgm@gnu.org>
2 39
3 * Makefile.in (blessmail): Depend on lisp/mail/blessmail.el. 40 * Makefile.in (blessmail): Depend on lisp/mail/blessmail.el.