OSDN Git Service

* include/ext/pool_allocator.h: Include c++config.h.
[pf3gnuchains/gcc-fork.git] / gcc / cppmacro.c
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-20 bothner Move cpp_reader's line_maps field to a shared global.
2003-11-01 danglin PR preprocessor/12847
2003-10-02 bothner * cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_f...
2003-07-22 zack * hashtable.c (approx_sqrt): Make static.
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-25 neil * cppfiles.c: Clarify comments.
2003-06-17 zack * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-06-01 dj* cppmacro.c (warn_of_redefinition): Handle cases where...
2003-04-24 neil * cpplex.c (cpp_token_len): Tighten up.
2003-04-23 neil * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
2003-04-22 neil * c-lex.c (c_lex): Handle CPP_OTHER differently.
2003-04-19 neil * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
2003-03-14 neil/home/neil/diffs/include.log
2003-02-21 zack * cpphash.h (struct lexer_state): Add directive_wants_...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-10-09 neil * cppmacro.c (paste_tokens): Only allow / to paste...
2002-09-28 zack2002-09-27 Alexander N. Kabaev <ak03@gte.com>
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-20 neil * cppmacro.c: Don't warn about function-like macros...
2002-08-07 neil * cppmacro.c (_cpp_builtin_macro_text): Remove unused...
2002-08-06 neil * cppinit.c (struct lang_flags): Rename trigraphs...
2002-08-02 zack * c-common.c (c_common_init): -Wtraditional also impli...
2002-07-26 neil * cppmacro.c (_cpp_create_definition): Don't attempt...
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-01 neil * cppmacro.c: Forgotten commit.
2002-06-19 neil * cpphash.h (struct cpp_reader): Make date and time...
2002-06-13 neil * cpplib.c (end_directive): Handle line skipping....
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-29 neil PR preprocessor/6844
2002-05-24 neil PR preprocessor/6780
2002-05-22 kazu * cpperror.c: Fix formatting.
2002-05-21 zack * c-common.c (c_common_init): Set options->unsigned_ch...
2002-05-16 zack * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
2002-05-16 neil * cpphash.h (cpp_macro): Move here, and make expansion...
2002-05-09 neil * cpplib.c (cpp_init_internal_pragmas): Remove #pragma...
2002-04-22 neil * cppfiles.c (_cpp_pop_file_buffer): Return void....
2002-04-21 neil * cppexp.c (struct op, parse_number): Replace U_CHAR...
2002-04-21 neil * cppmacro.c (funlike_invocation_p): Don't step back...
2002-04-14 neil * cpperror.c (print_location): Don't print include...
2002-04-07 thorpej* cppinit.c (cpp_create_reader): Initialize
2002-04-05 jimb* cppmacro.c (cpp_macro_definition): Do not emit spaces...
2002-03-19 jimb* cppmacro.c (cpp_macro_definition): Emit a space after...
2002-03-14 zack * cpphash.h (struct lexer_state): Remove line_extensio...
2002-02-27 zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-02-27 neil * cpplex.c (_cpp_lex_token): Handle directives in...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2002-01-03 neil * cppmacro.c: Don't include intl.h. Update comments.
2001-12-15 jsm28 * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
2001-12-01 neil * c-decl.c (duplicate_decls, parmlist_tags_warning...
2001-11-26 neil * cppfiles.c (stack_include_file): Don't optimize...
2001-11-23 neil * cppmacro.c (warn_of_redefinition): Warn regardless...
2001-11-19 neil * cppmacro.c (_cpp_backup_tokens): Revert previous...
2001-11-19 jason * cppmacro.c (_cpp_backup_tokens): Pop cur_run...
2001-11-04 jsm28 * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
2001-10-21 neil * cpphash.h (struct cpp_buffer): Delete read_ahead...
2001-10-10 kazu * calls.c: Fix formatting.
2001-10-08 neil * cppmacro.c (_cpp_create_definition): Leave comments...
2001-10-08 neil * cppmacro.c (funlike_invocation_p): Move some logic...
2001-10-02 neil * cpphash.h: Update comments.
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-28 neil * cpphash.h (struct cpp_buff): Make unsigned.
2001-09-27 neil * cpphash.h: Update comment.
2001-09-26 neil * cpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 neil * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_rel...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-17 neil * cpphash.h (_cpp_lex_direct): New.
2001-09-16 neil * cpphash.h (_cpp_lex_token): Update prototype.
2001-09-16 neil * cppmain.c (scan_translation_unit): Don't worry about
2001-09-15 neil * cpphash.h (struct cpp_reader): Remove lexer_pos...
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-11 neil * cpphash.h (struct tokenrun): New.
2001-09-05 neil * cppmacro.c (funlike_invocation_p): No need to restor...
2001-08-21 neil * cppfiles.c (stack_include_file): line-map.c now...
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * cppmacro.c (enter_macro_context): Push macro expansi...
2001-08-11 neil * c-lex.c (map): Make const.
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-08-01 neil * cpphash.h (struct cpp_reader): New members line...
2001-07-29 neil * cppexp.c (parse_defined): Always record the macro...
2001-06-23 neil * cppmacro.c (make_string_token): Avoid warning.
2001-06-21 neil PR preprocessor/3260
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-03-27 neil * cppmacro.c (stringify_arg): Null terminate strings.
2001-03-07 zack * c-parse.in (yylexname): New function, split out...
2001-03-03 neil * cpplex.c (_cpp_lex_token): Don't warn about directiv...
2001-03-03 neil * cpp.texi: Update.
2001-02-25 neil * cppinit.c (builtin_array): Update.
2001-02-14 neil * c-lex.c (lex_number): Only warn traditionally...
2001-02-06 neil * cppmacro.c (cpp_get_token): Avoid pasting...
next