summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFneil2000-11-131-6/+6
* * cppexp.c: Don't worry about pfile->skipping.neil2000-11-121-0/+7
* Remove CPP_PLACEMARKERsneil2000-11-111-5/+5
* * cpphash.c: Move cpp_defined here from cpplib.c.neil2000-11-091-29/+22
* Move directive handling into the lexer itself.neil2000-11-081-5/+38
* * cpplex.c (_cpp_equiv_tokens): Check arg_no in theneil2000-11-061-1/+1
* * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orneil2000-11-061-7/+7
* * cpplex.c (parse_string): Don't allow multiline strings inneil2000-11-041-2/+2
* * c-parse.in (_yylex): Remove CPP_BACKSLASH case.neil2000-11-011-1/+1
* * cppfiles.c (stack_include_file): Check for stacked contextsneil2000-10-301-49/+55
* * cpplex.c (save_comment): Don't store new lines in C++ comments.neil2000-10-291-0/+4
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-1881/+519
* * cpperror.c (_cpp_begin_message): Do the test for suppressionneil2000-09-281-9/+8
* * cpplex.c (parse_args): Don't set VOID_REST flag.neil2000-09-251-25/+12
* 2000-09-25 Branko Cibej <branko.cibej@hermes.si>bkoz2000-09-251-3/+17
* * cpplex.c (save_comment): Only store the initial '/'neil2000-09-251-47/+35
* * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,neil2000-09-251-327/+9
* * cpplex.c: Update TODO comment.neil2000-09-241-3/+0
* * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,neil2000-09-231-105/+122
* * cpplex.c (lex_line): Drop the EOF token for unknownneil2000-09-191-5/+5
* * cpphash.h (HASHSTEP): Take character rather than pointerneil2000-09-181-1055/+920
* * cpplex.c (push_macro_context): Set an argument's level afterneil2000-09-161-1/+2
* * cpplex.c (ON_REST_ARG): Correct the test.neil2000-09-151-5/+8
* * cppfiles.c: Move all default-#defines to top of file.zack2000-09-121-32/+40
* * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,jakub2000-09-041-3/+3
* * cpperror.c (print_file_and_line): If line is (unsigned int)-1,zack2000-08-291-1/+8
* * cpplex.c (parse_string): Don't look for backslashgkm2000-08-281-1/+1
* * cpplex.c (is_macro_disabled): Caller has already checkedneil2000-08-251-4/+0
* * cpphash.h (IN_I): New flag for directive table.zack2000-08-231-0/+5
* 2000-08-20 Zack Weinberg <zack@wolery.cumb.org>zack2000-08-201-4/+7
* * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.neil2000-08-181-36/+6
* * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEzack2000-08-091-1/+6
* * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenzack2000-08-041-36/+75
* * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,zack2000-08-021-7/+23
* * cpperror.c (v_message): Split into _cpp_begin_message andzack2000-08-021-250/+210
* 2000-07-31 Jakub Jelinek <jakub@redhat.com>zack2000-07-311-4/+20
* * cppexp.c: Warn about unary + if -Wtraditional.zack2000-07-241-4/+2
* * cppmacro.c (CAN_PASTE_AFTER): New macro.zack2000-07-201-23/+21
* * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockzack2000-07-191-15/+32
* * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entryzack2000-07-181-49/+33
* * cpplex.c (cpp_scan_buffer): Output line command even at the stopjakub2000-07-181-1/+4
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-6/+13
* * cpplex.c: Update comments.neil2000-07-161-4/+165
* * cpphash.c (save_expansion): Clear PREV_WHITE on tokenszack2000-07-151-7/+34
* * cpplex.c (adjust_column): New funcion.neil2000-07-131-15/+29
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-127/+115
* Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.ghazi2000-07-121-1/+1
* * cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.ghazi2000-07-121-1/+1
* * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.neil2000-07-121-1/+0
* 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-111-198/+235