aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-19cpplex.c (_cpp_scan_until): Clear AUX field of tokens.Zack Weinberg1-0/+1
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-191/+227
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth1-13/+21
2000-05-17cpplex.c (expand_name_space): Don't use ptrdiff_t.Neil Booth1-4/+2
2000-05-15cpplex.c (parse_string2): Update comment.Neil Booth1-12/+3
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth1-50/+68
2000-05-10cpplex.c (spell_token): New function.Neil Booth1-119/+76
2000-05-10cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag when removing escaped...Neil Booth1-18/+19
2000-05-08cpplex.c (spell_token): New function.Neil Booth1-62/+80
2000-05-07cpplex.c: Move new lexer definitions and prototypes to top.Neil Booth1-102/+106
2000-05-04cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservat...Zack Weinberg1-1/+5
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg1-3/+3
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg1-19/+18
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-54/+42
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-2/+2
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg1-0/+31
2000-04-28cpplex.c (_cpp_scan_line): Fix buffer overwrite.Scott Bambrough1-1/+1
2000-04-27cpplib.h: "~=" is not a single pp-token.Neil Booth1-13/+13
2000-04-27cpplex.c (spell_other, spell_char): Remove.Neil Booth1-60/+28
2000-04-26* cpplex.c: fix typos in commentNeil Booth1-9/+10
2000-04-26* cpplex.c: add comment describing lexer algorithm.Neil Booth1-0/+90
2000-04-25[multiple changes]Zack Weinberg1-23/+1362
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-1361/+21
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