Age | Commit message (Expand) | Author | Files | Lines |
1999-08-04 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+0 |
1999-08-04 | cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b... | Zack Weinberg | 1 | -16/+38 |
1999-07-26 | cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer has manual_pop... | Jason Merrill | 1 | -5/+6 |
1999-07-20 | gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | Jason Merrill | 1 | -4/+30 |
1999-06-07 | cpplib.c (do_define): Cast `alloca' return value. | Dave Brolley | 1 | -4/+4 |
1999-04-26 | cpphash.c (dump_definition): New function. | Zack Weinberg | 1 | -146/+92 |
1999-04-19 | cpplib.c (output_line_command): Drop CONDITIONAL argument. | Zack Weinberg | 1 | -20/+25 |
1999-04-14 | cpperror.c, [...]: Never call abort. | Zack Weinberg | 1 | -1/+4 |
1999-04-12 | cpphash.c (collect_expansion, [...]): Make the escape character in macro buff... | Zack Weinberg | 1 | -56/+85 |
1999-03-19 | Warning fixes: | Kaveh R. Ghazi | 1 | -12/+12 |
1999-03-16 | cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot... | Zack Weinberg | 1 | -450/+370 |
1999-03-15 | cppinit.c: Instead of one pending list... | Zack Weinberg | 1 | -0/+13 |
1999-02-25 | Makefile.in (cppmain.o, [...]): Don't depend on machmode.h. | Kaveh R. Ghazi | 1 | -6/+6 |
1999-02-25 | cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument. | Zack Weinberg | 1 | -5/+5 |
1999-02-18 | cpplib.c: Kill define of STDC_VALUE. | Zack Weinberg | 1 | -2922/+14 |
1999-02-15 | c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF. | Zack Weinberg | 1 | -21/+36 |
1999-02-09 | cpplib.c (special_symbol): Move IP to be declared in function scope, rather t... | Brendan Kehoe | 1 | -2/+3 |
1999-02-09 | cpplib.c (do_define): Allow redefining __STDC__ with -D. | Zack Weinberg | 1 | -1/+1 |
1999-02-08 | cpplib.c (special_symbol): Rewrite. | Zack Weinberg | 1 | -184/+103 |
1999-02-04 | cpplib.c (initialize_char_syntax): Move to cppinit.c. | Zack Weinberg | 1 | -370/+150 |
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 |