| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cpplex.c (parse_identifier): Fast-path optimize. | Zack Weinberg | 2001-09-10 | 1 | -40/+88 |
* | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 2001-08-22 | 1 | -50/+50 |
* | cpphash.h (_cpp_push_next_buffer): New. | Neil Booth | 2001-08-21 | 1 | -12/+15 |
* | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 2001-08-17 | 1 | -1/+1 |
* | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 2001-08-11 | 1 | -3/+4 |
* | cppinit.c (cpp_finish): Pop the final buffer without comment. | Neil Booth | 2001-08-07 | 1 | -6/+11 |
* | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 2001-08-05 | 1 | -63/+65 |
* | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 2001-08-04 | 1 | -8/+15 |
* | line-map.c: New. | Neil Booth | 2001-08-02 | 1 | -7/+12 |
* | alias.c: Fix comment formatting. | Kazu Hirata | 2001-08-01 | 1 | -2/+2 |
* | cpphash.h (struct cpp_reader): New members line, pseudo_newlines. | Neil Booth | 2001-08-01 | 1 | -7/+16 |
* | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 2001-07-29 | 1 | -1/+1 |
* | cpphash.h (struct_lexer_state): Delete was_skipping. | Neil Booth | 2001-07-26 | 1 | -5/+5 |
* | cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept c... | Neil Booth | 2001-05-30 | 1 | -2/+0 |
* | cpp.texi: Update for handling of charconsts. | Neil Booth | 2001-05-23 | 1 | -32/+34 |
* | c-lex.c (read_escape, read_ucs): Delete. | Neil Booth | 2001-05-23 | 1 | -34/+39 |
* | Makefile.in (OBJS, [...]): Update. | Neil Booth | 2001-05-20 | 1 | -15/+9 |
* | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 2001-05-16 | 1 | -8/+9 |
* | cpplex.c (_cpp_lex_token, '/' case): Comments can't appear after stage3. | Nathan Sidwell | 2001-05-16 | 1 | -1/+3 |
* | cpplex.c (_cpp_lex_token): Ensure we warn at most once about files not ending... | Neil Booth | 2001-05-12 | 1 | -3/+5 |
* | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 2001-05-11 | 1 | -0/+349 |
* | * cpplex.c (_cpp_lex_token): Only warn if -Wcomment. | Jakub Jelinek | 2001-04-11 | 1 | -1/+1 |
* | system.h: Include symcat.h. | Kaveh R. Ghazi | 2001-03-27 | 1 | -1/+0 |
* | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 2001-03-07 | 1 | -32/+2 |
* | cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f... | Neil Booth | 2001-03-04 | 1 | -39/+19 |
* | cpplex.c (_cpp_lex_token): Don't warn about directives in macro arguments whe... | Neil Booth | 2001-03-03 | 1 | -31/+29 |
* | * cpplex.c (parse_string): Unconditionally pedwarn. | Neil Booth | 2001-03-03 | 1 | -2/+1 |
* | cpp.texi: Update. | Neil Booth | 2001-03-03 | 1 | -5/+3 |
* | cpplib.c (_cpp_init_stacks): Cast enum for comparison. | John David Anglin | 2001-03-02 | 1 | -6/+8 |