Age | Commit message (Expand) | Author | Files | Lines |
2001-07-19 | c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases. | Neil Booth | 1 | -14/+15 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -2/+3 |
2001-05-11 | c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c... | Neil Booth | 1 | -201/+9 |
2001-03-03 | cpp.texi: Update. | Neil Booth | 1 | -1/+1 |
2001-03-02 | cpplib.c (_cpp_init_stacks): Cast enum for comparison. | John David Anglin | 1 | -1/+2 |
2001-02-14 | c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac... | Neil Booth | 1 | -1/+3 |
2001-02-07 | cpphash.h (struct spec_nodes): Add n_true and n_false. | Zack Weinberg | 1 | -10/+28 |
2001-02-06 | cppexp.c (parse_defined): Improve diagnostics for invalid syntax. | Neil Booth | 1 | -1/+14 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-22 | cppexp.c (parse_charconst): Change `mask' type to agree with parse_escape. | Alan Modra | 1 | -2/+3 |
2000-12-06 | osf.h: Standarize copyright statement. | Rodney Brown | 1 | -1/+2 |
2000-12-02 | * cppexp.c (parse_number): Update diagnostic test. | Neil Booth | 1 | -2/+3 |
2000-11-26 | cpplib.h (struct cpp_reader): Remove lang_asm. | Neil Booth | 1 | -3/+1 |
2000-11-20 | c-lang.c (lang_init_options): Update call to cpp_reader_init. | Neil Booth | 1 | -1/+3 |
2000-11-14 | cppexp.c (parse_defined): Call cpp_get_token not _cpp_get_token. | Neil Booth | 1 | -4/+5 |
2000-11-12 | cppexp.c: Don't worry about pfile->skipping. | Neil Booth | 1 | -5/+0 |
2000-11-11 | Remove CPP_PLACEMARKERs | Neil Booth | 1 | -4/+0 |
2000-11-06 | c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr... | Neil Booth | 1 | -3/+3 |
2000-10-28 | New macro expander. | Neil Booth | 1 | -70/+111 |
2000-09-11 | defaults.h: Provide default definitions for... | Zack Weinberg | 1 | -16/+1 |
2000-08-10 | c-lex.c (parse_float, yylex): For -Wtraditional, issue a warning about non-tr... | Kaveh R. Ghazi | 1 | -0/+2 |
2000-08-02 | cppexp.c, [...]: Do not use 'legal' or 'illegal' in error messages and comments. | Zack Weinberg | 1 | -1/+1 |
2000-07-24 | cppexp.c: Warn about unary + if -Wtraditional. | Zack Weinberg | 1 | -0/+4 |
2000-07-19 | cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo... | Zack Weinberg | 1 | -9/+17 |
2000-07-18 | cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five. | Zack Weinberg | 1 | -8/+7 |
2000-07-13 | cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_... | Zack Weinberg | 1 | -1/+1 |
2000-07-12 | cppexp.c (LOGICAL): Delete macro. | Zack Weinberg | 1 | -7/+16 |
2000-07-11 | [multiple changes] | Zack Weinberg | 1 | -1/+1 |
2000-07-09 | * cppexp.c (_cpp_parse_expr): Don't use unary plus. | Zack Weinberg | 1 | -1/+1 |
2000-07-08 | cpplib.h (struct cpp_name): Now struct cpp_string. | Zack Weinberg | 1 | -11/+12 |
2000-07-08 | cppexp.c: Update all code for new lexer interface. | Zack Weinberg | 1 | -446/+327 |
2000-07-05 | cpplex.c: Don't include sys/mman.h. | Zack Weinberg | 1 | -1/+1 |
2000-07-04 | top level: | Zack Weinberg | 1 | -75/+31 |
2000-05-30 | cpplib.c (do_if): Don't save and restore only_seen_white here. | Zack Weinberg | 1 | -0/+8 |
2000-05-28 | cppfiles.c: Read files in, using mmap if possible, then prescan them separately. | Zack Weinberg | 1 | -2/+2 |
2000-05-27 | cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist. | Neil Booth | 1 | -1/+1 |
2000-05-18 | cppexp.c (parse_assertion): New. | Zack Weinberg | 1 | -21/+87 |
2000-05-10 | cppexp.c (lex): Use %.*s to print non-NUL-terminated string. | Zack Weinberg | 1 | -2/+2 |
2000-05-04 | cpphash.h (U): New define, to correct type of string constants. | Zack Weinberg | 1 | -2/+2 |
2000-05-03 | cppexp.c (op_t): Make an int. | Jason Merrill | 1 | -1/+1 |
2000-05-01 | cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. | Zack Weinberg | 1 | -1/+0 |
2000-04-20 | cpplib.h (enum cpp_ttype): Add token types for all punctuators. | Zack Weinberg | 1 | -2/+2 |
2000-04-18 | conflict.c (conflict_graph_add): Pass enum type to htab_find_slot. | Richard Kenner | 1 | -7/+3 |
2000-04-18 | cppexp.c (lex): Don't assume tokens are NUL terminated. | Zack Weinberg | 1 | -1/+1 |
2000-04-11 | cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere. | Zack Weinberg | 1 | -2/+2 |
2000-04-08 | cppexp.c (parse_charconst): Null does not end character constants. | Neil Booth | 1 | -1/+1 |
2000-04-03 | cppexp.c: wrap long lines. | Neil Booth | 1 | -78/+73 |
2000-04-02 | cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++. | Zack Weinberg | 1 | -0/+5 |
2000-04-02 | cppexp.c: New typedef op_t. | Neil Booth | 1 | -14/+36 |
2000-04-02 | cppexp.c: New FINISHED dummy token. | Neil Booth | 1 | -186/+190 |