aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-288/+286
* Prefer tail calls.Paul Eggert2013-11-131-6/+2
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-011-12/+8
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-11/+2
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-4/+1
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-051-7/+7
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde2012-12-021-1/+26
* | * lib-src/etags.c (Perl_functions): Support "use constant".Kevin Ryde2012-12-011-3/+18
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-60/+8
|/
* Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-161-2/+1
* Fixes: debbugs:12306Andreas Schwab2012-08-311-0/+1
* * etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert2012-08-151-1/+1
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-32/+24
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-091-1/+1
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-061-58/+3
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-251-15/+1
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-251-0/+12
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-3/+3
* Assume C89 or later.Paul Eggert2012-05-211-22/+6
* etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86Paul Eggert2012-05-091-20/+19
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Update short copyright year to 2012.Glenn Morris2012-01-041-1/+1
* * etags.c (C_entries): Properly skip over string and characterAndreas Schwab2011-12-251-17/+19
* Spelling fixes.Paul Eggert2011-11-191-6/+6
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Fix typos.Juanma Barranquero2011-11-161-2/+2
* Spelling fixes.Paul Eggert2011-11-121-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-43/+43
* * lib-src/etags.c (Fortran_functions): Handle "elemental" functions.Glenn Morris2011-09-071-0/+3
* * lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change)Dieter Schuster2011-09-071-0/+3
* * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int,Paul Eggert2011-08-281-10/+34
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-23/+2
* [ChangeLog]Paul Eggert2011-07-041-9/+0
* [ChangeLog]Paul Eggert2011-05-281-8/+1
* * lib-src/etags.c: Fix typo in previous comment change.Glenn Morris2011-05-201-1/+1
* * lib-src/etags.c: Comment.Glenn Morris2011-05-201-2/+5
* * etags.c (just_read_file): Remove dummy variable and simplify.Paul Eggert2011-03-281-4/+2
* * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.Paul Eggert2011-03-211-1/+1
* etags: In Prolog functions, don't assume int fits in size_t.Paul Eggert2011-03-211-16/+16
* * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.Paul Eggert2011-02-251-1/+1
* Fix 2011-02-22T17:37:[email protected].Eli Zaretskii2011-02-221-1/+2
* etags: Downcase drive letters, for consistency with Emacs proper.Paul Eggert2011-02-221-4/+3
* [ChangeLog]Paul Eggert2011-02-211-6/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+2
* Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+2
* Merge changes from emacs-23 branchChong Yidong2011-01-021-6/+3
|\
| * Set short copyright year to 2011.Glenn Morris2011-01-011-6/+3