- 27 Feb, 2008 1 commit
-
-
Stefan Monnier authored
-
- 04 Feb, 2008 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 07 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Jan, 2008 1 commit
-
-
Glenn Morris authored
-
- 22 Nov, 2007 1 commit
-
-
Francesco Potortì authored
as the defaults in ctags are different from etags. (default_C_help, Cplusplus_help, PHP_help, print_help): Remove text saying --members is the default: not true in Emacs 22.
-
- 20 Nov, 2007 1 commit
-
-
Francesco Potortì authored
2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): In case '}' decrement bracelev before testing it. 2007-11-15 Masatake YAMATO <jet@gyve.org> * etags.c (C_entries): In case '}', set fvdef to fvnone unconditioned to (!ignoreindent && lp == newlb.buffer + 1). 2007-11-15 Francesco Potort�<pot@gnu.org> * etags.c: (C_entries): Reset the fvdef machine when out of function. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline.
-
- 08 Aug, 2007 1 commit
-
-
Glenn Morris authored
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 27 Feb, 2007 1 commit
-
-
Glenn Morris authored
Remove Ken Arnold copyright. (print_version): Remove Ken Arnold, refer to new file ETAGS.README.
-
- 05 Feb, 2007 1 commit
-
-
Francesco Potortì authored
(main): Now --members is the default for etags, not for ctags yet.
-
- 04 Feb, 2007 1 commit
-
-
Francesco Potortì authored
The previous change introduced 2004-09-13 was broken, as (C_JAVA & !C_PLPL) always evaluates to 0. This caused import, package, extends, implements and interface to be treated specially for all kinds of C-style files, not just Java files. (by Per Cederqvist).
-
- 03 Feb, 2007 1 commit
-
-
Glenn Morris authored
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2007 3 commits
-
-
Richard M. Stallman authored
-
Francesco Potortì authored
-
Francesco Potortì authored
(no_duplicates): Static variables for the above option. (print_help): Do not print help for --no-warn, now undocumented. (add_node): Allow duplicate tags in ctags mode unless --no-duplicates.
-
- 28 Dec, 2006 1 commit
-
-
Francesco Potortì authored
#line directive, leave the file name alone. The previous behaviour was to make it relative to the tags file directory, under the hypothesis that the #line directive file name was relative to the directory of the tagged file. That hypothesis is wrong with Cpp and Lex. (Makefile_targets): Do not include spaces in tag names.
-
- 20 Dec, 2006 1 commit
-
-
Francesco Potortì authored
-
- 28 Nov, 2006 1 commit
-
-
Francesco Potortì authored
(readline): Check for double quote after #line. (readline): sscanf could in principle return 2. (TeX_commands): Use p++ (rather than *p++) to increment p. (Lua_functions): Explicitely discard LOOKING_AT's return value. (TEX_mode): Check getc retruns EOF. File ended without newline causes infinite loop.
-
- 09 Aug, 2006 3 commits
- 08 Aug, 2006 2 commits
- 30 Jul, 2006 1 commit
-
-
Francesco Potortì authored
It's XEmacs, not Xemacs: change all the occurences. [ETAGS_REGEXPS]: Now is unconditionally defined. [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined. (Objc_suffixes): Suggest using --lang=c for full help. (C_entries): Initialise savetoken to 0 to shut up the compiler.
-
- 11 Jul, 2006 1 commit
-
-
Francesco Potortì authored
(in_word_set): In C, also tag #undef symbols.
-
- 02 May, 2006 1 commit
-
-
Francesco Potortì authored
(Erlang_functions): Possibly free space allocated for var last. (Prolog_functions): Possibly free space allocated for var last.
-
- 29 Apr, 2006 1 commit
-
-
Dan Nicolaescu authored
-
- 06 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 18 Nov, 2005 1 commit
-
-
Francesco Potortì authored
which has never been opened. Specify in the --help that vgrind writes to stdout.
-
- 20 Oct, 2005 1 commit
-
-
Eli Zaretskii authored
-
- 27 Sep, 2005 2 commits
-
-
Francesco Potortì authored
-
Francesco Potortì authored
(prolog_pr): Cast strlen to int before comparison. (LOOKING_AT, LOOKING_AT_NOCASE): Let the preprocessor check that the second argument is indeed a literal string. (longopts, print_help, main): The -a (--append) option can be used in ctags also; for one, the Linux make file uses it.
-
- 07 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 15 Dec, 2004 1 commit
-
-
Andreas Schwab authored
preprocessing to compile time constant.
-
- 16 Nov, 2004 1 commit
-
-
Kim F. Storm authored
-
- 09 Nov, 2004 1 commit
-
-
Kim F. Storm authored
default targets to silence compiler.
-
- 13 Sep, 2004 1 commit
-
-
Francesco Potortì authored
make them relative to the current working dir, rather than relative to the output tags file, if the latter is in /dev.
-