summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Prefer static to extern in ebrowsePaul Eggert2019-12-091-42/+42
* Simplify lib-src version printingPaul Eggert2019-06-201-11/+5
* Fix EBROWSE parsing of classes declared final.Andrey Kotlarski2019-01-031-14/+54
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-4/+4
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-3/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-071-5/+6
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Unmacroize ebrowse.c and etags.c a bitPaul Eggert2015-10-121-35/+49
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-271-6/+6
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-13/+16
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Prefer tail calls.Paul Eggert2013-11-131-1/+1
* Port to C89.Paul Eggert2013-07-101-2/+10
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-011-1/+1
* * lib-src/ebrowse.c: Include <stddef.h>, needed on some platforms.Paul Eggert2013-06-211-0/+1
* Use C99-style flexible array members if available.Paul Eggert2013-06-211-9/+10
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-161-2/+1
* * lib-src/ebrowse.c (PATH_LIST_SEPARATOR): RemoveGlenn Morris2012-08-091-7/+2
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-6/+2
* 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
* Spelling fixes.Paul Eggert2011-12-291-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-7/+7
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-4/+0
* * ebrowse.c: Use size_t, not int, for sizes.Paul Eggert2011-03-211-12/+10
* * ebrowse.c (BROWSE_STRUCT): Remove unused macro.Paul Eggert2011-02-251-1/+0
* * ebrowse.c (parse_qualified_param_ident_or_type): Make it clearPaul Eggert2011-02-251-1/+4
* * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.Paul Eggert2011-02-251-3/+3
* * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.Paul Eggert2011-02-251-29/+30
* [ChangeLog]Paul Eggert2011-02-211-6/+1
* Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-211-114/+71
* src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Include <getopt.h> not "getopt.h".Paul Eggert2011-01-091-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-021-6/+3
|\
| * Set short copyright year to 2011.Glenn Morris2011-01-011-6/+3
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-0/+5
|\ \ | |/
| * Fix bug #7446 with overrunning input buffer in ebrowse.Joe Matarazzo2010-11-271-0/+5