aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-21/+1361
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-2/+2
2000-04-22cpphash.c (trad_stringify, add_pat): New functions.Zack Weinberg1-7/+20
2000-04-21cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg1-48/+52
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-21/+194
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-0/+1
2000-04-18cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the mark is active.Mark Mitchell1-1/+2
2000-04-18cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg1-5/+0
2000-04-16cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it to offset * 2.Zack Weinberg1-1/+1
2000-04-16cpplex.c (output_line_command): Remove debugging prints.Zack Weinberg1-16/+23
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-68/+189
2000-04-13cpplex.c (_cpp_lex_token): Handle digraphs.Jason Merrill1-29/+71
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-34/+17
2000-04-10cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC ().Neil Booth1-16/+24
2000-04-08cppexp.c (parse_charconst): Null does not end character constants.Neil Booth1-16/+55
2000-04-06cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg1-60/+121
2000-04-04cpplex.c (trigraph_map, speccase): Combine into single table, chartab.Zack Weinberg1-36/+24
2000-04-02cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg1-3/+9
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-6/+0
2000-04-01cpplex.c: Copy ISTABLE macros from cppinit.c...Zack Weinberg1-40/+62
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-29/+28
2000-03-282000-03-28 Neil Booth <NeilB@earthling.net>Neil Booth1-170/+132
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-0/+1620