Age | Commit message (Expand) | Author | Files | Lines |
1999-01-29 | collect2.c (error): Fix typo in declaration. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -74/+88 |
1999-01-26 | cppfiles.c (safe_read): Deleted. | Zack Weinberg | 1 | -32/+26 |
1999-01-25 | cpplib.c: Don't include signal.h, sys/times.h, or sys/resource.h. | Zack Weinberg | 1 | -55/+35 |
1999-01-18 | cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -13/+19 |
1999-01-16 | cccp.c (print_help): Fix typos. | Jeffrey A Law | 1 | -2/+2 |
1999-01-06 | Fix copyright dates. | Jeff Law | 1 | -1/+1 |
1999-01-05 | Makefile.in (gcc.o, [...]): Depend on prefix.h. | Kaveh R. Ghazi | 1 | -3/+2 |
1999-01-04 | cpplib.c (skip_if_group): Split out the logic that handles directive recognit... | Zack Weinberg | 1 | -150/+138 |
1999-01-04 | cpplib.c (do_undef): EOF immediately after '#undef FOO' is not an error. | Zack Weinberg | 1 | -1/+1 |
1998-12-16 | cpplib.c (do_include): Treat #include_next in the primary source file as #inc... | Zack Weinberg | 1 | -7/+19 |
1998-12-16 | cccp.c: Don't define MIN/MAX anymore. | Kaveh R. Ghazi | 1 | -6/+0 |
1998-12-15 | cppalloc.c: Add xstrdup here. | Zack Weinberg | 1 | -16/+2 |
1998-12-15 | cpplib.c: Make all directive handlers read their own arguments. | Zack Weinberg | 1 | -172/+169 |
1998-12-15 | cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ... | Zack Weinberg | 1 | -432/+172 |
1998-12-08 | cpplib.c (convert_string): Use `0x00ff', not `0x00ffU'. | Kaveh R. Ghazi | 1 | -1/+1 |
1998-12-07 | cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n... | Zack Weinberg | 1 | -21/+21 |
1998-12-07 | cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file... | Zack Weinberg | 1 | -63/+30 |
1998-12-07 | [multiple changes] | Dave Brolley | 1 | -11/+1 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -6/+3 |
1998-11-25 | cpplib.h: Delete struct import_file. | Zack Weinberg | 1 | -453/+305 |
1998-11-23 | cccp.c (S_ISREG, S_ISDIR): Delete defines. | Melissa O'Neill | 1 | -8/+0 |
1998-11-08 | gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it... | Kaveh R. Ghazi | 1 | -14/+14 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-10-29 | [multiple changes] | Zack Weinberg | 1 | -907/+152 |
1998-10-28 | Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | Richard Henderson | 1 | -1/+13 |
1998-10-17 | Warning fixes: | Kaveh R. Ghazi | 1 | -8/+8 |
1998-10-16 | cpplib.c (cpp_get_token): Replace whitespace that occurs between a macro name... | Dave Brolley | 1 | -15/+29 |
1998-10-10 | cppexp.c: When forcing unsigned comparisons, cast both sides of the operation. | Zack Weinberg | 1 | -3/+3 |
1998-10-08 | emit-rtl.c (init_emit_once): Call INIT_EXPANDERS. | Jeff Law | 1 | -2/+2 |
1998-10-04 | cpplib.c (macroexpand): Correct off-by-one error in handling of escapes. | Zack Weinberg | 1 | -4/+4 |
1998-09-30 | cpplib.c (macroexpand): If arg->raw_before or arg->raw_after... | Zack Weinberg | 1 | -11/+23 |
1998-09-30 | toplev.c (documented_lang_options): Recognize -include, -imacros, -iwithprefi... | Zack Weinberg | 1 | -37/+37 |
1998-09-20 | c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). | Felix Lee | 1 | -7/+7 |
1998-09-16 | cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR | Alexandre Oliva | 1 | -1/+0 |
1998-08-26 | system.h: Include stdarg.h/varargs.h... | Kaveh R. Ghazi | 1 | -5/+0 |
1998-08-20 | stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for arrays of b... | Dave Brolley | 1 | -0/+6 |
1998-07-20 | Remove accidental checkin. | Jeff Law | 1 | -4/+0 |
1998-07-13 | Add --help option. | Nick Clifton | 1 | -3/+83 |
1998-07-06 | cpplib.c (cpp_options_init): Initialize cplusplus_comments to 1, matching Jul... | Ian Lance Taylor | 1 | -1/+2 |
1998-06-29 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-28 | Consolidate strerror handling, as well as getcwd/getwd. | Kaveh R. Ghazi | 1 | -12/+2 |
1998-06-23 | cpplib.c (do_line): Typo broke #line directive. | Dave Brolley | 1 | -5/+14 |
1998-06-22 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-06-10 | Integrate cpplib into the C and C++ front ends. | Dave Brolley | 1 | -455/+474 |
1998-05-25 | cpperror.c (v_cpp_message): Remove static prototype. | Dave Brolley | 1 | -1/+0 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -152/+287 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -6/+7 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -3/+3 |
1998-05-06 | c-common.c: Convert to using ctype macros defined in system.h. | Kaveh R. Ghazi | 1 | -4/+4 |