| Commit message (Expand) | Author | Age | Files | Lines |
* | cpperror.c: Fix formatting. | Kazu Hirata | 2002-05-22 | 1 | -53/+53 |
* | Makefile.in: Update for cpptrad.c. | Neil Booth | 2002-05-17 | 1 | -23/+46 |
* | cpplex.c (_cpp_lex_direct): When in a directive at EOF fake a newline. | Neil Booth | 2002-05-11 | 1 | -2/+2 |
* | cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend. | Neil Booth | 2002-05-08 | 1 | -9/+11 |
* | c-common.c (c_common_init): Set options->unsigned_wchar. | Neil Booth | 2002-05-07 | 1 | -2/+2 |
* | c-common.c (warn_multichar): New. | Neil Booth | 2002-05-06 | 1 | -7/+18 |
* | cpplex.c (cpp_interpret_charconst): Sign-extend each character. | Neil Booth | 2002-05-05 | 1 | -27/+22 |
* | c-common.c (c_common_init): Set up CPP arithmetic. | Neil Booth | 2002-05-05 | 1 | -1/+2 |
* | cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | Neil Booth | 2002-05-04 | 1 | -6/+8 |
* | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 2002-05-04 | 1 | -37/+45 |
* | cpplex.c: Fix comment formatting. | Kazu Hirata | 2002-04-30 | 1 | -1/+1 |
* | cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. | Matthew Hiller | 2002-04-24 | 1 | -10/+61 |
* | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 2002-04-21 | 1 | -11/+11 |
* | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 2002-04-14 | 1 | -48/+62 |
* | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 2002-04-07 | 1 | -6/+25 |
* | cpphash.h (struct cpp_reader): Remove mls_line and mls_col. | Neil Booth | 2002-03-22 | 1 | -58/+11 |
* | cpplex.c (parse_identifier_slow): Rename parse_slow, adjust prototype, and ha... | Neil Booth | 2002-03-22 | 1 | -80/+75 |
* | cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: \a still means ... | Jim Meyering | 2002-02-28 | 1 | -0/+1 |
* | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 2002-02-27 | 1 | -18/+10 |
* | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 2002-02-27 | 1 | -1/+4 |
* | cpplex.c (cpp_interpret_charconst): Get signedness or otherwise of wide chara... | Neil Booth | 2002-02-24 | 1 | -6/+12 |
* | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 2002-02-02 | 1 | -3/+2 |
* | cpperror.c: Update comments and copyright. | Neil Booth | 2002-01-03 | 1 | -10/+9 |
* | c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics. | Neil Booth | 2001-12-02 | 1 | -1/+1 |
* | cpphash.c (_cpp_init_hashtable): Update. | Neil Booth | 2001-11-27 | 1 | -17/+23 |
* | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 2001-11-26 | 1 | -61/+42 |
* | cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign extension. | Andreas Jaeger | 2001-11-23 | 1 | -2/+2 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-11-23 | 1 | -2/+2 |
* | cppexp.c (parse_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 2001-11-10 | 1 | -7/+4 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -1/+1 |
* | cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. | Neil Booth | 2001-10-21 | 1 | -252/+199 |
* | cpplex.c (handle_newline, [...]): Update to do more stepping back. | Neil Booth | 2001-10-20 | 1 | -157/+123 |
* | cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory leak. | Richard Earnshaw | 2001-10-17 | 1 | -1/+1 |
* | * cpplex.c (digraph_spellings, token_spellings): Make static. | Zack Weinberg | 2001-10-11 | 1 | -3/+3 |
* | c-common.c: Fix comment typos. | Kazu Hirata | 2001-10-09 | 1 | -3/+3 |
* | cpplex.c (enum spell_type): Add SPELL_NUMBER. | Zack Weinberg | 2001-10-06 | 1 | -16/+32 |
* | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 2001-09-30 | 1 | -121/+44 |
* | cpplex.c (new_buff, [...]): Use size_t everywhere, make definitions consisten... | Neil Booth | 2001-09-28 | 1 | -6/+6 |
* | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 2001-09-28 | 1 | -21/+54 |
* | cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f... | Zack Weinberg | 2001-09-28 | 1 | -2/+6 |
* | cpphash.h: Update comment. | Neil Booth | 2001-09-27 | 1 | -108/+2 |
* | cpphash.h (struct cpp_pool): Remove locks and locked. | Neil Booth | 2001-09-26 | 1 | -31/+25 |
* | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 2001-09-26 | 1 | -1/+91 |
* | c-lex.c (cb_def_pragma): Update. | Neil Booth | 2001-09-24 | 1 | -13/+37 |
* | cpphash.h (_cpp_lex_direct): New. | Neil Booth | 2001-09-17 | 1 | -14/+25 |
* | cpphash.h (_cpp_lex_token): Update prototype. | Neil Booth | 2001-09-16 | 1 | -4/+3 |
* | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 2001-09-15 | 1 | -12/+9 |
* | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 2001-09-14 | 1 | -1/+2 |
* | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 2001-09-13 | 1 | -104/+63 |
* | cpphash.h (struct tokenrun): New. | Neil Booth | 2001-09-11 | 1 | -116/+167 |