OSDN Git Service

* config/darwin-c.c (add_framework): Copy the directory name as it
[pf3gnuchains/gcc-fork.git] / gcc / cpptrad.c
2004-04-23 bothner * line-map.h (struct line_maps): New field highest_line.
2004-02-11 bothner Represent column numbers using line-map's source_location.
2004-01-22 kazu * cpperror.c, cpptrad.c, longlong.h, params.def, rtl...
2004-01-16 kazu * c-common.h: Fix comment formatting.
2003-12-12 neil PR preprocessor/12935 preprocessor/12952 preprocessor...
2003-11-19 neroden * cpptrad.c (_cpp_scan_out_logical_line): Improve...
2003-11-01 danglin PR preprocessor/12847
2003-10-02 bothner * cpplex.c (_cpp_get_fresh_line): Revert my no-longer...
2003-08-29 bothner Fix (hopefully temporary) for breakage caused by my...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-13 zack * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and...
2003-06-28 neil * cpptrad.c (skip_macro_block_comment): New.
2003-06-17 zack * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-04-22 dpatel * cpptrad.c (_cpp_replacement_text_len): Add...
2003-04-19 neil * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-11-08 neil PR preprocessor/8497
2002-07-23 neil * cppexp.c (parse_defined): Mark macro used.
2002-07-17 neil * cppexp.c (cpp_interpret_integer, append_digit, parse...
2002-07-09 neil * cpperror.c (cpp_error): Default to directive_line...
2002-07-02 neil * cpptrad.c: Update comment.
2002-07-01 neil * cpptrad.c (skip_whitespace): Pass pointer to prior...
2002-06-28 neil PR preprocessor/7138
2002-06-27 neil * cpphash.h (_cpp_set_trad_context): Remove.
2002-06-25 neil * cpplib.c (do_include_common): Revert to correct...
2002-06-24 neil * cpptrad.c (scan_out_logical_line): Check recursing...
2002-06-22 neil * cpptrad.c (struct fun_macro): Add line number.
2002-06-21 neil * cpperror.c (cpp_error): For traditional CPP, default to
2002-06-20 neil * cppexp.c (cpp_interpret_integer): Don't force tradit...
2002-06-19 neil * cpptrad.c (_cpp_replacement_text_len): initia...
2002-06-19 neil * cpphash.h (struct cpp_reader): Make date and time...
2002-06-18 neil * cpplib.c (dtable): Update.
2002-06-14 neil * cpphash.h (struct cpp_buffer): Remove saved_line_base.
2002-06-13 neil * cpphash.h (_cpp_lex_identifier_trad): Remove.
2002-06-13 neil * cpplib.c (end_directive): Handle line skipping....
2002-06-11 neil * Makefile.in: Update cppmain.o.
2002-06-10 neil * cpphash.h (_cpp_read_logical_line_trad,
2002-06-10 neil * cpphash.h (struct cpp_macro): Put comments on their...
2002-06-09 neil * cpphash.h (_cpp_push_text_context): Update.
2002-06-07 neil * cpptrad.c (struct block, BLOCK_HEADER_LEN, BLOCK_LEN,
2002-06-05 neil * cpphash.h (_cpp_create_definition): Update prototype.
2002-06-04 neil * cpphash.h (FIRST, LAST, CUR, RLIMIT): New.
2002-05-18 neil * cppinit.c (cpp_post_options): If preprocessed, turn off
2002-05-17 neil * Makefile.in: Update for cpptrad.c.