aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-20cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg1-23/+21
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-15/+32
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-49/+33
2000-07-18cpplex.c (cpp_scan_buffer): Output line command even at the stop buffer, prov...Jakub Jelinek1-1/+4
2000-07-18[multiple changes]Zack Weinberg1-6/+13
2000-07-16cpplex.c: Update comments.Neil Booth1-4/+165
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg1-7/+34
2000-07-13cpplex.c (adjust_column): New funcion.Neil Booth1-15/+29
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-127/+115
2000-07-12Oops, use CPP_WTRADITIONAL, not CPP_TRADITIONAL.Kaveh R. Ghazi1-1/+1
2000-07-12* cpplex.c (is_macro_disabled): Use CPP_TRADITIONAL.Kaveh R. Ghazi1-1/+1
2000-07-12cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth1-1/+0
2000-07-11[multiple changes]Zack Weinberg1-198/+235
2000-07-11* cpplex.c (T, I, S, C, N): Avoid non-constant initializers.Kaveh R. Ghazi1-5/+5
2000-07-11cppinit.c: (cpp_reader_init): Allow digraphs by default.Neil Booth1-24/+36
2000-07-09cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth1-70/+60
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-128/+114
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-30/+26
2000-07-08cpphash.c (is__va_args__): New function.Neil Booth1-4/+8
2000-07-07system.h (UNION_INIT_ZERO): New macro for initializing union members in structs.Kaveh R. Ghazi1-2/+2
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-76/+0
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