| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Fix prototypes. | Juanma Barranquero | 2010-07-03 | 1 | -1/+1 |
* | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-02 | 1 | -160/+63 |
* | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -56/+56 |
|/ |
|
* | Set copyright year to 2010. | Glenn Morris | 2010-01-10 | 1 | -2/+2 |
* | (matching_regexp): Fix OB1 error. | Chong Yidong | 2009-01-14 | 1 | -1/+1 |
* | (version): Update copyright for 2009. | Glenn Morris | 2009-01-05 | 1 | -2/+2 |
* | * lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/ | Jim Meyering | 2008-06-02 | 1 | -17/+7 |
* | remove useless if-before-free tests | Jim Meyering | 2008-06-02 | 1 | -2/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -20/+19 |