aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove trailing whitespaces.Pavel Janík2001-12-292-4/+4
|
* support for Perl packagesFrancesco Potortì2001-12-261-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-261-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-261-9/+5
|
* *** empty log message ***Pavel Janík2001-12-221-0/+4
|
* Remove mocklisp files.Pavel Janík2001-12-222-2/+2
|
* Comment change.Richard M. Stallman2001-12-223-2/+3
|
* *** empty log message ***Richard M. Stallman2001-12-222-10/+8
|
* Comment change.Richard M. Stallman2001-12-222-5/+7
|
* Conditionally include config.h.Pavel Janík2001-12-192-7/+11
| | | | Clean-up whitespaces.
* Clean-up whitespaces.Pavel Janík2001-12-191-29/+29
|
* Conditionally include config.h.Pavel Janík2001-12-192-5/+11
|
* Include "config.h", not <../src/config.h>.Pavel Janík2001-12-192-15/+21
| | | | | (main): Parenthesize assignment when used as truth value to prevent gcc warnings.
* Include stdlib.h and string.h conditionally.Pavel Janík2001-12-192-65/+76
|
* *** empty log message ***Eli Zaretskii2001-12-181-0/+4
|
* (main): Use time_t, not long, to avoid a compiler warning.Eli Zaretskii2001-12-181-1/+1
|
* *** empty log message ***Pavel Janík2001-12-181-0/+4
|
* Fix previous change.Pavel Janík2001-12-181-1/+1
|
* *** empty log message ***Dave Love2001-12-181-0/+16
|
* Conditionally include fcntl.h.Dave Love2001-12-181-0/+4
|
* Include "config.h", not <../src/config.h>.Dave Love2001-12-181-5/+2
| | | | (_XOPEN_SOURCE): Define as 500.
* Include "config.h", not <../src/config.h>.Dave Love2001-12-181-1/+1
|
* Include config.h, stdlib.h.Dave Love2001-12-181-6/+10
| | | | (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
* Conditionally include various headers. Use "epaths.h",Dave Love2001-12-181-2/+21
| | | | | not <../src/epaths.h>. (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
* Etags changes for Prolog and PHP.Francesco Potortì2001-12-151-4/+20
|
* * etags.c (PHP_functions): New function by Diez B. Roggisch,Francesco Potortì2001-12-151-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. Stallman2001-12-111-0/+4
|
* (clean): Don't delete ../etc/DOC*.Richard M. Stallman2001-12-111-1/+1
|
* *** empty log message ***Pavel Janík2001-12-111-0/+4
|
* Moved back.Pavel Janík2001-12-111-0/+340
|
* (FACE_SUPPORT): Andrew Innes2001-12-032-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ík2001-11-291-0/+4
|
* Removed.Pavel Janík2001-11-291-340/+0
|
* (Copyright): Add '(C)' as per coding guidelines.Paul Eggert2001-11-282-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 Moellmann2001-11-161-0/+4
|
* (matching_regexp): Escape '\\'.Gerd Moellmann2001-11-161-1/+1
|
* *** empty log message ***Pavel Janík2001-11-151-0/+5
|
* Add support for --program-prefix, --program-suffixPavel Janík2001-11-151-5/+10
| | | | and --program-transform-name options.
* Comment fixes.Pavel Janík2001-11-151-4/+4
|
* fixed formatSam Steingold2001-11-131-103/+103
|
* (xrealloc): Always pass two args to `fatal'.Richard M. Stallman2001-11-032-1/+7
|
* (popmail): Always pass two args to `error'.Richard M. Stallman2001-11-031-1/+1
|
* ignore *-spd and *.pdb for w32Sam Steingold2001-10-261-1/+2
|
* fix build problems with krb5 and hesiod supportKen Raeburn2001-10-242-2/+19
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Miles Bader2001-10-211-1/+6
|
* (struct rcsoc_state): New type.Miles Bader2001-10-211-87/+120
| | | | | | | | (read_c_string_or_comment): Use a variable of type `rcsoc_state' to hold most of our state. (put_char): Add STATE parameter, and remove all other parameters except CH. Use STATE to get access to all needed state. (scan_keyword_or_put_char): New function.
* *** empty log message ***Miles Bader2001-10-211-0/+7
|
* (read_c_string_or_comment): Add SAW_USAGE parameter, and implementMiles Bader2001-10-211-9/+68
| | | | | | scanning for a `usage:' keyword. (scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment. Don't output a usage-string if there was one in the doc string.
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|