Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-04-01 | cppexp.c: Redefine priority constants. | Neil Booth | 1 | -64/+77 |
2000-04-01 | cppexp.c: (_cpp_parse_expr): Numerical constants are pushed within the switch... | Neil Booth | 1 | -62/+68 |
2000-03-31 | cpplib.h: Merge struct cpp_options into struct cpp_reader. | Zack Weinberg | 1 | -3/+3 |
2000-03-31 | cppexp.c: Delete SKIP_OPERAND. | Neil Booth | 1 | -13/+19 |
2000-03-13 | Makefile.in (LIBCPP_OBJS): Add cpplex.o. | Zack Weinberg | 1 | -8/+15 |
2000-03-08 | Makefile.in (LIBCPP_DEPS): New macro. | Zack Weinberg | 1 | -8/+5 |
2000-03-07 | [multiple changes] | Zack Weinberg | 1 | -11/+13 |
2000-03-07 | cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized. | Zack Weinberg | 1 | -39/+29 |
2000-03-04 | cpplib.h (_dollar_ok): New macro. | Zack Weinberg | 1 | -2/+2 |
2000-03-01 | cpplib.h (CPP_ASSERTION, [...]): New token types. | Zack Weinberg | 1 | -47/+59 |
2000-02-23 | cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING. | Alexandre Oliva | 1 | -1/+4 |
2000-02-10 | cppexp.c: Don't include cpphash.h. | Zack Weinberg | 1 | -69/+42 |
2000-02-10 | cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only. | Zack Weinberg | 1 | -2/+2 |
2000-02-06 | cpplib.c (my_strerror, [...]): Move to cpperror.c. | Zack Weinberg | 1 | -2/+2 |
1999-10-29 | cpplib.h (struct cpp_buffer: fname, [...]): Mark const. | Zack Weinberg | 1 | -7/+7 |
1999-10-15 | cppexp.c (cpp_parse_escape): Make static. | Zack Weinberg | 1 | -3/+4 |
1999-09-09 | Makefile.in (cppexp.o): Depend on cpphash.h. | Geoff Keating | 1 | -3/+10 |
1999-09-07 | Linas Vepstas <linas@linas.org> | Linas Vepstas | 1 | -1/+1 |
1999-09-07 | cpperror.c (cpp_file_line_for_message): Constify a char*. | Kaveh R. Ghazi | 1 | -2/+6 |
1999-04-14 | cpperror.c, [...]: Never call abort. | Zack Weinberg | 1 | -1/+2 |
1999-04-06 | cppexp.c (parse_charconst): Initialize c. | Zack Weinberg | 1 | -3/+3 |
1999-03-16 | cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot... | Zack Weinberg | 1 | -5/+3 |
1999-02-25 | cppexp.c (left_shift, [...]): Replace uses of long/HOST_BITS_PER_LONG with... | Kaveh R. Ghazi | 1 | -23/+23 |
1999-02-25 | Makefile.in (cppmain.o, [...]): Don't depend on machmode.h. | Kaveh R. Ghazi | 1 | -25/+17 |
1999-02-18 | cpplib.c: Kill define of STDC_VALUE. | Zack Weinberg | 1 | -1/+1 |
1999-02-08 | cpplib.c (special_symbol): Rewrite. | Zack Weinberg | 1 | -4/+46 |
1999-01-26 | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1 | -10/+7 |
1999-01-25 | cppexp.c: (struct arglist): Removed. | Zack Weinberg | 1 | -212/+214 |
1999-01-21 | cppexp.c (cpp_lex): Allocate token_buffer dynamically. | Dave Brolley | 1 | -2/+13 |
1998-12-15 | cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ... | Zack Weinberg | 1 | -2/+5 |
1998-12-07 | cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file... | Zack Weinberg | 1 | -37/+25 |
1998-11-27 | system.h: Include libiberty.h. | Kaveh R. Ghazi | 1 | -3/+0 |
1998-11-07 | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1 | -1/+0 |
1998-10-10 | cppexp.c: When forcing unsigned comparisons, cast both sides of the operation. | Zack Weinberg | 1 | -2/+3 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-05-13 | Warning fixes: | Kaveh R. Ghazi | 1 | -1/+1 |
1998-03-30 | More cutover to system.h: | Kaveh R. Ghazi | 1 | -39/+4 |
1998-01-27 | c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>. | Jeff Law | 1 | -3/+11 |
1998-01-13 | * cppexp.c: Include gansidecl.h | Herman ten Brugge | 1 | -1/+2 |
1997-12-20 | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1 | -11/+33 |
1997-04-13 | (cpp_lex) New arg skip_evaluation. | Richard Kenner | 1 | -4/+7 |
1997-03-17 | (parse_number): Invalid integer constants are errors if pedantic. | Richard Kenner | 1 | -6/+6 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -18/+18 |
1996-01-22 | cppexp.c (cpp_parse_expr): Set HAVE_VALUE flag for unary minus, even if skip_... | Per Bothner | 1 | -5/+4 |