OSDN Git Service

Fix copyright problems reported by Doug Evans.
[pf3gnuchains/gcc-fork.git] / gcc / cppmacro.c
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>