aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-04cpplex.c: Fix trigraph replacement within strings.Neil Booth1-1/+1
2000-07-04top level:Zack Weinberg1-1878/+1893
2000-07-02cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek1-15/+18
2000-06-28Back it out temporarily.Jakub Jelinek1-16/+15
2000-06-28cpplex.c (output_line_command): Output correct #line if a header is including...Jakub Jelinek1-15/+16
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-8/+15
2000-06-20cpplex.c (parse_name): Don't warn about $ in identifiers if skipping.Zack Weinberg1-1/+4
2000-06-01[multiple changes]Zack Weinberg1-2/+2
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg1-17/+32
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-184/+115
2000-05-28cpplex.c (_cpp_lex_line): Merge vertical space.Neil Booth1-37/+25
2000-05-27cpplex.c (_cpp_init_toklist): No comment space to initialise.Neil Booth1-79/+23
2000-05-27cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth1-70/+103
2000-05-26cpplex.c (maybe_macroexpand): Warn about function-like macros used in non-fun...Zack Weinberg1-0/+6
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