diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 740359605fd..e9205fdd12a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2015-01-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Don't say Fnext_read_file_uses_dialog_p is const | ||
| 4 | * make-docfile.c (write_globals): | ||
| 5 | Add a special hack for Fnext_read_file_uses_dialog_p. | ||
| 6 | |||
| 7 | 2015-01-13 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 9 | Support DEFUN attributes. | ||
| 10 | * make-docfile.c (struct global): New field 'flags'. | ||
| 11 | (DEFUN_noreturn, DEFUN_const): New enum bitfields. | ||
| 12 | (add_global): Now return pointer to global. | ||
| 13 | (write_globals): Add _Noreturn and ATTRIBUTE_CONST attributes | ||
| 14 | if requested by global's flags. | ||
| 15 | (stream_match): New function. | ||
| 16 | (scan_c_stream): Recognize 'attributes:' of DEFUN. | ||
| 17 | |||
| 1 | 2015-01-10 Paul Eggert <eggert@cs.ucla.edu> | 18 | 2015-01-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 19 | ||
| 3 | Port to 32-bit --with-wide-int | 20 | Port to 32-bit --with-wide-int |