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