aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-02* c-lex.c: Update copyright and file description.Neil Booth1-2/+2
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-455/+199
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg1-0/+1
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth1-1/+0
2002-05-23c-lex.c (indent_level): Remove.Neil Booth1-15/+0
2002-05-09Makefile.in: Update.Neil Booth1-22/+0
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-1/+1
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+19
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-45/+21
2002-04-26c-parse.in (malloced_yyss, [...]): New.Richard Henderson1-0/+1
2002-04-25c-common.h (c_common_parse_file): Update.Neil Booth1-4/+8
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-9/+12
2002-04-22re PR c/6300 (sparc-sun-solaris2.7 gcc-3.1 C testsuite failure in gcc.dg/cpp/...Zack Weinberg1-5/+19
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-90/+36
2002-03-20c-lex.c (cb_file_change): Pass the #inclusion's line number to the start_sour...Jim Blandy1-2/+4
2002-03-17c-common.h (yyparse, [...]): New.Neil Booth1-3/+4
2002-03-12c-lex.c (cb_ident, c_lex): Remove unnecessary cast.Jakub Jelinek1-9/+9
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-54/+38
2002-02-01c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source...Zack Weinberg1-1/+4
2001-12-31* c-lex.c: Include tree.h before expr.hGraham Stott1-1/+1
2001-12-16c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-10/+3
2001-12-10c-lex.c, [...]: Revert concatenation changes.Neil Booth1-47/+4
2001-12-08c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth1-4/+47
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-1/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-29* c-lex.c (init_c_lex): Canonicalize "-" filename to "".Jakub Jelinek1-1/+1
2001-11-15c-common.c: Include c-lex.h.Neil Booth1-13/+6
2001-10-30Localization fixes.Paolo Bonzini1-4/+4
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-4/+4
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-21/+21
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-1/+17
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-11c-lex.c (map): Make const.Neil Booth1-40/+35
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-10/+14
2001-08-04cpphash.h (struct cpp_reader): New member directive_line.Neil Booth1-8/+15
2001-08-02line-map.c: New.Neil Booth1-12/+14
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-6/+6
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-2/+0
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-5/+8
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-3/+3
2001-05-23c-lex.c (read_escape, read_ucs): Delete.Neil Booth1-232/+9
2001-05-22c-lex.c (lex_number): If pedantic and not C99...Joseph Myers1-3/+4
2001-05-22c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth1-6/+1
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-1/+6
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-2/+2
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth1-102/+24
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-2/+2
2001-04-26c-lex.c (c_lex): Remove # from %o diagnostic formatting.Nathan Sidwell1-1/+1
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-1/+0