summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* remove useless if-before-free testsJim Meyering2008-06-021-15/+11
* (relative_filename): Treat "///" like "/" in filenames.Stefan Monnier2008-05-291-1/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-6/+4
* Merge from emacs--rel--22Miles Bader2008-03-011-1/+1
|\
| * (Perl_functions): Fix call to skip_spaces.Stefan Monnier2008-02-271-1/+1
| * Undo last change (mistakenly committed to branch).Chong Yidong2008-02-041-5/+4
| * Added "GTY" as synonym for __attribute__. Updated gperf output.Chong Yidong2008-02-041-4/+5
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * (print_version): Update copyright to 2008.Glenn Morris2008-01-041-1/+1
* | Added "GTY" as synonym for __attribute__. UpdatedChong Yidong2008-02-041-5/+6
* | (print_version): Update copyright to 2008.Glenn Morris2008-01-041-2/+2
* | Merge from emacs--rel--22Miles Bader2007-12-061-2/+12
|\ \ | |/
| * (default_C_help) [CTAGS]: differentiate the help string,Francesco Potortì2007-11-221-15/+23
| * Backporting bug corrections from trunk.Francesco Potortì2007-11-201-19/+17
* | Make prototypes for extern definitions, and add allFrancesco Potortì2007-11-151-38/+35
* | (C_entries): In case '}', set fvdef to fvnoneFrancesco Potortì2007-11-151-2/+2
* | Merge from emacs--rel--22Miles Bader2007-08-131-2/+2
|\ \ | |/
| * Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* | Merge from emacs--rel--22Miles Bader2007-07-261-4/+5
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-4/+5
* | * etags.c (C_entries): Reset the fvdef machine when out of function.Francesco Potortì2007-07-171-9/+31
* | 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
* | Extern definitions of some more pointer functions forFrancesco Potortì2007-05-181-15/+24
|/
* Add University of California copyright and revised BSDL license.Glenn Morris2007-02-271-17/+56
* (default_C_help, Cplusplus_help, PHP_help, print_help)Francesco Potortì2007-02-051-12/+14
* (gperf, in_word_set): changed attribute for Java to (C_JAVA & ~C_PLPL).Francesco Potortì2007-02-041-10/+10
* Fix file local variables c-file-style specification.Glenn Morris2007-02-031-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Add c-file-style local binding.Richard M. Stallman2007-01-021-0/+1
* (main): Pass the -u option to sort in ctags mode.Francesco Potortì2007-01-021-2/+5
* (longopts): New undocumented option --no-duplicates.Francesco Potortì2007-01-021-33/+39
* (readline): When creating a relative file name from aFrancesco Potortì2006-12-281-4/+12
* (C_entries): DEFUN names were longer by one: corrected.Francesco Potortì2006-12-201-3/+2
* Previous changes checked in by jhd checked and cleaned up:Francesco Potortì2006-11-281-9/+8
* Fix previous change.Jan Djärv2006-08-091-1/+1
* (readline): Change position on %n and \" in sscanf.Jan Djärv2006-08-091-2/+3
* * etags.c (readline): expect sscanf returns >= 1.Jan Djärv2006-08-091-1/+1
* * etags.c (readline): expect sscanf returns 2,Jan Djärv2006-08-081-1/+1
* * etags.c (TEX_mode): Check getc retruns EOF.Jan Djärv2006-08-081-1/+1
* Adrian Aichner: <adrian@xemacs.org>Francesco Potortì2006-07-301-64/+25
* (absolute_filename): Free unused space (cosmetic change).Francesco Potortì2006-07-111-55/+72
* (Perl_functions): Free space allocated for var package.Francesco Potortì2006-05-021-2/+11
* Delete c-indentation-style local variable.Dan Nicolaescu2006-04-291-1/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* Cxref mode writes to stdout: do not close tagf,Francesco Potortì2005-11-181-8/+10
* Undef STDIN if defined. (LynxOS defines it in system header files.)Eli Zaretskii2005-10-201-0/+5
* (main): In append mode, sort the tags file after writing it.Francesco Potortì2005-09-271-7/+8
* Preliminary Forth support.Francesco Potortì2005-09-271-26/+75