aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove log entries for 20.5 .. 20.7.Gerd Moellmann2001-05-091-27/+0
|
* *** empty log message ***Gerd Moellmann2001-05-081-0/+5
|
* (enter_namespace): Fix reallocation ofGerd Moellmann2001-05-081-2/+3
| | | | namespace_stack.
* Update copyright notice.Gerd Moellmann2001-05-071-1/+2
|
* *** empty log message ***Eli Zaretskii2001-05-041-0/+4
|
* (globals): Fix handling of namespace aliases.Gerd Moellmann2001-05-032-1/+8
|
* (print_help): Enclose the regexp in the help text example in quotes.Eli Zaretskii2001-04-272-1/+6
|
* (fail): Don't return a value.Dave Love2001-04-052-2/+8
| | | | (main): Cast uid values for sprintf.
* *** empty log message ***Gerd Moellmann2001-04-031-0/+2
|
* (fail, main): Don't use implicit int return type.Gerd Moellmann2001-04-031-1/+4
|
* *** empty log message ***Gerd Moellmann2001-04-031-0/+4
|
* (main): Always return a value.Gerd Moellmann2001-04-031-0/+2
|
* *** empty log message ***Gerd Moellmann2001-03-021-0/+6
|
* (parse_qualified_param_ident_or_type): Return aGerd Moellmann2001-03-021-2/+7
| | | | | freshly allocated object in *LAST_ID. (read_line): Accept \r\n line endings.
* Corrected latest etags.c entry.Francesco Potortì2001-02-261-0/+2
|
* *** empty log message ***Andrew Innes2001-02-241-0/+4
|
* Fix copyright notice.Andrew Innes2001-02-241-2/+2
|
* When in autodetect mode, switch to C++ when the template keyword is metFrancesco Potortì2001-02-232-85/+103
|
* *** empty log message ***Andrew Innes2001-02-221-0/+10
|
* ($(BLD)/movemail.$(O)): Remove reference toAndrew Innes2001-02-221-2/+0
| | | | | VMS header files. ($(BLD)/profile.$(O)): Ditto.
* ($(BLD)\movemail.obj): Remove reference toAndrew Innes2001-02-221-2/+0
| | | | | VMS header files. ($(BLD)\profile.obj): Ditto.
* Add copyright notice.Gerd Moellmann2001-02-205-9/+103
|
* Correct recent instances of my mail address toFrancesco Potortì2001-02-081-8/+8
| | | | Francesco Potorti` <pot@gnu.org>
* *** empty log message ***Andrew Innes2001-02-051-0/+5
|
* ($(DOC)): Use $(THISDIR) instead of . inAndrew Innes2001-02-051-2/+2
| | | | invocation of make-docfile, to work with Windows 2000.
* Modified some comments.Francesco Potortì2001-01-311-1/+2
| | | | | Resumed the correct pot version number. Going to version 3.
* (in_word_set): Use `static' in definition (for pcc).Dave Love2001-01-312-2/+6
|
* Work around small preprocessor bugs in sunos4 pcc and MinGW.Francesco Potortì2001-01-312-8/+15
|
* (assert) [__MINGW32__]: Redefine assert to work around aAndrew Innes2001-01-302-0/+11
| | | | bug in the Mingw32 assert.h header file.
* Comment updates to etags.cFrancesco Potortì2001-01-302-19/+38
| | | | | C macros changes to etags.c for the sake of standalone building and Xemacs building. Does not affect building under Emacs.
* Many changes to the parsing capabilities of etags.Francesco Potortì2001-01-283-257/+442
| | | | | The -C or -c++ options are now mostly obsolete. Can delve at arbitrary deeps into structures of C-like languages.
* *** empty log message ***Eli Zaretskii2001-01-271-0/+4
|
* Add a coding: tag.Eli Zaretskii2001-01-271-3/+3
|
* *** empty log message ***Gerd Moellmann2001-01-261-0/+7
|
* (matching_regexp_buffer, matching_regexp_end_buf):Gerd Moellmann2001-01-261-6/+12
| | | | | | New variables. (matching_regexp): Use them instead of static variables in function scope.
* Many small improvements in tagging accuracy and capability,Francesco Potortì2001-01-251-233/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | better tagging of DEFUNs, code cleanups. 2001-01-25 Francesco Potorti` <pot@potorti.it> * etags.c (struct tok): Renamed from struct token. (token): Renamed from tok. (structtype): Make it a local variable. [DEBUG]: Use assert. (xrnew): Change the synopsis. (typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus. (grow_linebuffer): Don't call xrnew when not needed. (token): buffer renamed to line. (C_entries): Three calls to inibuffer moved here from main. (C_entries): Removed all references to var methodlen, delete it. (linebuffer_setlen): Was grow_buffer, now also sets len. (consider_token, C_entries, Pascal_functions): Use it. (C_entries): Preventing problems relative to extern "C". (C_entries): Can tag more than one variable or func separated by comma when --declarations is used. (C_entries): More accurate tagging of members and declarations. (yacc_rules): Was global, made local to C_entries. (next_token_is_func): Removed. (fvdef): New constants fdefunkey, fdefunname. (consider_token, C_entries): Use them. (C_entries): Build proper lisp names for Emacs DEFUNs.
* Many small improvements in etags.Francesco Potortì2001-01-251-0/+24
|
* Move here the entry for etags.c from 2000-01-14 which somehowEli Zaretskii2001-01-251-0/+16
| | | | ended up in etc/Changelog.
* *** empty log message ***Gerd Moellmann2001-01-221-0/+5
|
* (xfree): New function.Gerd Moellmann2001-01-221-11/+41
| | | | (member, declaration, globals): Use xmalloc instead of alloca.
* 2000-05-31 Karl M. Hegbloom <karlheg@debian.org>Francesco Potortì2001-01-151-20/+19
| | | | * etags.1: correct several markup errors.
* *** empty log message ***Francesco Potortì2001-01-151-4/+4
|
* 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>Francesco Potortì2001-01-152-7/+15
| | | | | * etags.c (print_language_names): Print filenames in addition to suffixes.
* Changes for makefile support in etags.Francesco Potortì2001-01-142-108/+186
|
* (write_c_args): Print newlines as spaces.Gerd Moellmann2001-01-132-7/+14
|
* *** empty log message ***Andrew Innes2001-01-061-0/+5
|
* (clean): Delete $(COMPILER_TEMP_FILES) insteadAndrew Innes2001-01-061-1/+1
| | | | of *.pdb.
* *** empty log message ***Gerd Moellmann2001-01-031-0/+9
|
* Avoid security hole allowing attacker toGerd Moellmann2001-01-031-5/+7
| | | | | | | | cause user of rcs2log to overwrite arbitrary files, fixing a bug reported by Morten Welinder. Don't put "exit 1" at the end of the exit trap; it's ineffective in POSIX shells.
* Fix email address of my last entry.Eli Zaretskii2001-01-021-1/+1
|