| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include unistd.h, string.h, stdlib.h, | Dave Love | 2002-11-18 | 1 | -11/+17 |
| | | | | | | | | | fcntl.h, stdarg.h conditionally. (_GNU_SOURCE, __attribute__): Don't define. (optarg, optind, opterr): Declare. (lose, lose_syserr): Use NO_RETURN. (get_user_id): Use P_. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-11-18 | 1 | -0/+4 |
| | | |||||
| * | (${archlibdir}): Ignore errors operating on $(gamedir). | Richard M. Stallman | 2002-11-18 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-14 | 1 | -1/+5 |
| | | |||||
| * | (pop_retr): Declare comment. | Dave Love | 2002-11-14 | 1 | -0/+1 |
| | | |||||
| * | (read_c_string_or_comment): Declare msgno. | Dave Love | 2002-11-14 | 1 | -0/+1 |
| | | |||||
| * | (YACC): Deleted. | Dave Love | 2002-11-14 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-04 | 1 | -0/+4 |
| | | |||||
| * | . | Andreas Schwab | 2002-10-19 | 1 | -0/+5 |
| | | |||||
| * | (${archlibdir}): Always create $(gamedir). | Andreas Schwab | 2002-10-19 | 1 | -10/+12 |
| | | | | | (update-game-score): Pass $(gamedir) as HAVE_SHARED_GAME_DIR. | ||||
| * | (lisp): Load devanagari.el, not .elc. | Juanma Barranquero | 2002-10-04 | 2 | -7/+11 |
| | | |||||
| * | Remove reference to SERVER_HOME_DIR completely. | Markus Rost | 2002-10-01 | 2 | -3/+5 |
| | | |||||
| * | (main): Always use /tmp and non-qualified hostname. | Stefan Monnier | 2002-09-27 | 2 | -11/+7 |
| | | |||||
| * | Remove SYSV support. | Stefan Monnier | 2002-09-27 | 2 | -198/+61 |
| | | | | | | | | | (eval, display): New vars. (longopts): Add --eval and --display. (decode_options): Add -e and -d processing. (print_help_and_exit): Update the usage string. (main): Add support for --eval and --display. | ||||
| * | *** empty log message *** | Stefan Monnier | 2002-09-25 | 1 | -0/+4 |
| | | |||||
| * | Remove emacsserver. | Stefan Monnier | 2002-09-25 | 1 | -599/+0 |
| | | |||||
| * | Remove references to emacsserver. | Stefan Monnier | 2002-09-25 | 3 | -18/+1 |
| | | |||||
| * | (quote_file_name): Quote \n. | Stefan Monnier | 2002-09-18 | 2 | -10/+27 |
| | | | | | (main): Print a final \n when needed. | ||||
| * | etags bug | Francesco Potortì | 2002-09-03 | 1 | -0/+5 |
| | | |||||
| * | (regex_tag_multiline, readline): Never pass pfnote a | Francesco Potortì | 2002-09-03 | 1 | -6/+11 |
| | | | | | string that cannot be freed. | ||||
| * | (consider_token, C_entries): Switch to C++ parsing when | Francesco Potortì | 2002-08-30 | 1 | -46/+64 |
| | | | | | | | | | | | auto-detection is enabled and the `::' qualifier is met. (consider_token, C_entries): Several bugs corrected that tagged some declarations even though --declarations was not used. (plainc): New macro. (C_entries): Use it. (C_entries): Several cosmetic changes. (C_entries): Invalidate the token is some cases. | ||||
| * | Bug corrections in etags. | Francesco Potortì | 2002-08-30 | 1 | -0/+11 |
| | | |||||
| * | (C_entries): Corrected a problem with const C++ funcs. | Francesco Potortì | 2002-08-29 | 1 | -44/+61 |
| | | | | | | | | (ignoreindent): Renamed from noindentypedefs. (cjava, cplpl): They are now macros instead of local vars. (HTML_labels): Tag ID= also. | ||||
| * | Etags bug. | Francesco Potortì | 2002-08-29 | 1 | -0/+10 |
| | | |||||
| * | *** empty log message *** | Francesco Potortì | 2002-08-28 | 1 | -6/+6 |
| | | |||||
| * | Two bug corrections and one new feature. | Francesco Potortì | 2002-08-28 | 1 | -156/+345 |
| | | | | | | | | | | | | | | | | | | | | | | | | (Ada_funcs): Do not tag "use type Xxxx;". New language HTML. (make_tag): Never generate null length tag names. (linebuffer_init): Renamed from initbuffer. All callers changed. (pattern): Structure renamed to `regexp', member regex renamed to pattern. (node_st): Member pat renamed to regex. (pattern); New member force_explicit_name, for future use. Now always set to true, cannot be reset. (add_regex, regex_tag_multiline, readline): Use it. (main): Free some global structures. (fdesc): New member `written'. (readline, process_file): Initialise it. (put_entries): Set it. (main): Use it to create entries for files without tags. (total_size_of_entries): Do not count invalid tags. (etags_strcasecmp): Like BSD's, for compatibility. (strcaseeq): Make it into a macro. | ||||
| * | Two bug corrections and a new feature for etags. | Francesco Potortì | 2002-08-28 | 1 | -0/+23 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-08-19 | 1 | -57/+53 |
| | | |||||
| * | (scan_keyword_or_put_char, write_c_args): Use `fn' | Stefan Monnier | 2002-08-19 | 1 | -2/+12 |
| | | | | | for the function name in the usage info. | ||||
| * | (P_): New macro. Use it for all prototypes. | Colin Walters | 2002-08-01 | 1 | -46/+84 |
| | | | | | | | | (lose): Don't use varargs. (lose_syserr): New function. Change all functions to K&R style. | ||||
| * | *** empty log message *** | Colin Walters | 2002-08-01 | 1 | -0/+8 |
| | | |||||
| * | (localstatedir): New variable. | Andreas Schwab | 2002-07-30 | 2 | -1/+8 |
| | | |||||
| * | Fix regexp for finding return address fields. | Pavel Janík | 2002-07-29 | 2 | -2/+6 |
| | | |||||
| * | (scan_c_file): Warn about missing `usage' info. | Stefan Monnier | 2002-07-15 | 2 | -0/+7 |
| | | |||||
| * | . | Andreas Schwab | 2002-07-08 | 1 | -3/+0 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-07-05 | 1 | -0/+5 |
| | | |||||
| * | Obey the rmail file and use the unpruned header properly. | Pavel Janík | 2002-07-05 | 1 | -6/+11 |
| | | |||||
| * | Rewrote the description of implicit tag names in etags.c | Francesco Potortì | 2002-06-27 | 1 | -4/+9 |
| | | |||||
| * | New file. | Pavel Janík | 2002-06-26 | 2 | -0/+152 |
| | | |||||
| * | (F_getit, Fortran_functions, Ada_getit, Asm_labels) | Francesco Potortì | 2002-06-21 | 1 | -158/+178 |
| | | | | | | | | | | | (Python_functions, PHP_functions, PHP_functions, PHP_functions) (PHP_functions, PHP_functions, Cobol_paragraphs) (Makefile_targets, Postscript_functions, Texinfo_nodes) (prolog_pr, erlang_func, erlang_attribute) (Perl_functions, Perl_functions, Pascal_functions) (TeX_commands, get_tag): Use make_tag instead of pfnote. (get_tag): Prototype changed, all callers changed. | ||||
| * | etags | Francesco Potortì | 2002-06-21 | 1 | -0/+11 |
| | | |||||
| * | A bug in the new function. No change log. | Francesco Potortì | 2002-06-20 | 1 | -6/+8 |
| | | |||||
| * | Use, together with etags.el, an optimised form of tags, | Francesco Potortì | 2002-06-20 | 1 | -41/+32 |
| | | | | | | | | | which are almost always unnamed. etags.el looks for an explicit tag name, then for an implicit one. See make_tag for details. The change is both forwards and backwards compatible. (make_tag): New function (was the disabled function new_pfnote). (make_C_tag): Use it. | ||||
| * | implicit tag names. | Francesco Potortì | 2002-06-20 | 1 | -0/+9 |
| | | |||||
| * | etags | Francesco Potortì | 2002-06-20 | 1 | -0/+6 |
| | | |||||
| * | (add_regex): Invalid regexp modifiers are ignored. | Francesco Potortì | 2002-06-20 | 1 | -9/+15 |
| | | | | | | (Makefile_targets): Tag variables unless --no-globals. (LOOP_ON_INPUT_LINES): Serious bug corrected. | ||||
| * | * etags.c (erlang_atom, erlang_attribute): Bugs corrected. | Francesco Potortì | 2002-06-13 | 1 | -66/+38 |
| | | | | | | (invalidate_nodes): Bug corrected. (print_help): Better help for regexps. | ||||
| * | *** empty log message *** | Francesco Potortì | 2002-06-13 | 1 | -0/+6 |
| | | |||||
| * | (lisp): Add international/ucs-tables.elc and font-core.elc. | Juanma Barranquero | 2002-06-13 | 2 | -0/+7 |
| | | |||||
| * | New multi-line regexp and new regexp syntax. | Francesco Potortì | 2002-06-13 | 1 | -0/+28 |
| | | |||||