| | 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 | |
|---|
| | 14 | 2005-09-20 Chong Yidong <cyd@stupidchicken.com> |
|---|
| | 15 | |
|---|
| | 16 | * ebrowse.c (add_sym): Compare namespace names instead of |
|---|
| | 17 | namespace objects. This prevents the parser from incorrectly |
|---|
| | 18 | treating classes whose superclass is in another namespace. |
|---|
| | 19 | |
|---|
| | 20 | 2005-09-15 Richard M. Stallman <rms@gnu.org> |
|---|
| | 21 | |
|---|
| | 22 | * Makefile.in (update-game-score.o): New target. |
|---|
| | 23 | Compile and link this progranm separately. |
|---|
| | 24 | (update-game-score${EXEEXT}): Use GETOPTDEPTS. |
|---|
| | 25 | |
|---|
| | 26 | 2005-09-11 Jason Rumney <jasonr@gnu.org> |
|---|
| | 27 | |
|---|
| | 28 | * makefile.w32-in (../src/config.h): Don't overwrite. Print a |
|---|
| | 29 | message instead. |
|---|
| | 30 | (../src/paths.h): Removed. |
|---|
| | 31 | |
|---|