]> gcc.gnu.org Git - gcc.git/history - gcc/cpplib.c
c-ppoutput.c (cb_include): Don't take a cpp_token.
[gcc.git] / gcc / cpplib.c
2003-04-21 Neil Boothc-ppoutput.c (cb_include): Don't take a cpp_token.
2003-04-19 Neil Boothcppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.
2003-03-14 Neil Booth/home/neil/diffs/include.log
2003-02-21 Zack Weinbergcpphash.h (struct lexer_state): Add directive_wants_pad...
2003-02-12 Zack Weinbergcpplib.c (do_include_common): Move warnings for #includ...
2003-01-28 Jason Merrillcpplib.h (struct cpp_options): Add warn_deprecated...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-29 Hans-Peter Nilssoncpplib.c (_cpp_test_assertion): Default *value to 0.
2002-11-18 Neil Boothre PR preprocessor/8524 (_Pragma within macros is impro...
2002-09-22 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-15 Kazu HirataChangeLog: Follow spelling conventions.
2002-09-03 Neil BoothDebian BTS Bug #
2002-08-14 Neil Boothre PR preprocessor/7526 (cpp0 core dump when _Pragma...
2002-07-23 Neil Boothcppexp.c (parse_defined): Mark macro used.
2002-07-17 Neil Boothcpplib.c (do_sccs): Handle #sccs on all systems.
2002-07-09 Neil Boothcpperror.c (cpp_error): Default to directive_line withi...
2002-06-28 Neil Boothcpplib.c (_cpp_handle_directive): Move #define-specific...
2002-06-28 Neil Boothre PR preprocessor/7138 (gcc-3.2 failed to compile...
2002-06-27 Neil Boothcpphash.h (_cpp_set_trad_context): Remove.
2002-06-25 Neil Boothcpplib.c (do_include_common): Revert to correct line...
2002-06-21 Neil Boothcpperror.c (cpp_error): For traditional CPP, default...
2002-06-20 Neil Boothcppexp.c (cpp_interpret_integer): Don't force tradition...
2002-06-18 Neil Boothcpplib.c (dtable): Update.
2002-06-13 Neil Boothcpphash.h (_cpp_lex_identifier_trad): Remove.
2002-06-13 Neil Boothcpplib.c (end_directive): Handle line skipping.
2002-06-11 Neil BoothMakefile.in: Update cppmain.o.
2002-06-05 Neil Boothcpphash.h (_cpp_create_definition): Update prototype.
2002-05-26 Neil Boothcppexp.c (possible_sum_sign, [...]): Remove.
2002-05-23 Neil Boothcpperror.c (_cpp_begin_message): No special casing...
2002-05-22 Kazu Hiratacpperror.c: Fix formatting.
2002-05-18 Neil Boothcppinit.c (cpp_post_options): If preprocessed, turn...
2002-05-09 Neil Boothcpplib.c (cpp_init_internal_pragmas): Remove #pragma...
2002-05-04 Neil Boothc-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-28 Neil Boothcppexp.c (lex): Move some code to _cpp_parse_expr,...
2002-04-28 Neil Boothcppexp.c (lex): Update to use state.skip_eval.
2002-04-22 Neil Boothcppfiles.c (_cpp_pop_file_buffer): Return void.
2002-04-21 Neil Boothcppexp.c (struct op, [...]): Replace U_CHAR with uchar.
2002-04-14 Neil Boothcpperror.c (print_location): Don't print include chain...
2002-04-07 Jason Thorpecppinit.c (cpp_create_reader): Initialize discard_comme...
2002-03-22 Phil Edwardscpplib.h (struct cpp_options): New member, warn_endif_l...
2002-03-14 Zack Weinbergcpphash.h (struct lexer_state): Remove line_extension...
2002-02-27 Zack Weinbergc-common.c, [...]: Delete code implementing -traditiona...
2002-02-27 Neil Boothcpplex.c (_cpp_lex_token): Handle directives in macro...
2002-02-23 Neil Boothcpplib.c (glue_header_name): Use local buffer to build... r106301.504/tags/gcc_ss_20020223
2002-01-03 Neil Boothcpperror.c: Update comments and copyright.
2002-01-03 Andreas Schwabcppfiles.c (_cpp_pop_file_buffer): Change return type...
2001-11-26 Neil Boothcppfiles.c (stack_include_file): Don't optimize zero...
2001-11-23 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-10-21 Neil Boothcpphash.h (struct cpp_buffer): Delete read_ahead and...
2001-10-20 Neil Boothcpplex.c (handle_newline, [...]): Update to do more...
2001-10-14 Neil Boothcpplib.c (struct pragma_entry): Store the name as a...
2001-10-14 Neil Boothc-pragma.h (cpp_register_pragma_space): Remove.
2001-10-10 Kazu Hiratacalls.c: Fix formatting.
2001-09-30 Neil Boothcpphash.h (POOL_ALIGN, [...]): Remove.
2001-09-28 Neil Boothcpphash.h (struct cpp_buff): Make unsigned.
2001-09-24 Neil Boothc-lex.c (cb_def_pragma): Update.
2001-09-16 Neil Boothcpphash.h (_cpp_lex_token): Update prototype.
2001-09-16 Neil Boothcppmain.c (scan_translation_unit): Don't worry about...
2001-09-15 Neil Boothcpphash.h (struct cpp_reader): Remove lexer_pos, direct...
2001-09-14 Neil Boothcpperror.c (print_location): Take line and column,...
2001-09-13 Neil Boothc-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 Neil Boothcpphash.h (struct tokenrun): New.
2001-08-22 Neil Boothcpperror.c (print_location): Don't show _Pragma.
2001-08-21 Neil Boothcppfiles.c (stack_include_file): line-map.c now handles...
2001-08-21 Neil Boothcpphash.h (_cpp_push_next_buffer): New.
2001-08-17 Neil Boothcpperror.c (print_location): Don't take a file name...
2001-08-11 Neil Boothcpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-11 Neil Boothcpphash.h, cpplib.c: Correct erroneous previous checkin.
2001-08-11 Neil Boothc-lex.c (map): Make const.
2001-08-06 Neil Boothcpperror.c (print_containing_files): Moved to line...
2001-08-05 Neil Booth* cpplib.c (do_line): Update line number after pop_buffer.
2001-08-05 Neil Boothre PR preprocessor/3081 (Preprocessor merges 2 first...
2001-08-04 Neil Boothcpphash.h (struct cpp_reader): New member directive_line.
2001-08-04 Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-02 Neil Boothline-map.c: New.
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-07-29 Neil Boothcpphash.h (struct cpp_reader): Remove import_warning.
2001-07-29 Neil Boothcppexp.c (parse_defined): Always record the macro name.
2001-07-26 Neil Boothcpphash.h (struct_lexer_state): Delete was_skipping.
2001-07-01 Zack Weinbergc-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT...
2001-05-27 Neil Booth* cpplib.c (run_directive): Set pfile->directive.
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-16 Neil Boothcppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-10 Zack Weinbergcppinit.c (cpp_post_options): Shut off macro expansion...
2001-04-11 Neil Booth* cpplib.c (do_line): Sanity check iff enable checking.
2001-04-08 Neil Boothcpperror.c (print_location): Don't special case <stdin>.
2001-04-06 Neil Booth* cpplib.c (cpp_push_buffer): Give stdin buffers the...
2001-04-06 Neil Boothconfigure.in: Add check for lstat.
2001-03-27 Kaveh R. Ghazisystem.h: Include symcat.h.
2001-03-15 Neil Boothcpp.texi: Update documentation for -include and -imacros.
2001-03-13 Neil Boothcppfiles.c (NO_INCLUDE_PATH): New macro.
2001-03-04 Neil Boothcppfiles.c (_cpp_execute_include): Don't make a null...
2001-03-02 John David Anglincpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-02-25 Neil Boothcppinit.c (builtin_array): Update.
2001-01-31 Neil Boothcpplib.c (T_ELIF): Move to STDC89, not that it matters.
2001-01-29 Neil Boothcpplib.c (T_BAD_DIRECTIVE): Remove.
2001-01-18 Neil Boothcpplib.c (_cpp_handle_directive): Use buffer->was_skipp...
2001-01-13 Neil Boothcppfiles.c (_cpp_fake_include): New function.
2001-01-13 Neil Boothcppinit.c (cpp_handle_option): help_only is now part...
next
This page took 1.340664 seconds and 108 git commands to generate.