summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/9264 ([parser] ICE on invalid octal constant)Mark Mitchell2003-01-131-0/+1
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+3
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-7/+2
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-1/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth2002-08-121-3/+0
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-2/+1
* c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth2002-07-211-3/+0
* c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis2002-07-211-2/+2
* re PR preprocessor/7070 (internal error with -Wunknown-pragmas && empty #pragma)Neil Booth2002-06-271-9/+10
* * c-lex.c: Update copyright and file description.Neil Booth2002-06-021-2/+2
* c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth2002-06-021-455/+199
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* Makefile.in (C_COMMON_H): Fix.Neil Booth2002-05-251-1/+0
* c-lex.c (indent_level): Remove.Neil Booth2002-05-231-15/+0
* Makefile.in: Update.Neil Booth2002-05-091-22/+0
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-1/+1
* Makefile.in (c-lex.o): Update.Neil Booth2002-05-041-0/+19
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-45/+21
* c-parse.in (malloced_yyss, [...]): New.Richard Henderson2002-04-261-0/+1
* c-common.h (c_common_parse_file): Update.Neil Booth2002-04-251-4/+8
* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller2002-04-241-9/+12
* re PR c/6300 (sparc-sun-solaris2.7 gcc-3.1 C testsuite failure in gcc.dg/cpp/...Zack Weinberg2002-04-221-5/+19
* toplev.c: Don't include setjmp.h.Zack Weinberg2002-03-251-90/+36
* c-lex.c (cb_file_change): Pass the #inclusion's line number to the start_sour...Jim Blandy2002-03-201-2/+4
* c-common.h (yyparse, [...]): New.Neil Booth2002-03-171-3/+4
* c-lex.c (cb_ident, c_lex): Remove unnecessary cast.Jakub Jelinek2002-03-121-9/+9
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-54/+38
* c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source...Zack Weinberg2002-02-011-1/+4
* * c-lex.c: Include tree.h before expr.hGraham Stott2001-12-311-1/+1
* c-lex.c (lex_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-12-161-10/+3
* c-lex.c, [...]: Revert concatenation changes.Neil Booth2001-12-101-47/+4
* c-lex.c (c_lex): Peek a token ahead for a string to concatenate...Neil Booth2001-12-081-4/+47
* vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp2001-12-021-1/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth2001-12-011-1/+1
* * c-lex.c (init_c_lex): Canonicalize "-" filename to "".Jakub Jelinek2001-11-291-1/+1
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-13/+6
* Localization fixes.Paolo Bonzini2001-10-301-4/+4
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-4/+4
* c-lex.c (cb_def_pragma): Update.Neil Booth2001-09-241-21/+21
* cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth2001-09-141-1/+17
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-lex.c (map): Make const.Neil Booth2001-08-111-40/+35
* re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth2001-08-051-10/+14
* cpphash.h (struct cpp_reader): New member directive_line.Neil Booth2001-08-041-8/+15
* line-map.c: New.Neil Booth2001-08-021-12/+14
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-6/+6
* c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth2001-07-191-2/+0