| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in: Update cppmain.o. | neil | 2002-06-11 | 1 | -1/+10 |
* | * cpphash.h (_cpp_read_logical_line_trad, | neil | 2002-06-10 | 1 | -1/+1 |
* | * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN, | neil | 2002-06-07 | 1 | -14/+1 |
* | * cpperror.c: Fix formatting. | kazu | 2002-05-22 | 1 | -53/+53 |
* | * Makefile.in: Update for cpptrad.c. | neil | 2002-05-17 | 1 | -23/+46 |
* | * cpplex.c (_cpp_lex_direct): When in a directive at EOF | neil | 2002-05-11 | 1 | -2/+2 |
* | * cpplex.c (cpp_interpret_charconst): Truncate as well as | neil | 2002-05-08 | 1 | -9/+11 |
* | * c-common.c (c_common_init): Set options->unsigned_wchar. | neil | 2002-05-07 | 1 | -2/+2 |
* | * c-common.c (warn_multichar): New. | neil | 2002-05-06 | 1 | -7/+18 |
* | * cpplex.c (cpp_interpret_charconst): Sign-extend each | neil | 2002-05-05 | 1 | -27/+22 |
* | * c-common.c (c_common_init): Set up CPP arithmetic. | neil | 2002-05-05 | 1 | -1/+2 |
* | * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | neil | 2002-05-04 | 1 | -6/+8 |
* | * c-lex.c (lex_string): Let cpp_parse_escape handles truncation | neil | 2002-05-04 | 1 | -37/+45 |
* | * cpplex.c: Fix comment formatting. | kazu | 2002-04-30 | 1 | -1/+1 |
* | 2002-04-24 Matt Hiller <hiller@redhat.com> | hiller | 2002-04-24 | 1 | -10/+61 |
* | * cppexp.c (struct op, parse_number): Replace U_CHAR with uchar. | neil | 2002-04-21 | 1 | -11/+11 |
* | * cpperror.c (print_location): Don't print include chain | neil | 2002-04-14 | 1 | -48/+62 |
* | * cppinit.c (cpp_create_reader): Initialize | thorpej | 2002-04-07 | 1 | -6/+25 |
* | * cpphash.h (struct cpp_reader): Remove mls_line and mls_col. | neil | 2002-03-22 | 1 | -58/+11 |
* | * cpplex.c (parse_identifier_slow): Rename parse_slow, adjust | neil | 2002-03-22 | 1 | -80/+75 |
* | * cpplex.c (cpp_parse_escape): Restore mistakenly-removed code: | neil | 2002-02-28 | 1 | -0/+1 |
* | * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in, | zack | 2002-02-27 | 1 | -18/+10 |
* | * cpplex.c (_cpp_lex_token): Handle directives in macro | neil | 2002-02-27 | 1 | -1/+4 |
* | * cpplex.c (cpp_interpret_charconst): Get signedness or | neil | 2002-02-24 | 1 | -6/+12 |
* | * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | neil | 2002-02-02 | 1 | -3/+2 |
* | * cpperror.c: Update comments and copyright. | neil | 2002-01-03 | 1 | -10/+9 |
* | * c-decl.c (duplicate_decls, push_parm_decl): Remove leading | neil | 2001-12-02 | 1 | -1/+1 |
* | * cpphash.c (_cpp_init_hashtable): Update. | neil | 2001-11-27 | 1 | -17/+23 |
* | * cppfiles.c (stack_include_file): Don't optimize zero-length | neil | 2001-11-26 | 1 | -61/+42 |
* | * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign | aj | 2001-11-23 | 1 | -2/+2 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -2/+2 |
* | * cppexp.c (parse_number): Use ISXDIGIT/hex_value. | ghazi | 2001-11-10 | 1 | -7/+4 |
* | * c-format.c (maybe_read_dollar_number): Use safe-ctype macros | ghazi | 2001-10-21 | 1 | -1/+1 |
* | * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. | neil | 2001-10-21 | 1 | -252/+199 |
* | * cpplex.c (handle_newline, skip_escaped_newlines, | neil | 2001-10-20 | 1 | -157/+123 |
* | * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory | rearnsha | 2001-10-17 | 1 | -1/+1 |
* | * cpplex.c (digraph_spellings, token_spellings): Make static. | zack | 2001-10-11 | 1 | -3/+3 |
* | * c-common.c: Fix comment typos. | kazu | 2001-10-09 | 1 | -3/+3 |
* | * cpplex.c (enum spell_type): Add SPELL_NUMBER. | zack | 2001-10-06 | 1 | -16/+32 |
* | * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, | neil | 2001-09-30 | 1 | -121/+44 |
* | * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff): | neil | 2001-09-28 | 1 | -6/+6 |
* | * cpphash.h (struct cpp_buff): Make unsigned. | neil | 2001-09-28 | 1 | -21/+54 |
* | * cpplex.c (cpp_output_token): Use a putc loop for | zack | 2001-09-28 | 1 | -2/+6 |
* | * cpphash.h: Update comment. | neil | 2001-09-27 | 1 | -108/+2 |
* | * cpphash.h (struct cpp_pool): Remove locks and locked. | neil | 2001-09-26 | 1 | -31/+25 |
* | * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff, | neil | 2001-09-26 | 1 | -1/+91 |
* | * c-lex.c (cb_def_pragma): Update. | neil | 2001-09-24 | 1 | -13/+37 |
* | * cpphash.h (_cpp_lex_direct): New. | neil | 2001-09-17 | 1 | -14/+25 |
* | * cpphash.h (_cpp_lex_token): Update prototype. | neil | 2001-09-16 | 1 | -4/+3 |
* | * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | neil | 2001-09-15 | 1 | -12/+9 |