1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 16:41:45 -08:00
emacs/lib-src
Francesco Potortì db59058201 * etags.c: Honour #line directives.
(no_line_directive): New global var; set it for old behaviour.
(main): Remove some #ifdef in the getopt switch.
(add_node, put_entries): Code added to merge different chunks of
nodes referring to the same file.  Currently the tags are just
appended, without any check for duplicates.
(Perl_functions): Do not special case ctags.
(readline): Identify #line directives and do the right thing.
(nocharno, invalidcharno): New global vars.
(process_file): Reset nocharno.
(readline): Set nocharno.
(pfnote): Read nocharno and maybe put invalidcharno in node.
(total_size_of_entries, put_entries): Use invalidcharno.

* etags.c: Keep the whole tag table in memory, even in etags mode.
(main): Call put_entries here even in CTAGS mode.
(main, process_file): Check the return values of fclose and pclose.
(process_file): Do not call put_entries after parsing each file.
(process_file): Canonicalise file names even for ctags.
(process_file): Set curfile here...
(find_entries): ... not here any more.
(add_node): In etags mode, build a linked list of entries (on
right pointer) for each file, and link the first entry of each
file on left nodes.
(put_entries): Print here the name of the file.
(put_entries): Print the entries starting from the first file.
(number_len, total_size_of_entries): Define these only iin etags
mode, make the second work only on the right nodes.

* etags.c: Make all global variables static.
2002-03-05 11:28:26 +00:00
..
.gitignore ignore *-spd and *.pdb for w32 2001-10-26 16:51:57 +00:00
b2m.c (main): Parenthesize assignment when used as truth value to prevent gcc 2002-01-01 22:08:54 +00:00
ChangeLog *** empty log message *** 2002-03-05 11:27:51 +00:00
COPYING Moved back. 2001-12-11 07:39:13 +00:00
cvtmail.c Include <config.h>. 2001-12-29 22:25:06 +00:00
digest-doc.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
ebrowse.c *** empty log message *** 2001-12-22 03:16:49 +00:00
emacsclient.c Include <config.h>. 2001-12-29 22:25:06 +00:00
emacsserver.c Include <config.h>. 2001-12-29 22:25:06 +00:00
emacstool.c Remove trailing whitespaces. 2001-12-29 22:21:10 +00:00
etags.c * etags.c: Honour #line directives. 2002-03-05 11:28:26 +00:00
fakemail.c Include <config.h>. 2002-01-01 19:15:26 +00:00
getopt.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
getopt.h fix line endings 2000-08-23 21:41:37 +00:00
getopt1.c Add support for large files. Merge glibc 2.1.2. 1999-10-19 07:17:20 +00:00
grep-changelog (parse_changelog): Remove unused local variable. 2001-07-25 13:00:30 +00:00
hexl.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
leditcfns.c entered into RCS 1985-04-18 00:48:29 +00:00
make-docfile.c Remove unnecessary whitespaces. 2002-01-05 23:37:58 +00:00
Makefile.in (clean): Don't delete ../etc/DOC*. 2001-12-11 22:55:45 +00:00
makefile.nt Remove mocklisp files. 2001-12-22 14:02:33 +00:00
makefile.w32-in Add missing backslash. 2002-02-25 15:47:41 +00:00
movemail.c (popmail): Always pass two args to `error'. 2001-11-03 19:03:48 +00:00
ntlib.c (sleep): Make argument unsigned long. 2000-08-22 21:22:20 +00:00
ntlib.h (WIN32): Remove unnecessary definition. 2000-08-22 21:24:06 +00:00
pop.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
pop.h Undo previous change. 1998-05-25 20:11:54 +00:00
profile.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
rcs-checkin Update copyright date. 2002-02-10 08:10:43 +00:00
rcs2log (Copyright): Update to 2002. 2002-02-03 17:31:31 +00:00
README # 1999-10-03 20:46:34 +00:00
sorted-doc.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
tcp.c Remove unnecessary whitespace. 2001-12-30 22:07:35 +00:00
test-distrib.c Remove unnecessary whitespaces. 2001-12-30 22:09:01 +00:00
testfile # 1999-10-01 12:43:57 +00:00
vcdiff Add copyright notice. 2001-02-20 13:36:21 +00:00
yow.c Include <config.h>. 2001-12-29 22:25:06 +00:00

This directory contains the source code for the architecture-dependent
files that go in ../arch-lib.  At present, these are mostly utility
programs used by Emacs.