diff options
| author | Paul Eggert | 2014-07-13 17:45:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-13 17:45:19 -0700 |
| commit | a705278de7c661af9b78d956af25e13055cba864 (patch) | |
| tree | a8033e995ce6bfa2cd9af4cbee0700e3803e5602 /lib-src/ChangeLog | |
| parent | 4939f58d2c45062d5eac3f4c845b4494cf113f1f (diff) | |
| download | emacs-a705278de7c661af9b78d956af25e13055cba864.tar.gz emacs-a705278de7c661af9b78d956af25e13055cba864.zip | |
* make-docfile.c: Simplify a bit, to simplify further refactoring.
(outfile): Remove static var. All uses changed to use stdout,
since it's always stdout anyway. While we're at it, prefer
putchar/puts/fputs to printf when there are no format strings.
(main): Use freopen rather than fopen, so that stdout is reused.
Move O_BINARY stuff after the freopen, so it affects the
reopened file.
(write_c_args): Omit first arg, since it's always stdout now.
All uses changed.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3a7d128b905..0e0dc51f361 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-07-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * make-docfile.c: Simplify a bit, to simplify further refactoring. | ||
| 4 | (outfile): Remove static var. All uses changed to use stdout, | ||
| 5 | since it's always stdout anyway. While we're at it, prefer | ||
| 6 | putchar/puts/fputs to printf when there are no format strings. | ||
| 7 | (main): Use freopen rather than fopen, so that stdout is reused. | ||
| 8 | Move O_BINARY stuff after the freopen, so it affects the | ||
| 9 | reopened file. | ||
| 10 | (write_c_args): Omit first arg, since it's always stdout now. | ||
| 11 | All uses changed. | ||
| 12 | |||
| 1 | 2014-07-12 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2014-07-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * etags.c (Lisp_functions): Also record cl-defun etc. (Bug#17965) | 15 | * etags.c (Lisp_functions): Also record cl-defun etc. (Bug#17965) |