summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.ghazi2000-07-111-5/+5
* * cppinit.c: (cpp_reader_init): Allow digraphs by default.neil2000-07-111-24/+36
* * cpphash.h: ISvspace, is_vspace, is_nvspace: New.neil2000-07-091-70/+60
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-128/+114
* * cppexp.c: Update all code for new lexer interface.zack2000-07-081-30/+26
* * cpphash.c (is__va_args__): New function.neil2000-07-081-4/+8
* * system.h (UNION_INIT_ZERO): New macro for initializing unionghazi2000-07-071-2/+2
* toplevel:zack2000-07-051-76/+0
* * cpplex.c: Fix trigraph replacement within strings.neil2000-07-041-1/+1
* top level:zack2000-07-041-1878/+1893
* * cpplib.h (struct cpp_reader): New field include_depth.jakub2000-07-021-15/+18
* Back it out temporarily.jakub2000-06-281-16/+15