aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorFrancesco Potortì1999-11-19 12:45:11 +0000
committerFrancesco Potortì1999-11-19 12:45:11 +0000
commite208136267e073b9f9838ccc75085ec109eb6cc9 (patch)
tree4fd62f66ca92c50a088b9b257133f5577de02c84 /lib-src
parent618bd252b543714748dc181d888ba9263b5d1057 (diff)
downloademacs-e208136267e073b9f9838ccc75085ec109eb6cc9.tar.gz
emacs-e208136267e073b9f9838ccc75085ec109eb6cc9.zip
etags bug fixes
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 5ef09710228..e107680982f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,16 @@
11999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2
3 * etags.c (_GNU_SOURCE): Define only if undefined.
4 (get_scheme): Declaration deleted.
5 (main): error was called with an integer as second arg, instead of
6 a char pointer.
7 (canonicalize_filename): Bug removed.
8
91999-11-18 Dave Love <d.love@dl.ac.uk>
10
11 * etags.c (C_entries): Rename label `intoken', avoiding K&R
12 lossage from name clash with macro.
13
11999-11-13 Gerd Moellmann <gerd@gnu.org> 141999-11-13 Gerd Moellmann <gerd@gnu.org>
2 15
3 * Makefile.in (b2m): Add dependency on GETOPTDEPS. 16 * Makefile.in (b2m): Add dependency on GETOPTDEPS.