summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
Commit message (Expand)AuthorAge
* Omit no-longer-needed SEEK_END workaroundPaul Eggert2023-02-25
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Support multi-line C++11 strings in EbrowseJan Stranik2022-11-17
* ebrowse dumping need not return intPaul Eggert2022-04-08
* Do not include <attribute.h> from <config.h>Paul Eggert2022-03-08
* Fix UB in ebrowseEli Zaretskii2022-01-20
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* ; Fix typosStefan Kangas2020-09-21
* Update copyright year to 2020Paul Eggert2020-01-01
* Prefer static to extern in ebrowsePaul Eggert2019-12-09
* Simplify lib-src version printingPaul Eggert2019-06-20
* Fix EBROWSE parsing of classes declared final.Andrey Kotlarski2019-01-03
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-28
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Use unlocked stdio more systematicallyPaul Eggert2017-06-22
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-16
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-07
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Unmacroize ebrowse.c and etags.c a bitPaul Eggert2015-10-12
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-27
* Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-24
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Prefer tail calls.Paul Eggert2013-11-13
* Port to C89.Paul Eggert2013-07-10
* Prefer plain 'static' to 'static inline'.Paul Eggert2013-07-01
* * lib-src/ebrowse.c: Include <stddef.h>, needed on some platforms.Paul Eggert2013-06-21
* Use C99-style flexible array members if available.Paul Eggert2013-06-21
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Reduce the number of versioned files storing the short copyright stringGlenn Morris2012-09-16
* * lib-src/ebrowse.c (PATH_LIST_SEPARATOR): RemoveGlenn Morris2012-08-09
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Update short copyright year to 2012.Glenn Morris2012-01-04
* Spelling fixes.Paul Eggert2011-12-29
* Whitespace changes.Juanma Barranquero2011-09-09
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-06
* * ebrowse.c: Use size_t, not int, for sizes.Paul Eggert2011-03-21
* * ebrowse.c (BROWSE_STRUCT): Remove unused macro.Paul Eggert2011-02-25
* * ebrowse.c (parse_qualified_param_ident_or_type): Make it clearPaul Eggert2011-02-25
* * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.Paul Eggert2011-02-25
* * ebrowse.c (putstr): Rename from PUTSTR and turn into a function.Paul Eggert2011-02-25