| Commit message (Expand) | Author | Age | Files | Lines |
* | cpplib.c (handle_directive): Don't complain about `# NUMBER' if we're seeing ... | Jason Merrill | 1999-09-23 | 1 | -2/+6 |
* | cppalloc.c (xstrdup): Use memcpy. | Zack Weinberg | 1999-09-11 | 1 | -22/+51 |
* | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1999-09-09 | 1 | -13/+99 |
* | * cpplib.c (cpp_push_buffer): Fix order of arguments. | Jeffrey A Law | 1999-09-08 | 1 | -1/+1 |
* | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1999-09-07 | 1 | -12/+30 |
* | cpplib.c (struct directive): Const-ify name pointer and function pointer prot... | Zack Weinberg | 1999-08-31 | 1 | -66/+69 |
* | cpplib.c (detect_if_not_defined): New function. | Jim Meyering | 1999-08-25 | 1 | -1/+77 |
* | cpplib.c (read_line_number): New fn, split out of... | Jason Merrill | 1999-08-13 | 1 | -25/+44 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-08-04 | 1 | -1/+0 |
* | cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b... | Zack Weinberg | 1999-08-04 | 1 | -16/+38 |
* | cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer has manual_pop... | Jason Merrill | 1999-07-26 | 1 | -5/+6 |
* | gcc.c (default_compilers, cpp-output): Pass -fpreprocessed. | Jason Merrill | 1999-07-20 | 1 | -4/+30 |
* | cpplib.c (do_define): Cast `alloca' return value. | Dave Brolley | 1999-06-07 | 1 | -4/+4 |
* | cpphash.c (dump_definition): New function. | Zack Weinberg | 1999-04-26 | 1 | -146/+92 |
* | cpplib.c (output_line_command): Drop CONDITIONAL argument. | Zack Weinberg | 1999-04-19 | 1 | -20/+25 |
* | cpperror.c, [...]: Never call abort. | Zack Weinberg | 1999-04-14 | 1 | -1/+4 |
* | cpphash.c (collect_expansion, [...]): Make the escape character in macro buff... | Zack Weinberg | 1999-04-12 | 1 | -56/+85 |
* | Warning fixes: | Kaveh R. Ghazi | 1999-03-19 | 1 | -12/+12 |
* | cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot... | Zack Weinberg | 1999-03-16 | 1 | -450/+370 |
* | cppinit.c: Instead of one pending list... | Zack Weinberg | 1999-03-15 | 1 | -0/+13 |
* | Makefile.in (cppmain.o, [...]): Don't depend on machmode.h. | Kaveh R. Ghazi | 1999-02-25 | 1 | -6/+6 |
* | cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument. | Zack Weinberg | 1999-02-25 | 1 | -5/+5 |
* | cpplib.c: Kill define of STDC_VALUE. | Zack Weinberg | 1999-02-18 | 1 | -2922/+14 |
* | c-common.c (UNGETC [USE_CPPLIB=1]): Do nothing if c is EOF. | Zack Weinberg | 1999-02-15 | 1 | -21/+36 |
* | cpplib.c (special_symbol): Move IP to be declared in function scope, rather t... | Brendan Kehoe | 1999-02-09 | 1 | -2/+3 |
* | cpplib.c (do_define): Allow redefining __STDC__ with -D. | Zack Weinberg | 1999-02-09 | 1 | -1/+1 |
* | cpplib.c (special_symbol): Rewrite. | Zack Weinberg | 1999-02-08 | 1 | -184/+103 |
* | cpplib.c (initialize_char_syntax): Move to cppinit.c. | Zack Weinberg | 1999-02-04 | 1 | -370/+150 |
* | collect2.c (error): Fix typo in declaration. | Kaveh R. Ghazi | 1999-01-29 | 1 | -1/+1 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1999-01-26 | 1 | -74/+88 |
* | cppfiles.c (safe_read): Deleted. | Zack Weinberg | 1999-01-26 | 1 | -32/+26 |
* | cpplib.c: Don't include signal.h, sys/times.h, or sys/resource.h. | Zack Weinberg | 1999-01-25 | 1 | -55/+35 |
* | cpplib.c (special_symbol): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1999-01-18 | 1 | -13/+19 |
* | cccp.c (print_help): Fix typos. | Jeffrey A Law | 1999-01-16 | 1 | -2/+2 |
* | 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 |