| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc/ | rth | 2002-09-16 | 1 | -7/+2 |
* | * ABOUT-NLS: Follow spelling conventions. | kazu | 2002-09-16 | 1 | -1/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -1/+1 |
* | * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move | neil | 2002-08-12 | 1 | -3/+0 |
* | 2002-08-09 Ziemowit Laski <zlaski@apple.com> | zlaski | 2002-08-10 | 1 | -2/+1 |
* | * c-lex.c (GET_ENVIRONMENT): Remove. | neil | 2002-07-21 | 1 | -3/+0 |
* | 2002-07-21 Gabriel Dos Reis <gdr@nerim.net> | gdr | 2002-07-21 | 1 | -2/+2 |
* | PR preprocessor/7070 | neil | 2002-06-27 | 1 | -9/+10 |
* | * c-lex.c: Update copyright and file description. | neil | 2002-06-02 | 1 | -2/+2 |
* | * c-common.c (c_common_init): Override cpplib's default | neil | 2002-06-02 | 1 | -455/+199 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -0/+1 |
* | * Makefile.in (C_COMMON_H): Fix. | neil | 2002-05-25 | 1 | -1/+0 |
* | * c-lex.c (indent_level): Remove. | neil | 2002-05-23 | 1 | -15/+0 |
* | * Makefile.in: Update. | neil | 2002-05-09 | 1 | -22/+0 |
* | * c-common.c (warn_multichar): New. | neil | 2002-05-06 | 1 | -1/+1 |
* | * Makefile.in (c-lex.o): Update. | neil | 2002-05-04 | 1 | -0/+19 |
* | * c-lex.c (lex_string): Let cpp_parse_escape handles truncation | neil | 2002-05-04 | 1 | -45/+21 |
* | * c-parse.in (malloced_yyss, malloced_yyvs): New. | rth | 2002-04-27 | 1 | -0/+1 |
* | * c-common.h (c_common_parse_file): Update. | neil | 2002-04-25 | 1 | -4/+8 |
* | 2002-04-24 Matt Hiller <hiller@redhat.com> | hiller | 2002-04-24 | 1 | -9/+12 |
* | * c-lex.c (lex_charconst): Call convert to get constant in | zack | 2002-04-22 | 1 | -5/+19 |
* | * toplev.c: Don't include setjmp.h. Kill float_handler_set, | zack | 2002-03-25 | 1 | -90/+36 |
* | * c-lex.c (cb_file_change): Pass the #inclusion's line number to | jimb | 2002-03-20 | 1 | -2/+4 |
* | * c-common.h (yyparse, c_common_parse_file): New. | neil | 2002-03-17 | 1 | -3/+4 |
* | * c-lex.c (cb_ident, c_lex): Remove unnecessary cast. | jakub | 2002-03-12 | 1 | -9/+9 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -54/+38 |
* | * c-lex.c (yyparse): Call debug_hooks->start_source_file for | zack | 2002-02-01 | 1 | -1/+4 |
* | * c-lex.c: Include tree.h before expr.h | grahams | 2001-12-31 | 1 | -1/+1 |
* | * c-lex.c (lex_number): Use ISXDIGIT/hex_value. | ghazi | 2001-12-16 | 1 | -10/+3 |
* | * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes. | neil | 2001-12-10 | 1 | -47/+4 |
* | * c-lex.c (c_lex): Peek a token ahead for a string to concatenate, | neil | 2001-12-08 | 1 | -4/+47 |
* | * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro. | kenner | 2001-12-02 | 1 | -1/+2 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
* | * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove | neil | 2001-12-01 | 1 | -1/+1 |
* | * c-lex.c (init_c_lex): Canonicalize "-" filename to "". | jakub | 2001-11-29 | 1 | -1/+1 |
* | * c-common.c: Include c-lex.h. | neil | 2001-11-15 | 1 | -13/+6 |
* | 2001-10-30 Paolo Bonzini <bonzini@gnu.org> | jsm28 | 2001-10-30 | 1 | -4/+4 |
* | * builtins.c (expand_builtin_setjmp_receiver): Const-ify. | ghazi | 2001-10-07 | 1 | -4/+4 |
* | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -21/+21 |
* | * cpperror.c (print_location): Take line and column, for | neil | 2001-09-14 | 1 | -1/+17 |
* | * 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 |