diff options
| author | Francesco Potortì | 2004-09-13 13:34:01 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2004-09-13 13:34:01 +0000 |
| commit | 05d9a3993494232b98d75810e5c50218db55de31 (patch) | |
| tree | 5f403fc9fc003c3f349ea12f76d89d224b6020ae /lib-src/ChangeLog | |
| parent | 00098b0131e6906b8b03df35576c2cb6c3b035e5 (diff) | |
| download | emacs-05d9a3993494232b98d75810e5c50218db55de31.tar.gz emacs-05d9a3993494232b98d75810e5c50218db55de31.zip | |
[EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
<stdlib.h> is available.
(enum sym_type): New st_C_attribute value for parsing
gcc's __attribute__. Deleted st_C_typespec value.
(gperf, in_word_set): Use gperf 3, options changed. Added the
__attribute__ keyword, removed all the st_C_typespec keywords,
changed attribute for Java to (C_JAVA & !C_PLPL).
(inattribute): New global bool, part of the C state machine.
(cblev): Identifier renamed to bracelev throughout.
(consider_token, C_entries): Numerous changes for making the
parser more robust and adding support for __attribute__.
Tiny change by David A. Capello <dacap@users.sourceforge.net> -
(Lua_suffixes, Lua_help, lang_names, Lua_functions):
Support the Lua scripting language <http://www.lua.org>.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 909a5717bcc..b0960f9a98b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2004-09-13 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no | ||
| 4 | <stdlib.h> is available. | ||
| 5 | (enum sym_type): New st_C_attribute value for parsing | ||
| 6 | gcc's __attribute__. Deleted st_C_typespec value. | ||
| 7 | (gperf, in_word_set): Use gperf 3, options changed. Added the | ||
| 8 | __attribute__ keyword, removed all the st_C_typespec keywords, | ||
| 9 | changed attribute for Java to (C_JAVA & !C_PLPL). | ||
| 10 | (inattribute): New global bool, part of the C state machine. | ||
| 11 | (cblev): Identifier renamed to bracelev throughout. | ||
| 12 | (consider_token, C_entries): Numerous changes for making the | ||
| 13 | parser more robust and adding support for __attribute__. | ||
| 14 | |||
| 15 | 2004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change) | ||
| 16 | |||
| 17 | * etags.c: (Lua_suffixes, Lua_help, lang_names, Lua_functions): | ||
| 18 | Support the Lua scripting language <http://www.lua.org>. | ||
| 19 | |||
| 1 | 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> | 20 | 2004-09-08 Francesco Potort,Al(B <pot@gnu.org> |
| 2 | 21 | ||
| 3 | * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) | 22 | * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) |