summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * system.h: Include symcat.h.ghazi2001-03-271-1/+0
* * c-parse.in (yylexname): New function, split out of _yylex.zack2001-03-071-32/+2
* * cppfiles.c (_cpp_execute_include): Don't make a null-terminatedneil2001-03-041-39/+19
* * cpplex.c (_cpp_lex_token): Don't warn about directives inneil2001-03-031-31/+29
* * cpplex.c (parse_string): Unconditionally pedwarn.neil2001-03-031-2/+1
* * cpp.texi: Update.neil2001-03-031-5/+3
* * cpplib.c (_cpp_init_stacks): Cast enum for comparison.danglin2001-03-021-6/+8
* * cpphash.h: Rename _ALIGN POOL_ALIGN.neil2001-02-031-2/+2
* * cpphash.h: Rename ALIGN _ALIGN.neil2001-02-031-2/+2
* * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.neil2001-02-011-3/+4
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-1/+1
* * cpplib.h (struct cpp_reader): Remove references to string_poolneil2000-12-171-5/+5
* * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.neil2000-12-091-3/+4
* * cpplex.c (skip_escaped_newlines): Don't warn for spaces betweenneil2000-12-061-1/+1
* * cppinit.c (initialize): Forgotten prototype.neil2000-12-011-8/+10
* * cpplib.h (struct cpp_reader): Remove lang_asm.neil2000-11-261-6/+4
* * cpplex.c (trigraph_ok): Ensure we don't warn twice.neil2000-11-221-3/+7
* * cppexp.c (parse_defined): Call cpp_get_token notneil2000-11-141-2/+2
* * 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