summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-3/+3
* ABOUT-NLS: Follow spelling conventions.Kazu Hirata2002-09-161-2/+2
* c-decl.c (build_array_declarator): Say 'ISO C90', not 'ISO C89'.Gabriel Dos Reis2002-07-211-1/+1
* Makefile.in: Update cppmain.o.Neil Booth2002-06-111-1/+10
* cpphash.h (_cpp_read_logical_line_trad, [...]): Update prototypes.Neil Booth2002-06-101-1/+1
* cpptrad.c (struct block, [...]): New.Neil Booth2002-06-071-14/+1
* cpperror.c: Fix formatting.Kazu Hirata2002-05-221-53/+53
* Makefile.in: Update for cpptrad.c.Neil Booth2002-05-171-23/+46
* cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline.Neil Booth2002-05-111-2/+2
* cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend.Neil Booth2002-05-081-9/+11
* c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth2002-05-071-2/+2
* c-common.c (warn_multichar): New.Neil Booth2002-05-061-7/+18
* cpplex.c (cpp_interpret_charconst): Sign-extend each character.Neil Booth2002-05-051-27/+22
* c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth2002-05-051-1/+2
* cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth2002-05-041-6/+8
* c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth2002-05-041-37/+45
* cpplex.c: Fix comment formatting.Kazu Hirata2002-04-301-1/+1
* cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller2002-04-241-10/+61
* cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth2002-04-211-11/+11
* cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth2002-04-141-48/+62
* cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe2002-04-071-6/+25
* cpphash.h (struct cpp_reader): Remove mls_line and mls_col.Neil Booth2002-03-221-58/+11
* cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and ha...Neil Booth2002-03-221-80/+75
* cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: \a still means ...Jim Meyering2002-02-281-0/+1
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-18/+10
* cpplex.c (_cpp_lex_token): Handle directives in macro arguments.Neil Booth2002-02-271-1/+4
* cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara...Neil Booth2002-02-241-6/+12
* cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth2002-02-021-3/+2
* cpperror.c: Update comments and copyright.Neil Booth2002-01-031-10/+9
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* cpphash.c (_cpp_init_hashtable): Update.Neil Booth2001-11-271-17/+23
* cppfiles.c (stack_include_file): Don't optimize zero-length files.Neil Booth2001-11-261-61/+42
* cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign extension.Andreas Jaeger2001-11-231-2/+2
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-2/+2
* cppexp.c (parse_number): Use ISXDIGIT/hex_value.Kaveh R. Ghazi2001-11-101-7/+4
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.Neil Booth2001-10-211-252/+199
* cpplex.c (handle_newline, [...]): Update to do more stepping back.Neil Booth2001-10-201-157/+123
* cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak.Richard Earnshaw2001-10-171-1/+1
* * cpplex.c (digraph_spellings, token_spellings): Make static.Zack Weinberg2001-10-111-3/+3
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-3/+3
* cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg2001-10-061-16/+32
* cpphash.h (POOL_ALIGN, [...]): Remove.Neil Booth2001-09-301-121/+44
* cpplex.c (new_buff, [...]): Use size_t everywhere, make definitions consisten...Neil Booth2001-09-281-6/+6
* cpphash.h (struct cpp_buff): Make unsigned.Neil Booth2001-09-281-21/+54
* cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f...Zack Weinberg2001-09-281-2/+6
* cpphash.h: Update comment.Neil Booth2001-09-271-108/+2
* cpphash.h (struct cpp_pool): Remove locks and locked.Neil Booth2001-09-261-31/+25
* cpphash.h (struct _cpp_buff, [...]): New.Neil Booth2001-09-261-1/+91