aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 740359605fd..969aac80124 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,14 @@
12015-01-13 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Support DEFUN attributes.
4 * make-docfile.c (struct global): New field 'flags'.
5 (DEFUN_noreturn, DEFUN_const): New enum bitfields.
6 (add_global): Now return pointer to global.
7 (write_globals): Add _Noreturn and ATTRIBUTE_CONST attributes
8 if requested by global's flags.
9 (stream_match): New function.
10 (scan_c_stream): Recognize 'attributes:' of DEFUN.
11
12015-01-10 Paul Eggert <eggert@cs.ucla.edu> 122015-01-10 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Port to 32-bit --with-wide-int 14 Port to 32-bit --with-wide-int