Age | Commit message (Expand) | Author | Files | Lines |
2000-06-28 | Back it out temporarily. | Jakub Jelinek | 1 | -16/+15 |
2000-06-28 | cpplex.c (output_line_command): Output correct #line if a header is including... | Jakub Jelinek | 1 | -15/+16 |
2000-06-21 | cppfiles.c: Include splay-tree.h, not hashtab.h. | Zack Weinberg | 1 | -8/+15 |
2000-06-20 | cpplex.c (parse_name): Don't warn about $ in identifiers if skipping. | Zack Weinberg | 1 | -1/+4 |
2000-06-01 | [multiple changes] | Zack Weinberg | 1 | -2/+2 |
2000-05-29 | cpplib.h (cpp_reader): Remove if_stack. | Zack Weinberg | 1 | -17/+32 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -184/+115 |
2000-05-28 | cpplex.c (_cpp_lex_line): Merge vertical space. | Neil Booth | 1 | -37/+25 |
2000-05-27 | cpplex.c (_cpp_init_toklist): No comment space to initialise. | Neil Booth | 1 | -79/+23 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -70/+103 |
2000-05-26 | cpplex.c (maybe_macroexpand): Warn about function-like macros used in non-fun... | Zack Weinberg | 1 | -0/+6 |
2000-05-19 | cpplex.c (_cpp_scan_until): Clear AUX field of tokens. | Zack Weinberg | 1 | -0/+1 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -191/+227 |
2000-05-18 | cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size. | Neil Booth | 1 | -13/+21 |
2000-05-17 | cpplex.c (expand_name_space): Don't use ptrdiff_t. | Neil Booth | 1 | -4/+2 |
2000-05-15 | cpplex.c (parse_string2): Update comment. | Neil Booth | 1 | -12/+3 |
2000-05-14 | cpphash.c (trad_stringify, [...]): Make some pointers pointers to const. | Neil Booth | 1 | -50/+68 |
2000-05-10 | cpplex.c (spell_token): New function. | Neil Booth | 1 | -119/+76 |
2000-05-10 | cpplex.c (_cpp_lex_line): Maintain PREV_WHITESPACE flag when removing escaped... | Neil Booth | 1 | -18/+19 |
2000-05-08 | cpplex.c (spell_token): New function. | Neil Booth | 1 | -62/+80 |
2000-05-07 | cpplex.c: Move new lexer definitions and prototypes to top. | Neil Booth | 1 | -102/+106 |
2000-05-04 | cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservat... | Zack Weinberg | 1 | -1/+5 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -3/+3 |
2000-05-03 | cpplib.h: Add accessor macros for token lists. | Zack Weinberg | 1 | -19/+18 |
2000-05-02 | cpplib.h (CPP_POP, [...]): Delete. | Zack Weinberg | 1 | -54/+42 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -2/+2 |
2000-04-30 | cpplex.c (cpp_idcmp): New function. | Zack Weinberg | 1 | -0/+31 |
2000-04-28 | cpplex.c (_cpp_scan_line): Fix buffer overwrite. | Scott Bambrough | 1 | -1/+1 |
2000-04-27 | cpplib.h: "~=" is not a single pp-token. | Neil Booth | 1 | -13/+13 |
2000-04-27 | cpplex.c (spell_other, spell_char): Remove. | Neil Booth | 1 | -60/+28 |
2000-04-26 | * cpplex.c: fix typos in comment | Neil Booth | 1 | -9/+10 |
2000-04-26 | * cpplex.c: add comment describing lexer algorithm. | Neil Booth | 1 | -0/+90 |
2000-04-25 | [multiple changes] | Zack Weinberg | 1 | -23/+1362 |
2000-04-25 | * Revert previous patch until build failure cause determined. | Neil Booth | 1 | -1361/+21 |
2000-04-24 | cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | Neil Booth | 1 | -21/+1361 |
2000-04-23 | cpphash.h (struct definition): Move file, line, col members... | Zack Weinberg | 1 | -2/+2 |
2000-04-22 | cpphash.c (trad_stringify, add_pat): New functions. | Zack Weinberg | 1 | -7/+20 |
2000-04-21 | cpphash.c (struct arg, [...]): Const-ify strings. | Zack Weinberg | 1 | -48/+52 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -21/+194 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -0/+1 |
2000-04-18 | cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the mark is active. | Mark Mitchell | 1 | -1/+2 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -5/+0 |
2000-04-16 | cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it to offset * 2. | Zack Weinberg | 1 | -1/+1 |
2000-04-16 | cpplex.c (output_line_command): Remove debugging prints. | Zack Weinberg | 1 | -16/+23 |
2000-04-14 | cpplex.c (cpp_output_tokens, [...]): New public interfaces. | Zack Weinberg | 1 | -68/+189 |
2000-04-13 | cpplex.c (_cpp_lex_token): Handle digraphs. | Jason Merrill | 1 | -29/+71 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -34/+17 |
2000-04-10 | cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC (). | Neil Booth | 1 | -16/+24 |
2000-04-08 | cppexp.c (parse_charconst): Null does not end character constants. | Neil Booth | 1 | -16/+55 |
2000-04-06 | cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete. | Zack Weinberg | 1 | -60/+121 |