summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * etags.c (Lisp_functions): Also record cl-defun etc.Paul Eggert2014-07-12
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Prefer tail calls.Paul Eggert2013-11-13
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-01
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-17
* Static checking by Sun C 5.12.Paul Eggert2013-03-13
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-05
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | * lib-src/etags.c (Lisp_functions): Skip (defvar foo) declarationsKevin Ryde2012-12-02
* | * lib-src/etags.c (Perl_functions): Support "use constant".Kevin Ryde2012-12-01
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-21
|/
* Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-16
* Fixes: debbugs:12306Andreas Schwab2012-08-31
* * etags.c (Pascal_functions): Fix parenthesization typo.Paul Eggert2012-08-15
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-10
* Add GCC-style 'const' attribute to functions that can use it.Paul Eggert2012-07-09
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-06
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-25
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Assume C89 or later.Paul Eggert2012-05-21
* etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86Paul Eggert2012-05-09
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Update short copyright year to 2012.Glenn Morris2012-01-04
* * etags.c (C_entries): Properly skip over string and characterAndreas Schwab2011-12-25
* Spelling fixes.Paul Eggert2011-11-19
* Spelling fixes.Paul Eggert2011-11-19
* Fix typos.Juanma Barranquero2011-11-16
* Spelling fixes.Paul Eggert2011-11-12
* Whitespace changes.Juanma Barranquero2011-09-09
* * lib-src/etags.c (Fortran_functions): Handle "elemental" functions.Glenn Morris2011-09-07
* * lib-src/etags.c (Fortran_functions): Handle "pure" functions. (tiny change)Dieter Schuster2011-09-07
* * etags.c (xmalloc, xrealloc): Accept size_t, not unsigned int,Paul Eggert2011-08-28
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-06
* [ChangeLog]Paul Eggert2011-07-04
* [ChangeLog]Paul Eggert2011-05-28
* * lib-src/etags.c: Fix typo in previous comment change.Glenn Morris2011-05-20
* * lib-src/etags.c: Comment.Glenn Morris2011-05-20
* * etags.c (just_read_file): Remove dummy variable and simplify.Paul Eggert2011-03-28
* * etags.c (Ada_funcs): Redo slightly to avoid overflow warning.Paul Eggert2011-03-21
* etags: In Prolog functions, don't assume int fits in size_t.Paul Eggert2011-03-21
* * etags.c (ISUPPER): Move to inside the only #ifdef where it's used.Paul Eggert2011-02-25
* Fix 2011-02-22T17:37:06Z!eggert@cs.ucla.edu.Eli Zaretskii2011-02-22
* etags: Downcase drive letters, for consistency with Emacs proper.Paul Eggert2011-02-22
* [ChangeLog]Paul Eggert2011-02-21
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Include <unistd.h> unilaterally.Paul Eggert2011-01-09