summaryrefslogtreecommitdiff
path: root/lib-src/ebrowse.c
Commit message (Expand)AuthorAgeFilesLines
* Set short copyright year to 2011.Glenn Morris2011-01-011-6/+3
* Fix bug #7446 with overrunning input buffer in ebrowse.Joe Matarazzo2010-11-271-0/+5
* 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 testsJim 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. ThisChong 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
* (struct alias): Add two new struct members: NAMESP andGerd Moellmann2001-10-011-36/+139
* (SEEK_END): #define if not defined by system headers.Eli Zaretskii2001-09-011-0/+5
* Fix a typo in a comment.Eli Zaretskii2001-08-091-1/+1
* (main): Check that the output file exists andGerd Moellmann2001-07-161-1/+27
* (enter_namespace): Fix reallocation ofGerd Moellmann2001-05-081-2/+3
* Update copyright notice.Gerd Moellmann2001-05-071-1/+2
* (globals): Fix handling of namespace aliases.Gerd Moellmann2001-05-031-1/+4
* (parse_qualified_param_ident_or_type): Return aGerd Moellmann2001-03-021-2/+7
* (matching_regexp_buffer, matching_regexp_end_buf):Gerd Moellmann2001-01-261-6/+12
* (xfree): New function.Gerd Moellmann2001-01-221-11/+41
* (yyerror): Changed to take two arguments. PrototypeGerd Moellmann2001-01-021-16/+17
* (enter_namespace, main): Cast variables to shut upEli Zaretskii2001-01-021-5/+6
* (operator_name): Cast argument of isalpha toGerd Moellmann2000-12-151-1/+1
* (ensure_scope_buffer_room): Fix xrealloc call.Dave Love2000-12-131-1/+1
* Fix copyright years.Dave Love2000-12-061-1/+1
* (VERSION): Provide default definition, like etags.c Andrew Innes2000-12-061-0/+4
* Fix comment.Dave Love2000-11-101-3/+1
* (xrealloc, xmalloc): Renamed from yrealloc andGerd Moellmann2000-07-141-30/+30
* (yylex): Accept string literals with newlines in them.Gerd Moellmann2000-07-101-4/+7
* (token_string): Add missing tokens.Gerd Moellmann2000-07-031-12/+36
* Move config.h before other includes (which may use feature tests).Dave Love2000-06-231-4/+4
* [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames.Jason Rumney2000-06-111-2/+6
* (ymalloc): Renamed from xmalloc.Gerd Moellmann2000-06-061-31/+33