| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct recent instances of my mail address to | Francesco Potortì | 2001-02-08 | 1 | -8/+8 |
| | | | | | Francesco Potorti` <pot@gnu.org> | ||||
| * | *** empty log message *** | Andrew Innes | 2001-02-05 | 1 | -0/+5 |
| | | |||||
| * | ($(DOC)): Use $(THISDIR) instead of . in | Andrew Innes | 2001-02-05 | 1 | -2/+2 |
| | | | | | invocation of make-docfile, to work with Windows 2000. | ||||
| * | Modified some comments. | Francesco Potortì | 2001-01-31 | 1 | -1/+2 |
| | | | | | | Resumed the correct pot version number. Going to version 3. | ||||
| * | (in_word_set): Use `static' in definition (for pcc). | Dave Love | 2001-01-31 | 2 | -2/+6 |
| | | |||||
| * | Work around small preprocessor bugs in sunos4 pcc and MinGW. | Francesco Potortì | 2001-01-31 | 2 | -8/+15 |
| | | |||||
| * | (assert) [__MINGW32__]: Redefine assert to work around a | Andrew Innes | 2001-01-30 | 2 | -0/+11 |
| | | | | | bug in the Mingw32 assert.h header file. | ||||
| * | Comment updates to etags.c | Francesco Potortì | 2001-01-30 | 2 | -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-28 | 3 | -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 Zaretskii | 2001-01-27 | 1 | -0/+4 |
| | | |||||
| * | Add a coding: tag. | Eli Zaretskii | 2001-01-27 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-26 | 1 | -0/+7 |
| | | |||||
| * | (matching_regexp_buffer, matching_regexp_end_buf): | Gerd Moellmann | 2001-01-26 | 1 | -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-25 | 1 | -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-25 | 1 | -0/+24 |
| | | |||||
| * | Move here the entry for etags.c from 2000-01-14 which somehow | Eli Zaretskii | 2001-01-25 | 1 | -0/+16 |
| | | | | | ended up in etc/Changelog. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-22 | 1 | -0/+5 |
| | | |||||
| * | (xfree): New function. | Gerd Moellmann | 2001-01-22 | 1 | -11/+41 |
| | | | | | (member, declaration, globals): Use xmalloc instead of alloca. | ||||
| * | 2000-05-31 Karl M. Hegbloom <karlheg@debian.org> | Francesco Potortì | 2001-01-15 | 1 | -20/+19 |
| | | | | | * etags.1: correct several markup errors. | ||||
| * | *** empty log message *** | Francesco Potortì | 2001-01-15 | 1 | -4/+4 |
| | | |||||
| * | 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> | Francesco Potortì | 2001-01-15 | 2 | -7/+15 |
| | | | | | | * etags.c (print_language_names): Print filenames in addition to suffixes. | ||||
| * | Changes for makefile support in etags. | Francesco Potortì | 2001-01-14 | 2 | -108/+186 |
| | | |||||
| * | (write_c_args): Print newlines as spaces. | Gerd Moellmann | 2001-01-13 | 2 | -7/+14 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2001-01-06 | 1 | -0/+5 |
| | | |||||
| * | (clean): Delete $(COMPILER_TEMP_FILES) instead | Andrew Innes | 2001-01-06 | 1 | -1/+1 |
| | | | | | of *.pdb. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-03 | 1 | -0/+9 |
| | | |||||
| * | Avoid security hole allowing attacker to | Gerd Moellmann | 2001-01-03 | 1 | -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 Zaretskii | 2001-01-02 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-02 | 1 | -0/+5 |
| | | |||||
| * | (yyerror): Changed to take two arguments. Prototype | Gerd Moellmann | 2001-01-02 | 1 | -16/+17 |
| | | | | | added. Callers changed. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-02 | 1 | -0/+17 |
| | | |||||
| * | (enter_namespace, main): Cast variables to shut up | Eli Zaretskii | 2001-01-02 | 1 | -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 Zaretskii | 2001-01-02 | 1 | -2/+4 |
| | | | | | | (main) <homedir>: Make its declaration conditional on SERVER_HOME_DIR, to avoid compiler warnings. | ||||
| * | (main) <homedir>: Make its declaration conditional | Eli Zaretskii | 2001-01-02 | 1 | -0/+2 |
| | | | | | on SERVER_HOME_DIR, to avoid compiler warnings. | ||||
| * | (readline): Cast buffer to "long *" to pacify | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 |
| | | | | | over-zealous compilers. | ||||
| * | (canonicalize_filename) [DOS_NT]: Fix last change. | Eli Zaretskii | 2000-12-16 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-15 | 1 | -0/+14 |
| | | |||||
| * | (operator_name): Cast argument of isalpha to | Gerd Moellmann | 2000-12-15 | 1 | -1/+1 |
| | | | | | unsigned char. | ||||
| * | (get_keyword): Make sure that isspace and | Gerd Moellmann | 2000-12-15 | 1 | -4/+4 |
| | | | | | similar aren't called with a negative argument. | ||||
| * | (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros. | Gerd Moellmann | 2000-12-15 | 1 | -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 Love | 2000-12-13 | 1 | -0/+4 |
| | | |||||
| * | (ensure_scope_buffer_room): Fix xrealloc call. | Dave Love | 2000-12-13 | 1 | -1/+1 |
| | | |||||
| * | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Andrew Innes | 2000-12-06 | 1 | -0/+9 |
| | | |||||
| * | (LOCAL_FLAGS): Remove -DVERSION flag, since we | Andrew Innes | 2000-12-06 | 1 | -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.c | Andrew Innes | 2000-12-06 | 1 | -0/+4 |
| | | | | | does, because Windows build can't snarf this from version.el. | ||||
| * | ($(BLD)/ebrowse.exe): Use tabs not spaces. | Andrew Innes | 2000-11-30 | 2 | -2/+7 |
| | | | | | (install): Ditto. | ||||
| * | (ebrowse): New target. | Jason Rumney | 2000-11-23 | 2 | -3/+19 |
| | | | | | (LOCAL_FLAGS): Add -DVERSION flag. | ||||
| * | Fix comment. | Dave Love | 2000-11-10 | 1 | -3/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2000-09-25 | 1 | -0/+5 |
| | | |||||