aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth1-17/+23
2001-11-26cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth1-61/+42
2001-11-23cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign extension.Andreas Jaeger1-2/+2
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-11-10cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi1-7/+4
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-10-21cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth1-252/+199
2001-10-20cpplex.c (handle_newline, [...]): Update to do more stepping back.Neil Booth1-157/+123
2001-10-17cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak.Richard Earnshaw1-1/+1
2001-10-11* cpplex.c (digraph_spellings, token_spellings): Make static.Zack Weinberg1-3/+3
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-3/+3
2001-10-06cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg1-16/+32
2001-09-30cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth1-121/+44
2001-09-28cpplex.c (new_buff, [...]): Use size_t everywhere, make definitions consisten...Neil Booth1-6/+6
2001-09-28cpphash.h (struct cpp_buff): Make unsigned.Neil Booth1-21/+54
2001-09-28cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f...Zack Weinberg1-2/+6
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