# HG changeset patch # User Francesco Potort # Date 1095082441 0 # Node ID 4408e76f8d904df1de66d62240b049445783603c # Parent cdba91059d7d1d1d4972177a6dfb9fc33765b4b1 *** empty log message *** diff -r cdba91059d7d -r 4408e76f8d90 lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Sep 13 13:30:23 2004 +0000 +++ b/lib-src/ChangeLog Mon Sep 13 13:34:01 2004 +0000 @@ -1,3 +1,22 @@ +2004-09-13 Francesco Potort,Al(B + + * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no + 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__. + +2004-09-13 David A. Capello (tiny change) + + * etags.c: (Lua_suffixes, Lua_help, lang_names, Lua_functions): + Support the Lua scripting language . + 2004-09-08 Francesco Potort,Al(B * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef)