summaryrefslogtreecommitdiff
path: root/gcc/cppmacro.c
Commit message (Expand)AuthorAgeFilesLines
* * cppmacro.c (paste_tokens): Rename from paste_payloads.neil2000-11-201-74/+84
* Warning fixes:ghazi2000-11-191-1/+1
* * cpplib.c (start_directive, end_directive): New functions.neil2000-11-151-1/+4
* * cppexp.c (parse_defined): Call cpp_get_token notneil2000-11-141-30/+26
* * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFneil2000-11-131-44/+36
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-31/+9
* Remove CPP_PLACEMARKERsneil2000-11-111-130/+112
* * cpphash.c: Move cpp_defined here from cpplib.c.neil2000-11-091-15/+12
* Move directive handling into the lexer itself.neil2000-11-081-25/+0
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-8/+8
* * c-parse.in (_yylex): Remove CPP_BACKSLASH case.neil2000-11-011-1/+1
* * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 ifneil2000-10-311-3/+5
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-15/+29
* * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.mmitchel2000-10-301-1/+1
* * cppmacro.c (_cpp_create_definition): Optimize the case ofneil2000-10-291-1/+5
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-418/+1473
* * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,neil2000-09-251-52/+0
* * cppmacro.c (check_trad_stringification): Check tokengkm2000-09-151-2/+4
* * cppmacro.c (check_trad_stringification): New function.ghazi2000-09-101-0/+52
* * cppinit.c (cpp_cleanup): Free include dir chains.neil2000-08-171-0/+12
* * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEzack2000-08-091-1/+1
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-041-2/+4
* * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack2000-08-021-2/+2
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-41/+28
* 2000-07-31 Jakub Jelinek <jakub@redhat.com>zack2000-07-311-2/+5
* * cppmacro.c (CAN_PASTE_AFTER): New macro.zack2000-07-201-5/+17
* * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack2000-07-181-0/+1
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-0/+603