aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)Author
2001-02-03 * cpphash.h: Rename _ALIGN POOL_ALIGN.Neil Booth
2001-02-03 * cpphash.h: Rename ALIGN _ALIGN.Neil Booth
2001-02-01 * cpphash.h (struct cpp_buffer): Move saved_flags from cpp_reader.Neil Booth
2001-01-28 * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)Neil Booth
2000-12-17 * cpplib.h (struct cpp_reader): Remove references to string_poolNeil Booth
2000-12-09 * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.Neil Booth
2000-12-06 * cpplex.c (skip_escaped_newlines): Don't warn for spaces betweenSylvain Pion
2000-12-01 * cppinit.c (initialize): Forgotten prototype.Neil Booth
2000-11-26 * cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth
2000-11-22 * cpplex.c (trigraph_ok): Ensure we don't warn twice.Neil Booth
2000-11-14 * cppexp.c (parse_defined): Call cpp_get_token notNeil Booth
2000-11-13 * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOFNeil Booth
2000-11-12 * cppexp.c: Don't worry about pfile->skipping.Neil Booth
2000-11-11 Remove CPP_PLACEMARKERsNeil Booth
2000-11-09 * cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth
2000-11-08 Move directive handling into the lexer itself.Neil Booth
2000-11-06 * cpplex.c (_cpp_equiv_tokens): Check arg_no in theNeil Booth
2000-11-06 * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c orNeil Booth
2000-11-04 * cpplex.c (parse_string): Don't allow multiline strings inNeil Booth
2000-11-01 * c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth
2000-10-30 * cppfiles.c (stack_include_file): Check for stacked contextsNeil Booth
2000-10-29 * cpplex.c (save_comment): Don't store new lines in C++ comments.Neil Booth
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-28 * cpperror.c (_cpp_begin_message): Do the test for suppressionNeil Booth
2000-09-25 * cpplex.c (parse_args): Don't set VOID_REST flag.Neil Booth
2000-09-252000-09-25 Branko Cibej <branko.cibej@hermes.si>Branko Cibej
2000-09-25 * cpplex.c (save_comment): Only store the initial '/'Neil Booth
2000-09-25 * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,Neil Booth
2000-09-24 * cpplex.c: Update TODO comment.Neil Booth
2000-09-23 * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,Neil Booth
2000-09-19 * cpplex.c (lex_line): Drop the EOF token for unknownNeil Booth
2000-09-18 * cpphash.h (HASHSTEP): Take character rather than pointerNeil Booth
2000-09-16 * cpplex.c (push_macro_context): Set an argument's level afterNeil Booth
2000-09-15 * cpplex.c (ON_REST_ARG): Correct the test.Neil Booth
2000-09-12 * cppfiles.c: Move all default-#defines to top of file.Zack Weinberg
2000-09-04 * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,Jakub Jelinek
2000-08-29 * cpperror.c (print_file_and_line): If line is (unsigned int)-1,Zack Weinberg
2000-08-28 * cpplex.c (parse_string): Don't look for backslashGreg McGary
2000-08-25 * cpplex.c (is_macro_disabled): Caller has already checkedNeil Booth
2000-08-23 * cpphash.h (IN_I): New flag for directive table.Zack Weinberg
2000-08-202000-08-20 Zack Weinberg <zack@wolery.cumb.org>Zack Weinberg
2000-08-18 * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth
2000-08-09 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEZack Weinberg
2000-08-04 * cpplex.c (parse_name): Might have to glue a CPP_OTHER tokenZack Weinberg
2000-08-02 * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,Zack Weinberg
2000-08-02 * cpperror.c (v_message): Split into _cpp_begin_message andZack Weinberg
2000-07-312000-07-31 Jakub Jelinek <jakub@redhat.com>Zack Weinberg
2000-07-24 * cppexp.c: Warn about unary + if -Wtraditional.Zack Weinberg
2000-07-20 * cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg
2000-07-19 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into blockZack Weinberg