index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib-src
/
ebrowse.c
Age
Commit message (
Expand
)
Author
2022-04-08
ebrowse dumping need not return int
Paul Eggert
2022-03-08
Do not include <attribute.h> from <config.h>
Paul Eggert
2022-01-20
Fix UB in ebrowse
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-09-21
; Fix typos
Stefan Kangas
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-09
Prefer static to extern in ebrowse
Paul Eggert
2019-06-20
Simplify lib-src version printing
Paul Eggert
2019-01-03
Fix EBROWSE parsing of classes declared final.
Andrey Kotlarski
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-04-28
Port --enable-gcc-warnings to GCC 8
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-06-22
Use unlocked stdio more systematically
Paul Eggert
2017-05-16
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-07
Port flexible array members to GCC + valgrind
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-12
Unmacroize ebrowse.c and etags.c a bit
Paul Eggert
2015-08-27
Use straight quotes in lib-src diagnostics
Paul Eggert
2015-04-24
Port --enable-gcc-warnings to GCC 5.1 x86-64
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-25
Prefer stpcpy to strcat
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-11-13
Prefer tail calls.
Paul Eggert
2013-07-10
Port to C89.
Paul Eggert
2013-07-01
Prefer plain 'static' to 'static inline'.
Paul Eggert
2013-06-21
* lib-src/ebrowse.c: Include <stddef.h>, needed on some platforms.
Paul Eggert
2013-06-21
Use C99-style flexible array members if available.
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-16
Reduce the number of versioned files storing the short copyright string
Glenn Morris
2012-08-09
* lib-src/ebrowse.c (PATH_LIST_SEPARATOR): Remove
Glenn Morris
2012-06-24
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-04
Update short copyright year to 2012.
Glenn Morris
2011-12-29
Spelling fixes.
Paul Eggert
2011-09-09
Whitespace changes.
Juanma Barranquero
2011-07-06
Assume freestanding C89 headers, string.h, stdlib.h.
Paul Eggert
2011-03-21
* ebrowse.c: Use size_t, not int, for sizes.
Paul Eggert
2011-02-25
* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
Paul Eggert
2011-02-25
* ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
Paul Eggert
2011-02-25
* ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.
Paul Eggert
2011-02-25
* ebrowse.c (putstr): Rename from PUTSTR and turn into a function.
Paul Eggert
2011-02-21
[ChangeLog]
Paul Eggert
2011-02-21
Declare file-scope functions and variables static if not exported.
Paul Eggert
2011-01-31
src/emacs.c now gets version number from configure.in
Paul Eggert
[next]