diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f68372f31a..0a4bd05bc06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2014-01-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to C89. | ||
| 4 | * data.c (arithcompare_driver): | ||
| 5 | * fileio.c (Fcar_less_than_car): | ||
| 6 | * fns.c (internal_equal): | ||
| 7 | * frame.c (delete_frame): | ||
| 8 | * lisp.h (enum More_Lisp_Bits): | ||
| 9 | * lread.c (read1): | ||
| 10 | Avoid C99 constructs that don't work in C89. | ||
| 11 | * data.c (ULL_MAX, count_trailing_zeros_ll): New macros, | ||
| 12 | to port to C89, which doesn't have 'long long'. | ||
| 13 | (count_trailing_zero_bits): Use them. | ||
| 14 | |||
| 1 | 2014-01-03 Chong Yidong <cyd@gnu.org> | 15 | 2014-01-03 Chong Yidong <cyd@gnu.org> |
| 2 | 16 | ||
| 3 | * doc.c (Fdocumentation): Remove dynamic-docstring-function. | 17 | * doc.c (Fdocumentation): Remove dynamic-docstring-function. |