# HG changeset patch # User Francesco Potort # Date 949579256 0 # Node ID 742d957c3f30e37bd599cdbedf9ac4efcc81a040 # Parent 25ed45af93558c59dcd75d4d31ad7f23fe41b292 etags diff -r 25ed45af9355 -r 742d957c3f30 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Feb 03 11:58:48 2000 +0000 +++ b/lib-src/ChangeLog Thu Feb 03 12:00:56 2000 +0000 @@ -1,3 +1,22 @@ +2000-01-31 Francesco Potorti` + + * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. + (get_compressor_from_suffix, process_file): Use MSDOS in if clause. + (etags_strchr, etags_strrchr): Use const char * and int as arguments. + (getenv, getcwd): Only declare them if necessary. + (EMACS_NAME): New constant macro. + (print_version): Use it. + (P_) [__STDC__]: Macro for defining function prototypes. + (all functions): Made them static. + +2000-01-31 Fabrice Popineau + + * etags.c [WINDOWSNT]: #include + +2000-01-31 Martin Buchholz + + * etags.c: Prototypes and static for all the functions. + 2000-01-29 Richard M. Stallman * movemail.c (main): Improve error message if can't create lock file.