aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis1-1/+1
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-1/+10
2002-06-10cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth1-1/+1
2002-06-07cpptrad.c (struct block, [...]): New.Neil Booth1-14/+1
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-53/+53
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-23/+46
2002-05-11cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline.Neil Booth1-2/+2
2002-05-08cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend.Neil Booth1-9/+11
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-2/+2
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-7/+18
2002-05-05cpplex.c (cpp_interpret_charconst): Sign-extend each character.Neil Booth1-27/+22
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-1/+2
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-6/+8
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-37/+45
2002-04-30cpplex.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-10/+61
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-11/+11
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-48/+62
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-6/+25
2002-03-22cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth1-58/+11
2002-03-22cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and ha...Neil Booth1-80/+75
2002-02-28cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: \a still means ...Jim Meyering1-0/+1
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg1-18/+10
2002-02-27cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth1-1/+4
2002-02-24cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth1-6/+12
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-3/+2
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-10/+9
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