OSDN Git Service

PR c/5420:
[pf3gnuchains/gcc-fork.git] / gcc / cppmacro.c
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
2000-11-13 neil * cpplex.c (_cpp_lex_token): CPP_COMMENT and...
2000-11-12 neil * cppexp.c: Don't worry about pfile->skipping.
2000-11-11 neil Remove CPP_PLACEMARKERs
2000-11-09 neil * cpphash.c: Move cpp_defined here from cpplib.c.
2000-11-08 neil Move directive handling into the lexer itself.
2000-11-06 neil * c-lex.c (c_lex): Replace tok.val.aux with tok.val...
2000-11-01 neil * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
2000-10-31 neil * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to...
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-30 mmitchel * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
2000-10-29 neil * cppmacro.c (_cpp_create_definition): Optimize the...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-25 neil * cpphash.h (_cpp_digraph_spellings, _cpp_process_dire...
2000-09-15 gkm * cppmacro.c (check_trad_stringification): Check token
2000-09-10 ghazi * cppmacro.c (check_trad_stringification): New function.
2000-08-17 neil * cppinit.c (cpp_cleanup): Free include dir chains.
2000-08-09 zack * configure.in (--enable-c-cpplib): Uncomment. Use...
2000-08-04 zack * cpplex.c (parse_name): Might have to glue a CPP_OTHE...
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
2000-07-31 zack2000-07-31 Jakub Jelinek <jakub@redhat.com>
2000-07-20 zack * cppmacro.c (CAN_PASTE_AFTER): New macro.
2000-07-18 zack * cpplib.h (TTYPE_TABLE): Rearrange to use only two...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>