aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-27cpphash.h: Update comment.Neil Booth1-108/+2
2001-09-26cpphash.h (struct cpp_pool): Remove locks and locked.Neil Booth1-31/+25
2001-09-26cpphash.h (struct _cpp_buff, [...]): New.Neil Booth1-1/+91
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth1-13/+37
2001-09-17cpphash.h (_cpp_lex_direct): New.Neil Booth1-14/+25
2001-09-16cpphash.h (_cpp_lex_token): Update prototype.Neil Booth1-4/+3
2001-09-15cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.Neil Booth1-12/+9
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-1/+2
2001-09-13c-parse.in (_yylex): Use _cpp_backup_tokens.Neil Booth1-104/+63
2001-09-11cpphash.h (struct tokenrun): New.Neil Booth1-116/+167
2001-09-10cpplex.c (parse_identifier): Fast-path optimize.Zack Weinberg1-40/+88
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