| Commit message (Expand) | Author | Age | Files | Lines |
* | * cpplex.c (cpp_idcmp): New function. | zack | 2000-04-30 | 1 | -0/+31 |
* | 2000-04-28 Scott Bambrough <scottb@netwinder.org> | scottb | 2000-04-28 | 1 | -1/+1 |
* | 2000-04-26 Neil Booth <NeilB@earthling.net> | zack | 2000-04-27 | 1 | -13/+13 |
* | * cpplex.c (spell_other, spell_char): Remove. | neil | 2000-04-27 | 1 | -60/+28 |
* | * cpplex.c: fix typos in comment | neil | 2000-04-26 | 1 | -9/+10 |
* | * cpplex.c: add comment describing lexer algorithm. | neil | 2000-04-26 | 1 | -0/+90 |
* | 2000-04-25 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-04-25 | 1 | -23/+1362 |
* | * Revert previous patch until build failure cause determined. | neil | 2000-04-25 | 1 | -1361/+21 |
* | * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE. | neil | 2000-04-24 | 1 | -21/+1361 |
* | * cpphash.h (struct definition): Move file, line, col members... | zack | 2000-04-23 | 1 | -2/+2 |
* | * cpphash.c (trad_stringify, add_pat): New functions. | zack | 2000-04-22 | 1 | -7/+20 |
* | * cpphash.c (struct arg, struct arglist): Const-ify strings. | zack | 2000-04-21 | 1 | -48/+52 |
* | * cpplib.h (enum cpp_ttype): Add token types for all | zack | 2000-04-20 | 1 | -21/+194 |
* | * gcc/conflict.c (conflict_graph_add): Pass enum type to | kenner | 2000-04-18 | 1 | -0/+1 |
* | * cpplex.c (_cpp_lex_token): Don't call CPP_BUMP_LINE when the | mmitchel | 2000-04-18 | 1 | -1/+2 |
* | * cppexp.c (lex): Don't assume tokens are NUL terminated. | zack | 2000-04-18 | 1 | -5/+0 |
* | * cpplex.c (_cpp_read_and_prescan): Enlarge len by setting it | zack | 2000-04-16 | 1 | -1/+1 |
* | * cpplex.c (output_line_command): Remove debugging prints. | zack | 2000-04-16 | 1 | -16/+23 |
* | * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New public | zack | 2000-04-14 | 1 | -68/+189 |
* | * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate | jason | 2000-04-13 | 1 | -29/+71 |
* | * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, | zack | 2000-04-11 | 1 | -34/+17 |
* | * cpplex.c (skip_block_comment): Use pointer arithmetic rather | neil | 2000-04-10 | 1 | -16/+24 |
* | * cppexp.c (parse_charconst): Null does not end character | neil | 2000-04-08 | 1 | -16/+55 |
* | * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC): Delete. | zack | 2000-04-06 | 1 | -60/+121 |
* | * cpplex.c (trigraph_map, speccase): Combine into single | zack | 2000-04-04 | 1 | -36/+24 |
* | * cppinit.c (cpp_start_read): Turn off -Wtraditional if | zack | 2000-04-02 | 1 | -3/+9 |
* | * cpplib.c: Include symcat.h. Add 'origin' field to struct | zack | 2000-04-01 | 1 | -6/+0 |
* | * cpplex.c: Copy ISTABLE macros from cppinit.c, and adapt them | zack | 2000-04-01 | 1 | -40/+62 |
* | * cpplib.h: Merge struct cpp_options into struct cpp_reader. | zack | 2000-03-31 | 1 | -29/+28 |
* | 2000-03-28 Neil Booth <NeilB@earthling.net> | neil | 2000-03-28 | 1 | -170/+132 |
* | * Makefile.in (LIBCPP_OBJS): Add cpplex.o. | zack | 2000-03-13 | 1 | -0/+1620 |