Age | Commit message (Expand) | Author | Files | Lines |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -4/+4 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -21/+21 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -1/+17 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -40/+35 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -10/+14 |
2001-08-04 | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 1 | -8/+15 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -12/+14 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 1 | -2/+0 |
2001-07-11 | Makefile.in (c-lex.o): Wrap long lines. | Neil Booth | 1 | -5/+8 |
2001-07-04 | c-lex.c (cb_file_change): Pass line number to debug_start_source_file. | Daniel Berlin | 1 | -3/+3 |
2001-05-23 | c-lex.c (read_escape, read_ucs): Delete. | Neil Booth | 1 | -232/+9 |
2001-05-22 | c-lex.c (lex_number): If pedantic and not C99... | Joseph Myers | 1 | -3/+4 |
2001-05-22 | c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one. | Neil Booth | 1 | -6/+1 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -1/+6 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -2/+2 |
2001-05-11 | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 1 | -102/+24 |
2001-05-02 | c-lex.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -2/+2 |
2001-04-26 | c-lex.c (c_lex): Remove # from %o diagnostic formatting. | Nathan Sidwell | 1 | -1/+1 |
2001-03-07 | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 1 | -1/+0 |
2001-03-03 | cpp.texi: Update. | Neil Booth | 1 | -3/+3 |
2001-02-21 | cppfiles.c: Update comments. | Neil Booth | 1 | -6/+7 |
2001-02-14 | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 1 | -3/+6 |
2001-01-23 | * c-lex.c (lex_charconst): Fix typo: s/p/str. | Neil Booth | 1 | -1/+1 |
2001-01-19 | tweak comments | Jason Merrill | 1 | -2/+3 |
2001-01-13 | c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks. | Neil Booth | 1 | -5/+8 |
2001-01-07 | c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]... | Neil Booth | 1 | -0/+28 |
2000-12-18 | c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1). | Neil Booth | 1 | -2/+1 |
2000-12-18 | c-lex.c: s/change_file/file_change. | Neil Booth | 1 | -3/+3 |
2000-12-18 | c-lex.c (lex_lineno): Remove. | Neil Booth | 1 | -10/+6 |
2000-12-17 | c-lex.c: Move main_input_filename handling to FC_ENTER. | Neil Booth | 1 | -8/+4 |
2000-12-06 | c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX. | Rodney Brown | 1 | -1/+1 |
2000-11-28 | c-common.h: Remove flag_digraphs. | Neil Booth | 1 | -3/+0 |
2000-11-28 | c-lex.h (parse_in): Change parse_in to a cpp_reader *. | Neil Booth | 1 | -8/+8 |
2000-11-27 | c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file. | Neil Booth | 1 | -305/+46 |
2000-11-26 | Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | Neil Booth | 1 | -2/+0 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -605/+2 |
2000-11-20 | parse.y (yyparse_1): Rename the parser entry point. | Richard Henderson | 1 | -3/+17 |
2000-11-17 | ggc.h: Delete ggc_add_string_root and ggc_mark_string. | Zack Weinberg | 1 | -31/+3 |
2000-11-17 | stringpool.c: New file. | Zack Weinberg | 1 | -1/+1 |
2000-11-13 | c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos... | Hans-Peter Nilsson | 1 | -20/+24 |
2000-11-11 | Remove CPP_PLACEMARKERs | Neil Booth | 1 | -1/+0 |
2000-11-09 | * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check | Hans-Peter Nilsson | 1 | -1/+1 |
2000-11-06 | c-lex.c (init_c_lex): If cpp_start_read fails, exit with error status. | Neil Booth | 1 | -1/+1 |
2000-11-06 | c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr... | Neil Booth | 1 | -4/+4 |
2000-11-02 | c-lex.c (init_c_lex): Update cpp_start_read call. | Zack Weinberg | 1 | -34/+28 |
2000-10-08 | tm.texi (INTMAX_TYPE, [...]): Define. | Joseph Myers | 1 | -3/+11 |
2000-10-01 | c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | Mark Mitchell | 1 | -1/+28 |
2000-09-22 | c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace. | Jason Merrill | 1 | -4/+7 |