summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.in (c-lex.o): Wrap long lines.Neil Booth2001-07-111-5/+8
* c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin2001-07-041-3/+3
* c-lex.c (read_escape, read_ucs): Delete.Neil Booth2001-05-231-232/+9
* c-lex.c (lex_number): If pedantic and not C99...Joseph Myers2001-05-221-3/+4
* c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth2001-05-221-6/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-1/+6
* cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth2001-05-161-2/+2
* c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth2001-05-111-102/+24
* c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-2/+2
* c-lex.c (c_lex): Remove # from %o diagnostic formatting.Nathan Sidwell2001-04-261-1/+1
* c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg2001-03-071-1/+0
* cpp.texi: Update.Neil Booth2001-03-031-3/+3
* cppfiles.c: Update comments.Neil Booth2001-02-211-6/+7
* c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth2001-02-141-3/+6
* * c-lex.c (lex_charconst): Fix typo: s/p/str.Neil Booth2001-01-231-1/+1
* tweak commentsJason Merrill2001-01-191-2/+3
* c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth2001-01-131-5/+8
* c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]...Neil Booth2001-01-071-0/+28
* c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1).Neil Booth2000-12-181-2/+1
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-3/+3
* c-lex.c (lex_lineno): Remove.Neil Booth2000-12-181-10/+6
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-8/+4
* c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.Rodney Brown2000-12-061-1/+1
* c-common.h: Remove flag_digraphs.Neil Booth2000-11-281-3/+0
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-8/+8
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-305/+46
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-2/+0
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-605/+2
* parse.y (yyparse_1): Rename the parser entry point.Richard Henderson2000-11-201-3/+17