Age | Commit message (Expand) | Author | Files | Lines |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -3/+6 |
2002-11-29 | cpplib.c (_cpp_test_assertion): Default *value to 0. | Hans-Peter Nilsson | 1 | -1/+6 |
2002-11-18 | re PR preprocessor/8524 (_Pragma within macros is improperly expanded) | Neil Booth | 1 | -22/+24 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-09-03 | Debian BTS Bug # | Neil Booth | 1 | -18/+39 |
2002-08-14 | re PR preprocessor/7526 (cpp0 core dump when _Pragma implies #pragma dependency) | Neil Booth | 1 | -0/+5 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 1 | -7/+13 |
2002-07-17 | cpplib.c (do_sccs): Handle #sccs on all systems. | Neil Booth | 1 | -11/+2 |
2002-07-09 | cpperror.c (cpp_error): Default to directive_line within directives here. | Neil Booth | 1 | -7/+0 |
2002-06-28 | cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define h... | Neil Booth | 1 | -20/+7 |
2002-06-28 | re PR preprocessor/7138 (gcc-3.2 failed to compile kernel) | Neil Booth | 1 | -4/+4 |
2002-06-27 | cpphash.h (_cpp_set_trad_context): Remove. | Neil Booth | 1 | -9/+1 |
2002-06-25 | cpplib.c (do_include_common): Revert to correct line number if -traditional. | Neil Booth | 1 | -0/+3 |
2002-06-21 | cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-... | Neil Booth | 1 | -2/+3 |
2002-06-20 | cppexp.c (cpp_interpret_integer): Don't force traditional numbers to be unsig... | Neil Booth | 1 | -0/+2 |
2002-06-18 | cpplib.c (dtable): Update. | Neil Booth | 1 | -6/+13 |
2002-06-13 | cpphash.h (_cpp_lex_identifier_trad): Remove. | Neil Booth | 1 | -9/+8 |
2002-06-13 | cpplib.c (end_directive): Handle line skipping. | Neil Booth | 1 | -1/+4 |
2002-06-11 | Makefile.in: Update cppmain.o. | Neil Booth | 1 | -36/+64 |
2002-06-05 | cpphash.h (_cpp_create_definition): Update prototype. | Neil Booth | 1 | -28/+38 |
2002-05-26 | cppexp.c (possible_sum_sign, [...]): Remove. | Neil Booth | 1 | -0/+2 |
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 |