Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-04-04 | cpplex.c (trigraph_map, speccase): Combine into single table, chartab. | Zack Weinberg | 1 | -36/+24 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -3/+9 |
2000-04-01 | cpplib.c: Include symcat.h. | Zack Weinberg | 1 | -6/+0 |
2000-04-01 | cpplex.c: Copy ISTABLE macros from cppinit.c... | Zack Weinberg | 1 | -40/+62 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -29/+28 |
2000-03-28 | 2000-03-28 Neil Booth <NeilB@earthling.net> | Neil Booth | 1 | -170/+132 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -0/+1620 |