Age | Commit message (Expand) | Author | Files | Lines |
2001-11-19 | cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n... | Jason Merrill | 1 | -6/+0 |
2001-11-18 | Makefile.in (c-parse.o, c-common.o): Update dependencies. | Neil Booth | 1 | -0/+2 |
2001-11-16 | c-lang.c (finish_file): Don't emit static inline functions if they weren't re... | Jakub Jelinek | 1 | -5/+30 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -7/+12 |
2001-11-14 | * c-lang.c (finish_file): Make I unsigned to eliminate warning. | Richard Kenner | 1 | -1/+1 |
2001-11-12 | Makefile.in (c-lang.o): Depend on $(VARRAY_H). | Alexandre Oliva | 1 | -0/+28 |
2001-11-09 | Makefile.in: Update. | Neil Booth | 1 | -15/+4 |
2001-11-09 | c-lang.c (LANG_HOOKS_NAME): New. | Neil Booth | 1 | -10/+3 |
2001-11-06 | Clean up langhooks | Neil Booth | 1 | -0/+1 |
2001-10-23 | alias.c (can_address_p): Compnonents are not addressable if the containing ty... | Richard Kenner | 1 | -0/+3 |
2001-10-08 | langhooks.h: New file. | Alexandre Oliva | 1 | -7/+20 |
2001-10-08 | c-common.h (struct c_lang_decl): Add declared_inline. | Richard Henderson | 1 | -1/+1 |
2001-10-05 | Makefile.in (c-decl.o): Depend on tree-inline.h. | Alexandre Oliva | 1 | -0/+175 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-09 | * c-lang.c (start_cdtor): Remove extra parameter from start_function. | Richard Kenner | 1 | -1/+1 |
2001-06-26 | toplev.c (decode_f_option): Adjust setting. | Gabriel Dos Reis | 1 | -1/+1 |
2001-06-05 | c-common.h (flag_dump_translation_unit): Remove. | Nathan Sidwell | 1 | -2/+10 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -1/+4 |
2001-03-20 | objc-act.c (maybe_objc_method_name): Remove, never called. | Stan Shebs | 1 | -7/+0 |
2001-02-12 | c-decl.c (grokdeclarator): In C99 mode... | Joseph Myers | 1 | -2/+3 |
2001-01-29 | tree.c, tree.h (build_parse_node): Remove; was identical to build_nt. | Joseph Myers | 1 | -4/+3 |
2001-01-10 | c-lang.c (lang_hooks): Update. | Neil Booth | 1 | -12/+5 |
2001-01-09 | c-lang.c (lang_hooks): Update. | Neil Booth | 1 | -8/+6 |
2001-01-07 | c-lang.c (c_post_options): Call cpp_post_options. | Neil Booth | 1 | -0/+1 |
2001-01-07 | toplev.c (main): Call the front-end specific post_options hook if one is given. | Neil Booth | 1 | -1/+10 |
2001-01-03 | c-common.c (c_common_lang_init): New function. | Joseph Myers | 1 | -3/+1 |
2001-01-02 | c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn. | Andreas Jaeger | 1 | -7/+18 |
2000-11-28 | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 1 | -2/+1 |
2000-11-26 | Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | Neil Booth | 1 | -1/+0 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -14/+3 |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+1 |
2000-11-10 | Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o. | Mark Mitchell | 1 | -0/+3 |
2000-11-07 | c-lang.c (start_cdtor, [...]): New functions. | Richard Henderson | 1 | -38/+61 |
2000-10-18 | c-common.c (back_end_hook): New variable. | Mark Mitchell | 1 | -0/+3 |
2000-09-17 | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 1 | -4/+8 |
2000-09-07 | Integrated preprocessor. | Zack Weinberg | 1 | -8/+2 |
2000-08-20 | c-lang.c: #include diagnostic.h | Gabriel Dos Reis | 1 | -0/+40 |
2000-08-04 | cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name. | Zack Weinberg | 1 | -9/+0 |
2000-07-31 | c-decl.c (mesg_implicit_function_declaration): Init to -1. | Zack Weinberg | 1 | -0/+9 |
2000-06-19 | c-parse.in (undeclared_variable_notice): Moved to c-typeck.c. | Zack Weinberg | 1 | -0/+9 |
2000-02-25 | Copyright fixes. | Jeff Law | 1 | -1/+2 |
2000-01-25 | c-common.c, [...]: Remove all references to obstack functions obsoleted by GC... | Zack Weinberg | 1 | -2/+2 |
2000-01-12 | c-common.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-10-16 | flags.h (flag_bounds_check, [...]): New extern decls. | Greg McGary | 1 | -1/+8 |
1999-09-30 | c-lang.c (finish_file case ndef ASM_OUTPUT_{CON,DE}STRUCTOR): Correctly build... | Richard Earnshaw | 1 | -2/+6 |
1999-09-06 | Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o. | Bernd Schmidt | 1 | -0/+4 |
1999-09-05 | c-decl.c (struct language_function): Renamed from struct c_function. | Bernd Schmidt | 1 | -0/+4 |
1999-08-09 | tree.h (lang_identify): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-07-21 | c-lang.c (finish_file): Rename void_list_node to void_list_node_1 to avoid na... | Bernd Schmidt | 1 | -5/+5 |
1999-02-18 | bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -1/+1 |