aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* *** empty log message ***Gerd Moellmann2001-01-021-0/+5
|
* (yyerror): Changed to take two arguments. PrototypeGerd Moellmann2001-01-021-16/+17
| | | | added. Callers changed.
* *** empty log message ***Eli Zaretskii2001-01-021-0/+17
|
* (enter_namespace, main): Cast variables to shut upEli Zaretskii2001-01-021-5/+6
| | | | | | compiler warnings. (yyerror): Change parameter declarations to be of type long, so that they can take pointers on 64-bit platforms.
* (main): Remove unused local variable statbfr.Eli Zaretskii2001-01-021-2/+4
| | | | | (main) <homedir>: Make its declaration conditional on SERVER_HOME_DIR, to avoid compiler warnings.
* (main) <homedir>: Make its declaration conditionalEli Zaretskii2001-01-021-0/+2
| | | | on SERVER_HOME_DIR, to avoid compiler warnings.
* (readline): Cast buffer to "long *" to pacifyEli Zaretskii2001-01-021-1/+1
| | | | over-zealous compilers.
* (canonicalize_filename) [DOS_NT]: Fix last change.Eli Zaretskii2000-12-162-1/+5
|
* *** empty log message ***Gerd Moellmann2000-12-151-0/+14
|
* (operator_name): Cast argument of isalpha toGerd Moellmann2000-12-151-1/+1
| | | | unsigned char.
* (get_keyword): Make sure that isspace andGerd Moellmann2000-12-151-4/+4
| | | | similar aren't called with a negative argument.
* (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.Gerd Moellmann2000-12-151-19/+25
| | | | | | | Use them throughout instead of ctype functions/macros. (lowcase): Cast to unsigned char. (UPCASE): New macro. (canonicalize_filename): Use UPCASE instead toupper.
* *** empty log message ***Dave Love2000-12-131-0/+4
|
* (ensure_scope_buffer_room): Fix xrealloc call.Dave Love2000-12-131-1/+1
|
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* *** empty log message ***Andrew Innes2000-12-061-0/+9
|
* (LOCAL_FLAGS): Remove -DVERSION flag, since weAndrew Innes2000-12-061-1/+1
| | | | | don't know the real version, and I can't seem to get the quoting right in all circumstances.
* (VERSION): Provide default definition, like etags.cAndrew Innes2000-12-061-0/+4
| | | | does, because Windows build can't snarf this from version.el.
* ($(BLD)/ebrowse.exe): Use tabs not spaces.Andrew Innes2000-11-302-2/+7
| | | | (install): Ditto.
* (ebrowse): New target.Jason Rumney2000-11-232-3/+19
| | | | (LOCAL_FLAGS): Add -DVERSION flag.
* Fix comment.Dave Love2000-11-101-3/+1
|
* *** empty log message ***Dave Love2000-09-251-0/+5
|