Age | Commit message (Expand) | Author | Files | Lines |
2002-05-23 | cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT. | Neil Booth | 1 | -1/+1 |
2002-05-22 | cpperror.c: Fix formatting. | Kazu Hirata | 1 | -11/+11 |
2002-05-18 | cppinit.c (cpp_post_options): If preprocessed, turn off traditional. | Neil Booth | 1 | -1/+1 |
2002-05-09 | cpplib.c (cpp_init_internal_pragmas): Remove #pragma poison. | Neil Booth | 1 | -3/+2 |
2002-05-04 | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 1 | -10/+2 |
2002-04-28 | cppexp.c (lex): Move some code to _cpp_parse_expr, but keep most cases as fun... | Neil Booth | 1 | -1/+1 |
2002-04-28 | cppexp.c (lex): Update to use state.skip_eval. | Neil Booth | 1 | -1/+1 |
2002-04-22 | cppfiles.c (_cpp_pop_file_buffer): Return void. | Neil Booth | 1 | -9/+22 |
2002-04-21 | cppexp.c (struct op, [...]): Replace U_CHAR with uchar. | Neil Booth | 1 | -14/+14 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -64/+75 |
2002-04-07 | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 1 | -1/+17 |
2002-03-22 | cpplib.h (struct cpp_options): New member, warn_endif_labels. | Phil Edwards | 1 | -2/+2 |
2002-03-14 | cpphash.h (struct lexer_state): Remove line_extension member. | Zack Weinberg | 1 | -84/+154 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -1/+1 |
2002-02-27 | cpplex.c (_cpp_lex_token): Handle directives in macro arguments. | Neil Booth | 1 | -0/+16 |
2002-02-23 | cpplib.c (glue_header_name): Use local buffer to build up header name. | Neil Booth | 1 | -16/+16 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -34/+25 |
2002-01-03 | cppfiles.c (_cpp_pop_file_buffer): Change return type to bool and return true... | Andreas Schwab | 1 | -2/+4 |
2001-11-26 | cppfiles.c (stack_include_file): Don't optimize zero-length files. | Neil Booth | 1 | -4/+6 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -2/+2 |
2001-10-21 | cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char. | Neil Booth | 1 | -4/+0 |
2001-10-20 | cpplex.c (handle_newline, [...]): Update to do more stepping back. | Neil Booth | 1 | -16/+11 |
2001-10-14 | cpplib.c (struct pragma_entry): Store the name as a hashnode. | Neil Booth | 1 | -26/+20 |
2001-10-14 | c-pragma.h (cpp_register_pragma_space): Remove. | Neil Booth | 1 | -98/+114 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2001-09-30 | cpphash.h (POOL_ALIGN, [...]): Remove. | Neil Booth | 1 | -28/+32 |
2001-09-28 | cpphash.h (struct cpp_buff): Make unsigned. | Neil Booth | 1 | -17/+16 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -84/+103 |
2001-09-16 | cpphash.h (_cpp_lex_token): Update prototype. | Neil Booth | 1 | -41/+30 |
2001-09-16 | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 1 | -98/+108 |
2001-09-15 | cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. | Neil Booth | 1 | -11/+18 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -7/+11 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -34/+29 |
2001-09-11 | cpphash.h (struct tokenrun): New. | Neil Booth | 1 | -0/+2 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -34/+19 |
2001-08-21 | cppfiles.c (stack_include_file): line-map.c now handles include depth. | Neil Booth | 1 | -3/+1 |
2001-08-21 | cpphash.h (_cpp_push_next_buffer): New. | Neil Booth | 1 | -0/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -27/+13 |
2001-08-11 | cpphash.c (_cpp_destroy_hashtable): Use ht_destroy. | Neil Booth | 1 | -2/+4 |
2001-08-11 | cpphash.h, cpplib.c: Correct erroneous previous checkin. | Neil Booth | 1 | -4/+2 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -27/+21 |
2001-08-06 | cpperror.c (print_containing_files): Moved to line-map.c. | Neil Booth | 1 | -111/+44 |
2001-08-05 | * cpplib.c (do_line): Update line number after pop_buffer. | Neil Booth | 1 | -0/+1 |
2001-08-05 | re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b... | Neil Booth | 1 | -41/+44 |
2001-08-04 | cpphash.h (struct cpp_reader): New member directive_line. | Neil Booth | 1 | -5/+7 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -9/+11 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -52/+51 |
2001-08-01 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -6/+6 |
2001-07-29 | cpphash.h (struct cpp_reader): Remove import_warning. | Neil Booth | 1 | -34/+20 |
2001-07-29 | cppexp.c (parse_defined): Always record the macro name. | Neil Booth | 1 | -17/+13 |