summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * cpplex.c (output_line_command): Output correct #line if a headerjakub2000-06-281-15/+16
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-8/+15
* * cpplex.c (parse_name): Don't warn about $ in identifiers ifzack2000-06-201-1/+4
* 2000-06-01 Zack Weinberg <zack@wolery.cumb.org>zack2000-06-011-2/+2
* * cpplib.h (cpp_reader): Remove if_stack. Changezack2000-05-291-17/+32
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-184/+115
* * cpplex.c (_cpp_lex_line): Merge vertical space. Flagneil2000-05-281-37/+25