summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* * etags.c (C_entries): Reset the fvdef machine when out of function.Francesco Potortì2007-07-171-9/+31
| | | | | | (PRINT_UNDOCUMENTED_OPTIONS_HELP): #define as FALSE if undefined. (print_help): Use it in if() rather than #if. (print_help): Conditionally print help about --no-line-directive.
* *** empty log message ***Francesco Potortì2007-07-171-0/+3
|
* *** empty log message ***Francesco Potortì2007-07-171-0/+4
|
* *** empty log message ***Eli Zaretskii2007-07-161-0/+4
|
* (clean): Don't delete *~.Eli Zaretskii2007-07-161-1/+3
|
* Merge from emacs--rel--22Miles Bader2007-06-091-0/+4
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-790
| * Bump version number to 22.1.50.Chong Yidong2007-06-041-1/+1
| |
| * Increment version number to 22.1.EMACS_22_1Chong Yidong2007-06-021-1/+1
| |
| * Version 22.1 released.Chong Yidong2007-06-021-0/+4
| |
| * Bump version to 22.0.990EMACS_PRETEST_22_0_990Chong Yidong2007-05-171-1/+1
| |
| * Bump version to 22.0.99.Chong Yidong2007-04-241-1/+1
| |
* | Fix typo in previous change.Glenn Morris2007-06-071-1/+1
| |
* | (print_version): Add `emacs_copyright' string, for easier automaticGlenn Morris2007-06-071-1/+4
| | | | | | | | updating.
* | *** empty log message ***Glenn Morris2007-06-071-0/+5
| |
* | etags.c updates.Francesco Potortì2007-05-181-0/+8
| |
* | Extern definitions of some more pointer functions forFrancesco Potortì2007-05-181-15/+24
| | | | | | | | | | | | | | standalone compilation, especially important for 64bit platforms. (main, print_help): --members is now the default for etags. (C_entries): Parse start of C comment as a space == end of token. This is not necessary for C++ comment, already parsed as newline.
* | *** empty log message ***Juanma Barranquero2007-04-261-111/+111
| |
* | *** empty log message ***Glenn Morris2007-04-261-0/+4
| |
* | Increase version to 22.1.50.Glenn Morris2007-04-261-1/+1
|/
* Bump version to 22.0.98.Chong Yidong2007-04-171-1/+1
|
* Bump version to 22.0.97.Chong Yidong2007-04-041-1/+1
|
* Bump version to 22.0.96.Chong Yidong2007-03-201-1/+1
|
* *** empty log message ***Juanma Barranquero2007-03-021-3/+2
|
* Bump to 22.0.95.Chong Yidong2007-03-011-1/+1
|
* Add University of California copyright and revised BSDL license.Glenn Morris2007-02-271-17/+56
| | | | | Remove Ken Arnold copyright. (print_version): Remove Ken Arnold, refer to new file ETAGS.README.
* (etags, ctags): define EMACS_NAME as "GNU Emacs".Francesco Potortì2007-02-261-2/+2
|
* *** empty log message ***Francesco Potortì2007-02-261-0/+4
|
* Bump to version 22.0.94.EMACS_PRETEST_22_0_94Chong Yidong2007-02-231-1/+1
|
* Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):Glenn Morris2007-02-201-1/+5
| | | | | (EMACS, EMACSOPT): New variables. (blessmail): Use `--no-site-file' when compiling.
* *** empty log message ***Glenn Morris2007-02-201-0/+5
|
* Comment changes and clarifications.Juanma Barranquero2007-02-161-2/+34
|
* Switch to standard GPL text for license.Glenn Morris2007-02-111-2/+17
|
* Now --members is the default for etags, not for ctags yet.Francesco Potortì2007-02-051-0/+5
|
* (default_C_help, Cplusplus_help, PHP_help, print_help)Francesco Potortì2007-02-051-12/+14
| | | | (main): Now --members is the default for etags, not for ctags yet.
* *** empty log message ***Glenn Morris2007-02-051-1/+1
|
* *** empty log message ***Juanma Barranquero2007-02-041-3/+3
|
* etags.c fix by Per CederqvistFrancesco Potortì2007-02-041-0/+8
|
* (gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).Francesco Potortì2007-02-041-10/+10
| | | | | | | 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).
* Fix file local variables c-file-style specification.Glenn Morris2007-02-031-1/+1
|
* Add missing Copyright header. Years from date of installation inGlenn Morris2007-01-281-0/+3
| | | | | | | public Emacs CVS to present. [email from rms, 2007/1/22, "Copyright years": "That is copyright FSF. Whoever added that failed to put in the proper copyright notice."]
* Bump version to 22.0.93.Chong Yidong2007-01-231-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-2119-21/+21
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-1611-22/+22
| | | | 2001).
* Add c-file-style local binding.Richard M. Stallman2007-01-021-0/+1
|
* *** empty log message ***Francesco Potortì2007-01-021-0/+1
|
* (main): Pass the -u option to sort in ctags mode.Francesco Potortì2007-01-021-2/+5
|
* *** empty log message ***Francesco Potortì2007-01-021-0/+7
|
* (longopts): New undocumented option --no-duplicates.Francesco Potortì2007-01-021-33/+39
| | | | | | (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.
* (readline): When creating a relative file name from aFrancesco Potortì2006-12-281-4/+12
| | | | | | | | | | #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.
* *** empty log message ***Francesco Potortì2006-12-281-1/+0
|