OSDN Git Service

* ChangeLog: Follow spelling conventions.
[pf3gnuchains/gcc-fork.git] / gcc / cppmacro.c
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...
2001-02-04 mmitchel * cppinit.c (BC): New macro.
2001-02-01 neil * cpphash.h (struct cpp_buffer): Move saved_fla...
2001-01-31 neil * cpphash.h (struct cpp_reader): New saved_flags.
2001-01-28 neil * cpphash.c (_cpp_cleanup_hashtable, _cpp_looku...
2001-01-20 neil * cppmacro.c (funlike_invocation_p): Don't...
2001-01-09 aoliva* cppinit.c (cpp_cleanup): NULLify macro_buffer and...
2000-12-17 neil * cpplib.h (struct cpp_reader): Remove referenc...
2000-12-11 neil * cpperror.c (print_location): New function.
2000-12-09 neil * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD)...
2000-12-03 neil * cppmacro.c (funlike_invocation_p): Re-disable...
2000-12-01 neil * cppinit.c (initialize): Forgotten prototype.
2000-11-28 neil * cppmacro.c (cpp_scan_buffer_nooutput): Take...
2000-11-27 neil * cppinit.c (cpp_reader_init): Remove handling...
2000-11-26 neil * cppmacro.c (cpp_scan_buffer_nooutput): Only...
2000-11-26 neil * cpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-20 neil * cppmacro.c (paste_tokens): Rename from paste_...
2000-11-19 ghaziWarning fixes:
2000-11-15 neil * cpplib.c (start_directive, end_directive...
2000-11-14 neil * cppexp.c (parse_defined): Call cpp_get_token not
next