| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary whitespaces. | Pavel Janík | 2002-01-05 | 1 | -15/+15 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-01-01 | 1 | -0/+7 |
| | | |||||
| * | (main): Parenthesize assignment when used as truth value to prevent gcc | Pavel Janík | 2002-01-01 | 1 | -1/+1 |
| | | | | | warnings. | ||||
| * | Include <config.h>. | Pavel Janík | 2002-01-01 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary whitespaces. | Pavel Janík | 2001-12-30 | 5 | -24/+24 |
| | | |||||
| * | Remove unnecessary whitespace. | Pavel Janík | 2001-12-30 | 1 | -1/+1 |
| | | |||||
| * | Include <config.h>. | Pavel Janík | 2001-12-29 | 7 | -8/+22 |
| | | |||||
| * | Remove trailing whitespaces. | Pavel Janík | 2001-12-29 | 2 | -4/+4 |
| | | |||||
| * | support for Perl packages | Francesco Potortì | 2001-12-26 | 1 | -318/+297 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * etags.c (Perl_functions): Tag packages and use them in sub tags. (get_tag): Return a pointer to the tag that is found. general cleanup and streamlining * etags.c (LOOKING_AT): Use !intoken instead of iswhite. (F_takeprec): Renamed from takeprec. All callers changed. (F_getit): Renamed from getit. All callers changed. (nocase_tail): Renamed from tail. All callers changed. (Ada_getit): Renamed from adagetit. All callers changed. (L_getit): Simplified by using get_tag. (Perl_functions, Postscript_functions, erlang_attribute): Use the modified LOOKING_AT. (notinname): Removed '[' and added ')' to the recognised chars. (LOOKING_AT, get_tag, PHP_functions): Use notinname. (Ada_getit, Ada_funcs, Python_functions, Scheme_functions): Clarified, using strneq or notinname. (L_isdef, L_isquote): Removed. (Lisp_functions, L_getit): Clarified. changes for standalone compilation * etags.c: (P_): Renamed to __P for consistency with config.h. [HAVE_CONFIG_H]: Let config.h deal with __P. [__STDC__] [!HAVE_CONFIG_H]: Define PTR as in config.h. [!__STDC__] [!HAVE_CONFIG_H]: Do not undefine static, because gperf code needs it. [HAVE_CONFIG_H] [!PTR]: Define PTR (for use with Xemacs). [HAVE_CONFIG_H] [!__P]: Define __P (for use with Xemacs). (xmalloc, xrealloc): Use PTR instead of long *. (bool): Make it a define, not a typedef, for C++ compilers. (pattern): Members renamed to avoid name clash in some C++ compilers. (get_language_from_langname): Use const argument. | ||||
| * | Etags.c: | Francesco Potortì | 2001-12-26 | 1 | -0/+32 |
| | | | | | | | support for Perl packages general cleanup and streamlining changes for standalone compilation | ||||
| * | Removed names of people from etags.c change log entries. | Francesco Potortì | 2001-12-26 | 1 | -9/+5 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-12-22 | 1 | -0/+4 |
| | | |||||
| * | Remove mocklisp files. | Pavel Janík | 2001-12-22 | 2 | -2/+2 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2001-12-22 | 3 | -2/+3 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2001-12-22 | 2 | -10/+8 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 2001-12-22 | 2 | -5/+7 |
| | | |||||
| * | Conditionally include config.h. | Pavel Janík | 2001-12-19 | 2 | -7/+11 |
| | | | | | Clean-up whitespaces. | ||||
| * | Clean-up whitespaces. | Pavel Janík | 2001-12-19 | 1 | -29/+29 |
| | | |||||
| * | Conditionally include config.h. | Pavel Janík | 2001-12-19 | 2 | -5/+11 |
| | | |||||
| * | Include "config.h", not <../src/config.h>. | Pavel Janík | 2001-12-19 | 2 | -15/+21 |
| | | | | | | (main): Parenthesize assignment when used as truth value to prevent gcc warnings. | ||||
| * | Include stdlib.h and string.h conditionally. | Pavel Janík | 2001-12-19 | 2 | -65/+76 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-12-18 | 1 | -0/+4 |
| | | |||||
| * | (main): Use time_t, not long, to avoid a compiler warning. | Eli Zaretskii | 2001-12-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-12-18 | 1 | -0/+4 |
| | | |||||
| * | Fix previous change. | Pavel Janík | 2001-12-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2001-12-18 | 1 | -0/+16 |
| | | |||||
| * | Conditionally include fcntl.h. | Dave Love | 2001-12-18 | 1 | -0/+4 |
| | | |||||
| * | Include "config.h", not <../src/config.h>. | Dave Love | 2001-12-18 | 1 | -5/+2 |
| | | | | | (_XOPEN_SOURCE): Define as 500. | ||||
| * | Include "config.h", not <../src/config.h>. | Dave Love | 2001-12-18 | 1 | -1/+1 |
| | | |||||
| * | Include config.h, stdlib.h. | Dave Love | 2001-12-18 | 1 | -6/+10 |
| | | | | | (xmalloc, xrealloc, skip_to_lf sysfail): Prototype. | ||||
| * | Conditionally include various headers. Use "epaths.h", | Dave Love | 2001-12-18 | 1 | -2/+21 |
| | | | | | | not <../src/epaths.h>. (malloc, realloc) [!HAVE_STDLIB_H]: Prototype. | ||||
| * | Etags changes for Prolog and PHP. | Francesco Potortì | 2001-12-15 | 1 | -4/+20 |
| | | |||||
| * | * etags.c (PHP_functions): New function by Diez B. Roggisch, | Francesco Potortì | 2001-12-15 | 1 | -74/+133 |
| | | | | | | | | | | | | | | | | heavily adapted by me, for parsing PHP. (LOOKING_AT): New macro. (Perl_functions, Python_functions, PHP_functions) (Scheme_functions, Texinfo_nodes): Use it. (Perl_functions): Use strneq. (prolog_pred): Renamed to prolog_pr. (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman) in addition to predicates. [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent unmodified compile, as Cygwin's regex.h is incompatible with us (thanks to Markus Hoenicka). [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2001-12-11 | 1 | -0/+4 |
| | | |||||
| * | (clean): Don't delete ../etc/DOC*. | Richard M. Stallman | 2001-12-11 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-12-11 | 1 | -0/+4 |
| | | |||||
| * | Moved back. | Pavel Janík | 2001-12-11 | 1 | -0/+340 |
| | | |||||
| * | (FACE_SUPPORT): | Andrew Innes | 2001-12-03 | 2 | -61/+71 |
| | | | | | | | | | | (MOUSE_SUPPORT): (FLOAT_SUPPORT): (WINNT_SUPPORT): (lisp): Reference .el files instead of .elc files, to simplify bootstrapping. ($(DOC)): Change dependency to just `make-docfile'. | ||||
| * | *** empty log message *** | Pavel Janík | 2001-11-29 | 1 | -0/+4 |
| | | |||||
| * | Removed. | Pavel Janík | 2001-11-29 | 1 | -340/+0 |
| | | |||||
| * | (Copyright): Add '(C)' as per coding guidelines. | Paul Eggert | 2001-11-28 | 2 | -5/+17 |
| | | | | | | | | | | | The following changes are derived from suggestions by Bob Chapman <rechapman@compuserve.com>. (printlogline): Also allow tab and newline to separate '(function):' from the rest of a comment. (reformat the sorted log entries): Require date and author to match the clumpname. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2001-11-16 | 1 | -0/+4 |
| | | |||||
| * | (matching_regexp): Escape '\\'. | Gerd Moellmann | 2001-11-16 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2001-11-15 | 1 | -0/+5 |
| | | |||||
| * | Add support for --program-prefix, --program-suffix | Pavel Janík | 2001-11-15 | 1 | -5/+10 |
| | | | | | and --program-transform-name options. | ||||
| * | Comment fixes. | Pavel Janík | 2001-11-15 | 1 | -4/+4 |
| | | |||||
| * | fixed format | Sam Steingold | 2001-11-13 | 1 | -103/+103 |
| | | |||||
| * | (xrealloc): Always pass two args to `fatal'. | Richard M. Stallman | 2001-11-03 | 2 | -1/+7 |
| | | |||||
| * | (popmail): Always pass two args to `error'. | Richard M. Stallman | 2001-11-03 | 1 | -1/+1 |
| | | |||||
| * | ignore *-spd and *.pdb for w32 | Sam Steingold | 2001-10-26 | 1 | -1/+2 |
| | | |||||