| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * c-lex.c (map): Make const. | neil | 2001-08-11 | 1 | -40/+35 |
* | PR preprocessor/3081 | neil | 2001-08-05 | 1 | -10/+14 |
* | * cpphash.h (struct cpp_reader): New member directive_line. | neil | 2001-08-04 | 1 | -8/+15 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -12/+14 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -6/+6 |
* | * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | neil | 2001-07-19 | 1 | -2/+0 |
* | * Makefile.in (c-lex.o): Wrap long lines. Depend on debug.h. | neil | 2001-07-11 | 1 | -5/+8 |
* | 2001-07-04 Daniel Berlin <dan@cgsoftware.com> | dberlin | 2001-07-04 | 1 | -3/+3 |
* | * c-lex.c (read_escape, read_ucs): Delete. | neil | 2001-05-23 | 1 | -232/+9 |
* | * c-lex.c (lex_number): If pedantic and not C99, pedwarn exactly | jsm28 | 2001-05-22 | 1 | -3/+4 |
* | * c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one. | neil | 2001-05-22 | 1 | -6/+1 |
* | * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS, | neil | 2001-05-20 | 1 | -1/+6 |
* | * cppexp.c (lex): Use NODE_NAME and NODE_LEN. | neil | 2001-05-16 | 1 | -2/+2 |
* | * c-lex.c (lex_charconst): Convert into a simple wrapper | neil | 2001-05-11 | 1 | -102/+24 |
* | * c-lex.c: NULL_PTR -> NULL. | ghazi | 2001-05-02 | 1 | -2/+2 |
* | .: | nathan | 2001-04-26 | 1 | -1/+1 |
* | * c-parse.in (yylexname): New function, split out of _yylex. | zack | 2001-03-07 | 1 | -1/+0 |
* | * cpp.texi: Update. | neil | 2001-03-03 | 1 | -3/+3 |
* | * cppfiles.c: Update comments. | neil | 2001-02-21 | 1 | -6/+7 |
* | * c-lex.c (lex_number): Only warn traditionally for U suffix | neil | 2001-02-14 | 1 | -3/+6 |
* | * c-lex.c (lex_charconst): Fix typo: s/p/str. | neil | 2001-01-23 | 1 | -1/+1 |
* | tweak comments | jason | 2001-01-19 | 1 | -2/+3 |
* | * c-lex.c (init_c_lex): Use cpp_get_callbacks to set | neil | 2001-01-13 | 1 | -5/+8 |
* | * c-lex.c (init_c_lex): Request #define / #undef callbacks | neil | 2001-01-07 | 1 | -0/+28 |
* | * c-lex.c (cb_file_change): Treat in_system_header as strictly | neil | 2000-12-18 | 1 | -2/+1 |
* | * c-lex.c: s/change_file/file_change. | neil | 2000-12-18 | 1 | -3/+3 |
* | * c-lex.c (lex_lineno): Remove. | neil | 2000-12-18 | 1 | -10/+6 |
* | * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up. | neil | 2000-12-17 | 1 | -8/+4 |
* | * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX. | law | 2000-12-07 | 1 | -1/+1 |
* | * c-common.h: Remove flag_digraphs. | neil | 2000-11-28 | 1 | -3/+0 |
* | * c-lex.h (parse_in): Change parse_in to a cpp_reader *. | neil | 2000-11-28 | 1 | -8/+8 |
* | * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file): | neil | 2000-11-27 | 1 | -305/+46 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -2/+0 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -605/+2 |
* | * cp/parse.y (yyparse_1): Rename the parser entry point. | rth | 2000-11-21 | 1 | -3/+17 |
* | * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Add | zack | 2000-11-17 | 1 | -31/+3 |
* | * stringpool.c: New file. | zack | 2000-11-17 | 1 | -1/+1 |
* | * c-lex.c (cb_leave_file): Harmonize conditions and order of | hp | 2000-11-13 | 1 | -20/+24 |
* | Remove CPP_PLACEMARKERs | neil | 2000-11-11 | 1 | -1/+0 |
* | * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check | law | 2000-11-10 | 1 | -1/+1 |
* | * c-lex.c (init_c_lex): If cpp_start_read fails, exit with | neil | 2000-11-06 | 1 | -1/+1 |
* | * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or | neil | 2000-11-06 | 1 | -4/+4 |
* | * c-lex.c (init_c_lex): Update cpp_start_read call. | neil | 2000-11-02 | 1 | -34/+28 |
* | * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define. | jsm28 | 2000-10-08 | 1 | -3/+11 |
* | * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only. | mmitchel | 2000-10-01 | 1 | -1/+28 |
* | * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace. | jason | 2000-09-22 | 1 | -4/+7 |
* | * c-decl.c (grokdeclarator): Reorder tests to avoid looking at | kenner | 2000-09-17 | 1 | -1/+1 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -0/+1 |
* | * c-lex.c (lex_string): Use charwidth to compute bytemask. | drepper | 2000-09-12 | 1 | -1/+1 |