Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -2/+2 |
| | |||||
* | * ebrowse.c (usage, version): Mark as NO_RETURN. | Dan Nicolaescu | 2006-07-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise. | ||||
* | (main): Exit with EXIT_FAILURE if BROWSE file doesn't exist, is not ↵ | Masatake YAMATO | 2006-06-03 | 1 | -4/+18 |
| | | | | seekable, not is failed in ftall. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -3/+3 |
| | |||||
* | (add_sym): Compare namespace names instead of namespace objects. This | Chong Yidong | 2005-09-20 | 1 | -1/+4 |
| | | | | | prevents the parser from incorrectly treating classes whose superclass is in another namespace. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -9/+8 |
| | | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -3/+3 |
| | |||||
* | (skip_initializer): Return void. | Pavel Janík | 2002-04-24 | 1 | -1/+1 |
| | |||||
* | (add_declarator): Test *CLS instead of CLS. | Gerd Moellmann | 2002-04-21 | 1 | -1/+1 |
| | |||||
* | (add_declarator): Fix the first call to add_member_defn. | Eli Zaretskii | 2002-03-30 | 1 | -1/+1 |
| | |||||
* | (add_declarator, skip_initializer): New functions. | Gerd Moellmann | 2002-03-29 | 1 | -38/+81 |
| | | | | (declaration): Use them. | ||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-22 | 1 | -8/+5 |
| | |||||
* | Include stdlib.h and string.h conditionally. | Pavel Janík | 2001-12-19 | 1 | -65/+72 |
| | |||||
* | (matching_regexp): Escape '\\'. | Gerd Moellmann | 2001-11-16 | 1 | -1/+1 |
| | |||||
* | (struct alias): Add two new struct members: NAMESP and | Gerd Moellmann | 2001-10-01 | 1 | -36/+139 |
| | | | | | | | | | | | | | | | | | | | | | | ALIASEE to help work with namespace aliases. (struct sym): Remove struct member NAMESP_ALIASES. (namespace_alias_table): New variable. (make_namespace): Add parameter CONTEXT. (check_namespace): New function. (find_namespace): Add parameter CONTEXT. (check_namespace_alias): New function. (register_namespace_alias): Change type of parameter OLD_NAME. Search for already defined alias in NAMESPACE_ALIAS_TABLE. (check_namespace): New function. (enter_namespace): Call find_namespace with CONTEXT parameter. (match_qualified_namespace_alias): New function. (parse_qualified_ident_or_type): Fixed typo in comment. While parsing qualified ident or type update namespace context and restore it on exit. (parse_qualified_param_ident_or_type): Fixed typo in comment. (globals): Changed handling of namespace aliases. (version): Added year 2001. | ||||
* | (SEEK_END): #define if not defined by system headers. | Eli Zaretskii | 2001-09-01 | 1 | -0/+5 |
| | | | | Suggested by Dave Love <d.love@dl.ac.uk>. | ||||
* | Fix a typo in a comment. | Eli Zaretskii | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | (main): Check that the output file exists and | Gerd Moellmann | 2001-07-16 | 1 | -1/+27 |
| | | | | is non-empty if invoked with `--append'. | ||||
* | (enter_namespace): Fix reallocation of | Gerd Moellmann | 2001-05-08 | 1 | -2/+3 |
| | | | | namespace_stack. | ||||
* | Update copyright notice. | Gerd Moellmann | 2001-05-07 | 1 | -1/+2 |
| | |||||
* | (globals): Fix handling of namespace aliases. | Gerd Moellmann | 2001-05-03 | 1 | -1/+4 |
| | |||||
* | (parse_qualified_param_ident_or_type): Return a | Gerd Moellmann | 2001-03-02 | 1 | -2/+7 |
| | | | | | freshly allocated object in *LAST_ID. (read_line): Accept \r\n line endings. | ||||
* | (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 |