aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 909a5717bcc..c04bdf2f094 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,28 @@
12004-09-13 Francesco Potort,Al(B <pot@gnu.org>
2
3 * etags.c (main): When relative file names are given as argument,
4 make them relative to the current working dir, rather than
5 relative to the output tags file, if the latter is in /dev.
6
72004-09-13 Francesco Potort,Al(B <pot@gnu.org>
8
9 * etags.c [EXIT_SUCCESS, EXIT_FAILURE]: Define them when no
10 <stdlib.h> is available.
11 (enum sym_type): New st_C_attribute value for parsing
12 gcc's __attribute__. Deleted st_C_typespec value.
13 (gperf, in_word_set): Use gperf 3, options changed. Added the
14 __attribute__ keyword, removed all the st_C_typespec keywords,
15 changed attribute for Java to (C_JAVA & !C_PLPL).
16 (inattribute): New global bool, part of the C state machine.
17 (cblev): Identifier renamed to bracelev throughout.
18 (consider_token, C_entries): Numerous changes for making the
19 parser more robust and adding support for __attribute__.
20
212004-09-13 David A. Capello <dacap@users.sourceforge.net> (tiny change)
22
23 * etags.c: (Lua_suffixes, Lua_help, lang_names, Lua_functions):
24 Support the Lua scripting language <http://www.lua.org>.
25
12004-09-08 Francesco Potort,Al(B <pot@gnu.org> 262004-09-08 Francesco Potort,Al(B <pot@gnu.org>
2 27
3 * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef) 28 * etags.c: [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE (ifndef)