| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * cpperror.c (print_location): Take line and column, for | neil | 2001-09-14 | 1 | -1/+2 |
* | * c-parse.in (_yylex): Use _cpp_backup_tokens. | neil | 2001-09-13 | 1 | -104/+63 |
* | * cpphash.h (struct tokenrun): New. | neil | 2001-09-11 | 1 | -116/+167 |
* | * cpplex.c (parse_identifier): Fast-path optimize. Avoid | zack | 2001-09-10 | 1 | -40/+88 |
* | * cpperror.c (print_location): Don't show _Pragma. | neil | 2001-08-22 | 1 | -50/+50 |
* | * cpphash.h (_cpp_push_next_buffer): New. | neil | 2001-08-21 | 1 | -12/+15 |
* | * cpperror.c (print_location): Don't take a file name; use the | neil | 2001-08-17 | 1 | -1/+1 |
* | * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | neil | 2001-08-11 | 1 | -3/+4 |
* | * cppinit.c (cpp_finish): Pop the final buffer without comment. | neil | 2001-08-07 | 1 | -6/+11 |
* | PR preprocessor/3081 | neil | 2001-08-05 | 1 | -63/+65 |
* | * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h | neil | 2001-08-04 | 1 | -8/+15 |
* | * line-map.c: New. | neil | 2001-08-02 | 1 | -7/+12 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -2/+2 |
* | * cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | neil | 2001-08-01 | 1 | -7/+16 |
* | * cppexp.c (parse_defined): Always record the macro name. | neil | 2001-07-29 | 1 | -1/+1 |
* | * cpphash.h (struct_lexer_state): Delete was_skipping. | neil | 2001-07-26 | 1 | -5/+5 |
* | * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 | neil | 2001-05-30 | 1 | -2/+0 |