aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ebrowse.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (matching_regexp_buffer, matching_regexp_end_buf):Gerd Moellmann2001-01-261-6/+12
| | | | | | New variables. (matching_regexp): Use them instead of static variables in function scope.
* (xfree): New function.Gerd Moellmann2001-01-221-11/+41
| | | | (member, declaration, globals): Use xmalloc instead of alloca.
* (yyerror): Changed to take two arguments. PrototypeGerd Moellmann2001-01-021-16/+17
| | | | added. Callers changed.
* (enter_namespace, main): Cast variables to shut upEli Zaretskii2001-01-021-5/+6
| | | | | | compiler warnings. (yyerror): Change parameter declarations to be of type long, so that they can take pointers on 64-bit platforms.
* (operator_name): Cast argument of isalpha toGerd Moellmann2000-12-151-1/+1
| | | | unsigned char.
* (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.cAndrew Innes2000-12-061-0/+4
| | | | does, because Windows build can't snarf this from version.el.
* Fix comment.Dave Love2000-11-101-3/+1
|
* (xrealloc, xmalloc): Renamed from yrealloc andGerd Moellmann2000-07-141-30/+30
| | | | ymalloc.
* (yylex): Accept string literals with newlines in them.Gerd Moellmann2000-07-101-4/+7
| | | | | | (process_pp_line): Handle case of string literal with newline in it in replacement text, which counts as continuing the replacement text in GNU C.
* (token_string): Add missing tokens.Gerd Moellmann2000-07-031-12/+36
| | | | (parm_list): Handle case of qualified pointers.
* 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
| | | | (yrealloc): Renamed from xrealloc.
* (DEFAULT_OUTFILE): Set to `BROWSE'.Gerd Moellmann2000-05-041-1/+1
|
* (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: DefineEli Zaretskii2000-05-021-6/+15
| | | | | | | | | | | to semi-colon. (FILENAME_EQ): New macro, for comparing file names. (add_member_decl, add_global_decl, add_member_defn): Use FILENAME_EQ. (process_file): Don't assume that fread always reads as many bytes as it was told to (DOS-style CR-LF text files fail this logic). (open_file): Allocate enough space for path->path plus the file name and the slash.
* (xmalloc, xrealloc): Rewritten.Gerd Moellmann2000-04-191-14/+16
| | | | | (declaration): Remove parameter IS_EXTERN. (class_definition): Remove unused variable.
* *** empty log message ***Gerd Moellmann2000-04-091-0/+3702