summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace changes.Juanma Barranquero2011-09-091-7/+7
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-4/+0
* * ebrowse.c: Use size_t, not int, for sizes....Paul Eggert2011-03-211-12/+10
* * ebrowse.c (BROWSE_STRUCT): Remove unused macro.Paul Eggert2011-02-251-1/+0
* * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear...Paul Eggert2011-02-251-1/+4
* * ebrowse.c (insert_keyword): Rename parameter to avoid shadowing diagnostic.Paul Eggert2011-02-251-3/+3
* * ebrowse.c (putstr): Rename from PUTSTR and turn into a function....Paul Eggert2011-02-251-29/+30
* [ChangeLog]...Paul Eggert2011-02-211-6/+1
* Declare file-scope functions and variables static if not exported....Paul Eggert2011-02-211-114/+71
* src/emacs.c now gets version number from configure.inPaul Eggert2011-01-311-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Include <getopt.h> not "getopt.h"....Paul Eggert2011-01-091-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-021-6/+3
|\
| * Set short copyright year to 2011....Glenn Morris2011-01-011-6/+3
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-0/+5
|\|
| * Fix bug #7446 with overrunning input buffer in ebrowse....Joe Matarazzo2010-11-271-0/+5
* | Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *)....Jan D2010-08-111-18/+18
* | Remove duplicate declarations....Juanma Barranquero2010-08-071-3/+0
* | Remove leftover P_ macros....Dan Nicolaescu2010-07-071-12/+0
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp...Andreas Schwab2010-07-081-2/+2
* | ebrowse.c (check_namespace): Fix indentation.Eli Zaretskii2010-07-031-2/+2
* | lib-src/ebrowse.c (match_qualified_namespace_alias): Check for null pointer.Juanma Barranquero2010-07-031-1/+1
* | Fix prototypes....Juanma Barranquero2010-07-031-1/+1
* | Convert function definitions to standard C....Dan Nicolaescu2010-07-021-160/+63
* | Remove __P and P_ from .c and .m files and definition of P_...Jan D2010-07-021-56/+56
|/
* Set copyright year to 2010....Glenn Morris2010-01-101-2/+2
* (matching_regexp): Fix OB1 error.Chong Yidong2009-01-141-1/+1
* (version): Update copyright for 2009.Glenn Morris2009-01-051-2/+2
* * lib-src/ebrowse.c (xfree): Remove definition; s/xfree/free/Jim Meyering2008-06-021-17/+7
* remove useless if-before-free tests...Jim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-091-20/+19
* (version) <emacs_copyright>: New variable. Just use current year for copyright.Glenn Morris2008-01-041-2/+6
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* * ebrowse.c (usage, version): Mark as NO_RETURN....Dan Nicolaescu2006-07-181-0/+2
* (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not seekable,...Masatake YAMATO2006-06-031-4/+18
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-3/+3
* (add_sym): Compare namespace names instead of namespace objects. This...Chong Yidong2005-09-201-1/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'....Thien-Thi Nguyen2004-05-081-9/+8
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
* (skip_initializer): Return void.Pavel Janík2002-04-241-1/+1
* (add_declarator): Test *CLS instead of CLS.Gerd Moellmann2002-04-211-1/+1
* (add_declarator): Fix the first call to add_member_defn.Eli Zaretskii2002-03-301-1/+1
* (add_declarator, skip_initializer): New functions....Gerd Moellmann2002-03-291-38/+81
* *** empty log message ***Richard M. Stallman2001-12-221-8/+5
* Include stdlib.h and string.h conditionally.Pavel Janík2001-12-191-65/+72
* (matching_regexp): Escape '\\'.Gerd Moellmann2001-11-161-1/+1