summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
Commit message (Expand)AuthorAgeFilesLines
* * alias.c: Fix comment formatting.kazu2001-08-011-2/+2
* * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.neil2001-08-011-7/+16
* * cppexp.c (parse_defined): Always record the macro name.neil2001-07-291-1/+1
* * cpphash.h (struct_lexer_state): Delete was_skipping.neil2001-07-261-5/+5
* * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001neil2001-05-301-2/+0
* * cpp.texi: Update for handling of charconsts.neil2001-05-231-32/+34
* * c-lex.c (read_escape, read_ucs): Delete.neil2001-05-231-34/+39
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-15/+9
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-8/+9
* * cpplex.c (_cpp_lex_token, '/' case): Comments can't appearnathan2001-05-161-1/+3
* * cpplex.c (_cpp_lex_token): Ensure we warn at most onceneil2001-05-121-3/+5
* * c-lex.c (lex_charconst): Convert into a simple wrapperneil2001-05-111-0/+349
* * cpplex.c (_cpp_lex_token): Only warn if -Wcomment.jakub2001-04-111-1/+1
* * 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