| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port --enable-gcc-warnings to GCC 8 | Paul Eggert | 2018-04-28 | 1 | -1/+1 |
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
| * | Use unlocked stdio more systematically | Paul Eggert | 2017-06-22 | 1 | -4/+4 |
| * | Merge with gnulib, pacifying GCC 7 | Paul Eggert | 2017-05-16 | 1 | -3/+2 |
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| * | | Port flexible array members to GCC + valgrind | Paul Eggert | 2016-09-07 | 1 | -5/+6 |
| |/ |
|
| * | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| * | Unmacroize ebrowse.c and etags.c a bit | Paul Eggert | 2015-10-12 | 1 | -35/+49 |
| * | Use straight quotes in lib-src diagnostics | Paul Eggert | 2015-08-27 | 1 | -6/+6 |
| * | Port --enable-gcc-warnings to GCC 5.1 x86-64 | Paul Eggert | 2015-04-24 | 1 | -1/+1 |
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| * | Prefer stpcpy to strcat | Paul Eggert | 2014-12-25 | 1 | -13/+16 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Prefer tail calls. | Paul Eggert | 2013-11-13 | 1 | -1/+1 |
| * | Port to C89. | Paul Eggert | 2013-07-10 | 1 | -2/+10 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2013-07-01 | 1 | -1/+1 |
| * | * lib-src/ebrowse.c: Include <stddef.h>, needed on some platforms. | Paul Eggert | 2013-06-21 | 1 | -0/+1 |
| * | Use C99-style flexible array members if available. | Paul Eggert | 2013-06-21 | 1 | -9/+10 |
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Reduce the number of versioned files storing the short copyright string | Glenn Morris | 2012-09-16 | 1 | -2/+1 |
| * | * lib-src/ebrowse.c (PATH_LIST_SEPARATOR): Remove | Glenn Morris | 2012-08-09 | 1 | -7/+2 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -6/+2 |
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| * | Update short copyright year to 2012. | Glenn Morris | 2012-01-04 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2011-12-29 | 1 | -1/+1 |
| * | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -7/+7 |
| * | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -4/+0 |
| * | * ebrowse.c: Use size_t, not int, for sizes. | Paul Eggert | 2011-03-21 | 1 | -12/+10 |
| * | * ebrowse.c (BROWSE_STRUCT): Remove unused macro. | Paul Eggert | 2011-02-25 | 1 | -1/+0 |
| * | * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear | Paul Eggert | 2011-02-25 | 1 | -1/+4 |
| * | * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic. | Paul Eggert | 2011-02-25 | 1 | -3/+3 |
| * | * ebrowse.c (putstr): Rename from PUTSTR and turn into a function. | Paul Eggert | 2011-02-25 | 1 | -29/+30 |
| * | [ChangeLog] | Paul Eggert | 2011-02-21 | 1 | -6/+1 |
| * | Declare file-scope functions and variables static if not exported. | Paul Eggert | 2011-02-21 | 1 | -114/+71 |
| * | src/emacs.c now gets version number from configure.in | Paul Eggert | 2011-01-31 | 1 | -2/+2 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
| * | Include <getopt.h> not "getopt.h". | Paul Eggert | 2011-01-09 | 1 | -1/+1 |
| * | Merge changes from emacs-23 branch | Chong Yidong | 2011-01-02 | 1 | -6/+3 |
| |\ |
|
| | * | Set short copyright year to 2011. | Glenn Morris | 2011-01-01 | 1 | -6/+3 |
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -0/+5 |
| |\ \
| |/ |
|
| | * | Fix bug #7446 with overrunning input buffer in ebrowse. | Joe Matarazzo | 2010-11-27 | 1 | -0/+5 |
| * | | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *). | Jan D | 2010-08-11 | 1 | -18/+18 |
| * | | Remove duplicate declarations. | Juanma Barranquero | 2010-08-07 | 1 | -3/+0 |
| * | | Remove leftover P_ macros. | Dan Nicolaescu | 2010-07-07 | 1 | -12/+0 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -2/+2 |
| * | | ebrowse.c (check_namespace): Fix indentation. | Eli Zaretskii | 2010-07-03 | 1 | -2/+2 |
| * | | lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer. | Juanma Barranquero | 2010-07-03 | 1 | -1/+1 |