| Commit message (Expand) | Author | Age | Files | Lines |
* | c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source... | Zack Weinberg | 2002-02-01 | 1 | -1/+4 |
* | * c-lex.c: Include tree.h before expr.h | Graham Stott | 2001-12-31 | 1 | -1/+1 |
* | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 2001-12-16 | 1 | -10/+3 |
* | c-lex.c, [...]: Revert concatenation changes. | Neil Booth | 2001-12-10 | 1 | -47/+4 |
* | c-lex.c (c_lex): Peek a token ahead for a string to concatenate... | Neil Booth | 2001-12-08 | 1 | -4/+47 |
* | vms.h (VMS_DEBUGGING_INFO): New macro. | Douglas B Rupp | 2001-12-02 | 1 | -1/+2 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -1/+1 |
* | c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics. | Neil Booth | 2001-12-01 | 1 | -1/+1 |
* | * c-lex.c (init_c_lex): Canonicalize "-" filename to "". | Jakub Jelinek | 2001-11-29 | 1 | -1/+1 |
* | c-common.c: Include c-lex.h. | Neil Booth | 2001-11-15 | 1 | -13/+6 |
* | Localization fixes. | Paolo Bonzini | 2001-10-30 | 1 | -4/+4 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -4/+4 |
* | c-lex.c (cb_def_pragma): Update. | Neil Booth | 2001-09-24 | 1 | -21/+21 |
* | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 2001-09-14 | 1 | -1/+17 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | c-lex.c (map): Make const. | Neil Booth | 2001-08-11 | 1 | -40/+35 |
* | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 2001-08-05 | 1 | -10/+14 |
* | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 2001-08-04 | 1 | -8/+15 |
* | line-map.c: New. | Neil Booth | 2001-08-02 | 1 | -12/+14 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2001-08-01 | 1 | -6/+6 |
* | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 2001-07-19 | 1 | -2/+0 |
* | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 2001-07-11 | 1 | -5/+8 |
* | c-lex.c (cb_file_change): Pass line number to debug_start_source_file. | Daniel Berlin | 2001-07-04 | 1 | -3/+3 |
* | c-lex.c (read_escape, read_ucs): Delete. | Neil Booth | 2001-05-23 | 1 | -232/+9 |
* | c-lex.c (lex_number): If pedantic and not C99... | Joseph Myers | 2001-05-22 | 1 | -3/+4 |
* | c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one. | Neil Booth | 2001-05-22 | 1 | -6/+1 |
* | Makefile.in (OBJS, [...]): Update. | Neil Booth | 2001-05-20 | 1 | -1/+6 |
* | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 2001-05-16 | 1 | -2/+2 |
* | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 2001-05-11 | 1 | -102/+24 |
* | c-lex.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 2001-05-02 | 1 | -2/+2 |
* | c-lex.c (c_lex): Remove # from %o diagnostic formatting. | Nathan Sidwell | 2001-04-26 | 1 | -1/+1 |
* | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 2001-03-07 | 1 | -1/+0 |
* | cpp.texi: Update. | Neil Booth | 2001-03-03 | 1 | -3/+3 |
* | cppfiles.c: Update comments. | Neil Booth | 2001-02-21 | 1 | -6/+7 |
* | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 2001-02-14 | 1 | -3/+6 |
* | * c-lex.c (lex_charconst): Fix typo: s/p/str. | Neil Booth | 2001-01-23 | 1 | -1/+1 |
* | tweak comments | Jason Merrill | 2001-01-19 | 1 | -2/+3 |
* | c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks. | Neil Booth | 2001-01-13 | 1 | -5/+8 |
* | c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]... | Neil Booth | 2001-01-07 | 1 | -0/+28 |
* | c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1). | Neil Booth | 2000-12-18 | 1 | -2/+1 |
* | c-lex.c: s/change_file/file_change. | Neil Booth | 2000-12-18 | 1 | -3/+3 |
* | c-lex.c (lex_lineno): Remove. | Neil Booth | 2000-12-18 | 1 | -10/+6 |
* | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 2000-12-17 | 1 | -8/+4 |
* | c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX. | Rodney Brown | 2000-12-06 | 1 | -1/+1 |
* | c-common.h: Remove flag_digraphs. | Neil Booth | 2000-11-28 | 1 | -3/+0 |
* | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 2000-11-28 | 1 | -8/+8 |
* | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 2000-11-27 | 1 | -305/+46 |
* | Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | Neil Booth | 2000-11-26 | 1 | -2/+0 |
* | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 2000-11-25 | 1 | -605/+2 |
* | parse.y (yyparse_1): Rename the parser entry point. | Richard Henderson | 2000-11-20 | 1 | -3/+17 |