summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* 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
* [ChangeLog]Paul Eggert2011-02-21
* Declare file-scope functions and variables static if not exported.Paul Eggert2011-02-21
* src/emacs.c now gets version number from configure.inPaul Eggert2011-01-31
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Include <getopt.h> not "getopt.h".Paul Eggert2011-01-09
* Merge changes from emacs-23 branchChong Yidong2011-01-02
|\
| * Set short copyright year to 2011.Glenn Morris2011-01-01
* | Merge changes from emacs-23 branchChong Yidong2010-11-27
|\|
| * Fix bug #7446 with overrunning input buffer in ebrowse.Joe Matarazzo2010-11-27
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).Jan D2010-08-11
* | Remove duplicate declarations.Juanma Barranquero2010-08-07
* | Remove leftover P_ macros.Dan Nicolaescu2010-07-07
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | ebrowse.c (check_namespace): Fix indentation.Eli Zaretskii2010-07-03
* | lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.Juanma Barranquero2010-07-03
* | Fix prototypes.Juanma Barranquero2010-07-03
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-02
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Set copyright year to 2010.Glenn Morris2010-01-10
* (matching_regexp): Fix OB1 error.Chong Yidong2009-01-14
* (version): Update copyright for 2009.Glenn Morris2009-01-05
* * lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/Jim Meyering2008-06-02