aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-03-03cpp.texi: Update.Neil Booth1-3/+3
2001-02-21cppfiles.c: Update comments.Neil Booth1-6/+7
2001-02-14c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth1-3/+6
2001-01-23* c-lex.c (lex_charconst): Fix typo: s/p/str.Neil Booth1-1/+1
2001-01-19tweak commentsJason Merrill1-2/+3
2001-01-13c-lex.c (init_c_lex): Use cpp_get_callbacks to set callbacks.Neil Booth1-5/+8
2001-01-07c-lex.c (init_c_lex): Request #define / #undef callbacks for verbose DWARF[2]...Neil Booth1-0/+28
2000-12-18c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1).Neil Booth1-2/+1
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-3/+3
2000-12-18c-lex.c (lex_lineno): Remove.Neil Booth1-10/+6
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-8/+4
2000-12-06c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.Rodney Brown1-1/+1
2000-11-28c-common.h: Remove flag_digraphs.Neil Booth1-3/+0
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-8/+8
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-305/+46
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-2/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-605/+2
2000-11-20parse.y (yyparse_1): Rename the parser entry point.Richard Henderson1-3/+17
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-31/+3
2000-11-17stringpool.c: New file.Zack Weinberg1-1/+1
2000-11-13c-lex.c (cb_leave_file): Harmonize conditions and order of statements to thos...Hans-Peter Nilsson1-20/+24
2000-11-11Remove CPP_PLACEMARKERsNeil Booth1-1/+0
2000-11-09* c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): CheckHans-Peter Nilsson1-1/+1
2000-11-06c-lex.c (init_c_lex): If cpp_start_read fails, exit with error status.Neil Booth1-1/+1
2000-11-06c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth1-4/+4
2000-11-02c-lex.c (init_c_lex): Update cpp_start_read call.Zack Weinberg1-34/+28
2000-10-08tm.texi (INTMAX_TYPE, [...]): Define.Joseph Myers1-3/+11
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-1/+28
2000-09-22c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.Jason Merrill1-4/+7
2000-09-17c-decl.c (grokdeclarator): Reorder tests to avoid looking at TYPE_MAIN_VARIAN...Richard Kenner1-1/+1
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-0/+1
2000-09-12c-lex.c (lex_string): Use charwidth to compute bytemask.Jakub Jelinek1-1/+1