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