aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-50/+50
2001-08-21cpphash.h (_cpp_push_next_buffer): New.Neil Booth1-12/+15
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-1/+1
2001-08-11cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth1-3/+4
2001-08-07cppinit.c (cpp_finish): Pop the final buffer without comment.Neil Booth1-6/+11
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-63/+65
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-8/+15
2001-08-02line-map.c: New.Neil Booth1-7/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-08-01cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth1-7/+16
2001-07-29cppexp.c (parse_defined): Always record the macro name.Neil Booth1-1/+1
2001-07-26cpphash.h (struct_lexer_state): Delete was_skipping.Neil Booth1-5/+5
2001-05-30cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept c...Neil Booth1-2/+0
2001-05-23cpp.texi: Update for handling of charconsts.Neil Booth1-32/+34
2001-05-23c-lex.c (read_escape, read_ucs): Delete.Neil Booth1-34/+39
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-15/+9
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-8/+9
2001-05-16cpplex.c (_cpp_lex_token, '/' case): Comments can't appear after stage3.Nathan Sidwell1-1/+3
2001-05-12cpplex.c (_cpp_lex_token): Ensure we warn at most once about files not ending...Neil Booth1-3/+5
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth1-0/+349
2001-04-11* cpplex.c (_cpp_lex_token): Only warn if -Wcomment.Jakub Jelinek1-1/+1
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-1/+0
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-32/+2
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-39/+19
2001-03-03cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe...Neil Booth1-31/+29
2001-03-03* cpplex.c (parse_string): Unconditionally pedwarn.Neil Booth1-2/+1
2001-03-03cpp.texi: Update.Neil Booth1-5/+3
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin1-6/+8
2001-02-03cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth1-2/+2
2001-02-03cpphash.h: Rename ALIGN _ALIGN.Neil Booth1-2/+2
2001-02-01cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth1-3/+4
2001-01-28cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth1-1/+1
2000-12-17cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth1-5/+5
2000-12-09cppfiles.c (NEVER_REREAD, [...]): Move from cpphash.h.Neil Booth1-3/+4
2000-12-06cpplex.c (skip_escaped_newlines): Don't warn for spaces between backslash and...Sylvain Pion1-1/+1
2000-12-01cppinit.c (initialize): Forgotten prototype.Neil Booth1-8/+10
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-6/+4
2000-11-22cpplex.c (trigraph_ok): Ensure we don't warn twice.Neil Booth1-3/+7
2000-11-14cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token.Neil Booth1-2/+2
2000-11-13cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth1-6/+6
2000-11-12cppexp.c: Don't worry about pfile->skipping.Neil Booth1-0/+7
2000-11-11Remove CPP_PLACEMARKERsNeil Booth1-5/+5
2000-11-09cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth1-29/+22
2000-11-08Move directive handling into the lexer itself.Neil Booth1-5/+38
2000-11-06cpplex.c (_cpp_equiv_tokens): Check arg_no in the CPP_MACRO_ARG case.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-7/+7
2000-11-04cpplex.c (parse_string): Don't allow multiline strings in #include family dir...Neil Booth1-2/+2
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth1-1/+1
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-49/+55
2000-10-29* cpplex.c (save_comment): Don't store new lines in C++ comments.Neil Booth1-0/+4