diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7d22972794f..c2e6ef390ee 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-09-27 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * etags.c: Preliminary Forth support. | ||
| 4 | (prolog_pr): Cast strlen to int before comparison. | ||
| 5 | (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that | ||
| 6 | the second argument is indeed a literal string. | ||
| 7 | (main): In append mode, sort the tags file after writing it. | ||
| 8 | |||
| 9 | 2005-09-27 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | ||
| 10 | |||
| 11 | * etags.c (longopts, print_help, main): The -a (--append) option | ||
| 12 | can be used in ctags also; for one, the Linux make file uses it. | ||
| 13 | |||
| 1 | 2005-09-20 Chong Yidong <cyd@stupidchicken.com> | 14 | 2005-09-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 15 | ||
| 3 | * ebrowse.c (add_sym): Compare namespace names instead of | 16 | * ebrowse.c (add_sym): Compare namespace names instead of |