| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (matching_regexp_buffer, matching_regexp_end_buf): | Gerd Moellmann | 2001-01-26 | 1 | -6/+12 |
| | | | | | | | New variables. (matching_regexp): Use them instead of static variables in function scope. | ||||
| * | (xfree): New function. | Gerd Moellmann | 2001-01-22 | 1 | -11/+41 |
| | | | | | (member, declaration, globals): Use xmalloc instead of alloca. | ||||
| * | (yyerror): Changed to take two arguments. Prototype | Gerd Moellmann | 2001-01-02 | 1 | -16/+17 |
| | | | | | added. Callers changed. | ||||
| * | (enter_namespace, main): Cast variables to shut up | Eli Zaretskii | 2001-01-02 | 1 | -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 to | Gerd Moellmann | 2000-12-15 | 1 | -1/+1 |
| | | | | | unsigned char. | ||||
| * | (ensure_scope_buffer_room): Fix xrealloc call. | Dave Love | 2000-12-13 | 1 | -1/+1 |
| | | |||||
| * | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -1/+1 |
| | | |||||
| * | (VERSION): Provide default definition, like etags.c | Andrew Innes | 2000-12-06 | 1 | -0/+4 |
| | | | | | does, because Windows build can't snarf this from version.el. | ||||
| * | Fix comment. | Dave Love | 2000-11-10 | 1 | -3/+1 |
| | | |||||
| * | (xrealloc, xmalloc): Renamed from yrealloc and | Gerd Moellmann | 2000-07-14 | 1 | -30/+30 |
| | | | | | ymalloc. | ||||
| * | (yylex): Accept string literals with newlines in them. | Gerd Moellmann | 2000-07-10 | 1 | -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 Moellmann | 2000-07-03 | 1 | -12/+36 |
| | | | | | (parm_list): Handle case of qualified pointers. | ||||
| * | Move config.h before other includes (which may use feature tests). | Dave Love | 2000-06-23 | 1 | -4/+4 |
| | | |||||
| * | [WINDOWS-NT]: Use stricmp rather than strcasecmp to compare filenames. | Jason Rumney | 2000-06-11 | 1 | -2/+6 |
| | | |||||
| * | (ymalloc): Renamed from xmalloc. | Gerd Moellmann | 2000-06-06 | 1 | -31/+33 |
| | | | | | (yrealloc): Renamed from xrealloc. | ||||
| * | (DEFAULT_OUTFILE): Set to `BROWSE'. | Gerd Moellmann | 2000-05-04 | 1 | -1/+1 |
| | | |||||
| * | (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define | Eli Zaretskii | 2000-05-02 | 1 | -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 Moellmann | 2000-04-19 | 1 | -14/+16 |
| | | | | | | (declaration): Remove parameter IS_EXTERN. (class_definition): Remove unused variable. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-04-09 | 1 | -0/+3702 |