| Commit message (Expand) | Author | Age | Files | Lines |
* | toplevel: | zack | 2000-07-05 | 1 | -1/+1 |
* | top level: | zack | 2000-07-04 | 1 | -75/+31 |
* | * cpplib.c (do_if): Don't save and restore only_seen_white here. | zack | 2000-05-30 | 1 | -0/+8 |
* | * cppfiles.c: Read files in, using mmap if possible, then | zack | 2000-05-28 | 1 | -2/+2 |
* | * cppexp.c (parse_assertion): Supply extra argument to | neil | 2000-05-27 | 1 | -1/+1 |
* | * cppexp.c (parse_assertion): New. | zack | 2000-05-18 | 1 | -21/+87 |
* | * cppexp.c (lex): Use %.*s to print non-NUL-terminated string. | zack | 2000-05-10 | 1 | -2/+2 |
* | gcc: | zack | 2000-05-04 | 1 | -2/+2 |
* | * cppexp.c (op_t): Make an int. | jason | 2000-05-03 | 1 | -1/+1 |
* | * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now | zack | 2000-05-01 | 1 | -1/+0 |
* | * cpplib.h (enum cpp_ttype): Add token types for all | zack | 2000-04-20 | 1 | -2/+2 |
* | * gcc/conflict.c (conflict_graph_add): Pass enum type to | kenner | 2000-04-18 | 1 | -7/+3 |
* | * cppexp.c (lex): Don't assume tokens are NUL terminated. | zack | 2000-04-18 | 1 | -1/+1 |
* | * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c, | zack | 2000-04-11 | 1 | -2/+2 |
* | * cppexp.c (parse_charconst): Null does not end character | neil | 2000-04-08 | 1 | -1/+1 |
* | * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERROR | neil | 2000-04-03 | 1 | -78/+73 |
* | * cppinit.c (cpp_start_read): Turn off -Wtraditional if | zack | 2000-04-02 | 1 | -0/+5 |
* | * cppexp.c: New typedef op_t. struct operation and struct | neil | 2000-04-02 | 1 | -14/+36 |
* | * cppexp.c: New FINISHED dummy token. Combine operator initial | neil | 2000-04-02 | 1 | -186/+190 |
* | * cppexp.c: Redefine priority constants. | neil | 2000-04-01 | 1 | -64/+77 |
* | * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed | neil | 2000-04-01 | 1 | -62/+68 |
* | * cpplib.h: Merge struct cpp_options into struct cpp_reader. | zack | 2000-03-31 | 1 | -3/+3 |
* | * cppexp.c: Delete SKIP_OPERAND. Correct priority | neil | 2000-03-31 | 1 | -13/+19 |
* | * Makefile.in (LIBCPP_OBJS): Add cpplex.o. | zack | 2000-03-13 | 1 | -8/+15 |
* | * Makefile.in (LIBCPP_DEPS): New macro. | zack | 2000-03-08 | 1 | -8/+5 |
* | 2000-03-07 Neil Booth <NeilB@earthling.net> | zack | 2000-03-07 | 1 | -11/+13 |
* | * cppfiles.c (_cpp_find_include_file): Make sure ih->name is | zack | 2000-03-07 | 1 | -39/+29 |
* | * cpplib.h (_dollar_ok): New macro. | zack | 2000-03-04 | 1 | -2/+2 |
* | * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): New | zack | 2000-03-01 | 1 | -47/+59 |
* | * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | aoliva | 2000-02-23 | 1 | -1/+4 |
* | * cppexp.c: Don't include cpphash.h. | zack | 2000-02-10 | 1 | -69/+42 |
* | * cpplib.h: Provide HASHNODE typedef and forward decl of | zack | 2000-02-10 | 1 | -2/+2 |
* | * cpplib.c (my_strerror, cpp_error, cpp_error_with_line, | zack | 2000-02-06 | 1 | -2/+2 |
* | 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-10-29 | 1 | -7/+7 |
* | 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-10-15 | 1 | -3/+4 |
* | * Makefile.in (cppexp.o): Depend on cpphash.h. | geoffk | 1999-09-09 | 1 | -3/+10 |
* | Linas Vepstas <linas@linas.org> | rth | 1999-09-08 | 1 | -1/+1 |
* | * cpperror.c (cpp_file_line_for_message): Constify a char*. | ghazi | 1999-09-07 | 1 | -2/+6 |
* | 1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-14 | 1 | -1/+2 |
* | 1999-04-06 12:56 -0400 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-04-06 | 1 | -3/+3 |
* | 1999-03-16 16:06 -0500 Zack Weinberg <zack@rabi.columbia.edu> | brolley | 1999-03-16 | 1 | -5/+3 |
* | * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE, | ghazi | 1999-02-25 | 1 | -23/+23 |
* | * Makefile.in (cppmain.o, cpplib.o, cpphash.o, cppalloc.o, | ghazi | 1999-02-25 | 1 | -25/+17 |
* | 1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.columbia.edu> | zack | 1999-02-18 | 1 | -1/+1 |
* | 1999-02-08 23:25 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu> | zack | 1999-02-08 | 1 | -4/+46 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -10/+7 |
* | 1999-01-25 14:26 -0500 Zack Weinberg <zack@rabi.columbia.edu> | brolley | 1999-01-25 | 1 | -212/+214 |
* | Thu Jan 21 15:48:03 1999 Dave Brolley <brolley@cygnus.com> | brolley | 1999-01-21 | 1 | -2/+13 |
* | 1998-12-15 Zack Weinberg <zack@rabi.phys.columbia.edu> | brolley | 1998-12-15 | 1 | -2/+5 |
* | 1998-11-26 01:17 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> | brolley | 1998-12-07 | 1 | -37/+25 |