emacs/lib-src
Francesco Potortì b9755a1207 * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
is compiled if this is defined.  The new functions and variables
	added #ifdef ETAGS_REGEXP are not listed in this ChangeLog.
	[VMS]: All VMS specific code previously contained in
	etags-vmslib.c is now included here, modified for dealing with
	language and regex options intermixed with filenames.
	(header_file): Global variable deleted.
	(Lang_Function): New typedef.  All language parser functions
	changed to this new type.
	(string_numeric_p, substr, prestr): Functions deleted.
	(readline_internal): Does the job that readline did previously.
	(longopts): --language and --regex options added.
	(lang_names, lang_extensions, lang_func, print_language_names):
	New structures, variables and functions for choosing languages.
	(print_help): Help strings updated.  Calls print_language_names.
	(argument_type, ARGUMENT): Typedefs for dealing with language and
	regex options intermixed with filenames.
	(main): Changed the way of dealing with arguments on the command
	line to deal with language and regex options intermixed with
	filenames.
	(get_language, default_C_entries, Cplusplus_entries,
	Cstar_entries, Yacc_entries, just_read_file): New functions.
	(find_entries): Use the new method for choosing the language.
	(Pascal_functions): Allow intermixing of comment styles.
	(prolog_getit, skip_comment): Rewritten for speed.
	(readline): Rewritten to deal with regexps.
1994-11-16 13:00:49 +00:00
..
aixcc.lex Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
b2m.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
cvtmail.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
digest-doc.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
emacsclient.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
emacsserver.c [SYSV_IPC] (main): Catch SIGHUP as well. Don't 1994-10-18 11:23:18 +00:00
emacstool.c *** empty log message *** 1994-02-27 03:51:02 +00:00
env.c Declare strerror. 1994-01-08 22:28:39 +00:00
etags-vmslib.c Use GPL. 1994-02-27 03:53:03 +00:00
etags.c * etags.c [ETAGS_REGEXP]: All the new code that deals with regexps 1994-11-16 13:00:49 +00:00
fakemail.c Don't declare malloc, since we include config.h. 1994-10-20 16:37:04 +00:00
hexl.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
leditcfns.c entered into RCS 1985-04-18 00:48:29 +00:00
make-docfile.c (main) [WINDOWSNT]: Now sets _fmode and stdout to O_BINARY. 1994-11-01 05:23:42 +00:00
make-path.c (touchy_mkdir): Make dir ugo+re even if it isn't new. 1994-09-24 01:48:04 +00:00
Makefile.in (regex.o): Use full path to find regex.c. 1994-10-17 20:56:18 +00:00
makefile.nt Changed references of m\m-windowsnt.h to m\intel386.h and of s\s-windowsnt.h 1994-11-03 21:11:43 +00:00
movemail.c PopServer renamed to popserver throughout. 1994-10-20 20:35:57 +00:00
ntlib.c Initial revision 1994-11-01 10:27:02 +00:00
pop.c (getline): When a search of already-read input for CRLF 1994-10-24 04:41:21 +00:00
pop.h Initial revision 1994-09-27 19:49:25 +00:00
profile.c (TV1, TV2): Use EMACS_TIME as type. 1994-11-10 22:26:57 +00:00
rcs-checkin Use test -r instead of < to check readability, to avoid syntax error. 1994-10-19 21:27:58 +00:00
rcs2log Add support for CVS. 1994-08-15 22:44:10 +00:00
sorted-doc.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
tcp.c Initial revision 1994-02-27 03:45:52 +00:00
test-distrib.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
timer.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
vcdiff Add --brief option. 1993-12-03 09:29:18 +00:00
wakeup.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00
yow.c Eliminate some -Wall warnings. 1994-10-12 20:21:51 +00:00