comparison lib-src/ChangeLog @ 27596:742d957c3f30

etags
author Francesco Potortì <pot@gnu.org>
date Thu, 03 Feb 2000 12:00:56 +0000
parents e2fa9bee8276
children c8c16059c6d6
comparison
equal deleted inserted replaced
27595:25ed45af9355 27596:742d957c3f30
1 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2
3 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise.
4 (get_compressor_from_suffix, process_file): Use MSDOS in if clause.
5 (etags_strchr, etags_strrchr): Use const char * and int as arguments.
6 (getenv, getcwd): Only declare them if necessary.
7 (EMACS_NAME): New constant macro.
8 (print_version): Use it.
9 (P_) [__STDC__]: Macro for defining function prototypes.
10 (all functions): Made them static.
11
12 2000-01-31 Fabrice Popineau <Fabrice.Popineau@supelec.fr>
13
14 * etags.c [WINDOWSNT]: #include <direct.h>
15
16 2000-01-31 Martin Buchholz <martin@xemacs.org>
17
18 * etags.c: Prototypes and static for all the functions.
19
1 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu> 20 2000-01-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 21
3 * movemail.c (main): Improve error message if can't create lock file. 22 * movemail.c (main): Improve error message if can't create lock file.
4 23
5 2000-01-28 Eric Hanchrow <offby1@blarg.net> 24 2000-01-28 Eric Hanchrow <offby1@blarg.net>