summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-7/+3
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-1/+1
* * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,zack2000-04-111-2/+2
* * cppexp.c (parse_charconst): Null does not end characterneil2000-04-081-1/+1
* * cppexp.c: wrap long lines. New macros CPP_ICE, SYNTAX_ERRORneil2000-04-031-78/+73
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-0/+5
* * cppexp.c: New typedef op_t. struct operation and structneil2000-04-021-14/+36
* * cppexp.c: New FINISHED dummy token. Combine operator initialneil2000-04-021-186/+190
* * cppexp.c: Redefine priority constants.neil2000-04-011-64/+77
* * cppexp.c: (_cpp_parse_expr): Numerical constants are pushedneil2000-04-011-62/+68
* * cpplib.h: Merge struct cpp_options into struct cpp_reader.zack2000-03-311-3/+3
* * cppexp.c: Delete SKIP_OPERAND. Correct priorityneil2000-03-311-13/+19
* * Makefile.in (LIBCPP_OBJS): Add cpplex.o.zack2000-03-131-8/+15
* * Makefile.in (LIBCPP_DEPS): New macro.zack2000-03-081-8/+5
* 2000-03-07 Neil Booth <NeilB@earthling.net>zack2000-03-071-11/+13
* * cppfiles.c (_cpp_find_include_file): Make sure ih->name iszack2000-03-071-39/+29
* * cpplib.h (_dollar_ok): New macro.zack2000-03-041-2/+2
* * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE): Newzack2000-03-011-47/+59
* * cpplib.h (enum cpp_token): Added CPP_WCHAR and CPP_WSTRING.aoliva2000-02-231-1/+4
* * cppexp.c: Don't include cpphash.h.zack2000-02-101-69/+42
* * cpplib.h: Provide HASHNODE typedef and forward decl ofzack2000-02-101-2/+2
* * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,zack2000-02-061-2/+2
* 1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover.com>zack1999-10-291-7/+7
* 1999-10-15 11:16 -0700 Zack Weinberg <zack@bitmover.com>zack1999-10-151-3/+4
* * Makefile.in (cppexp.o): Depend on cpphash.h.geoffk1999-09-091-3/+10
* Linas Vepstas <linas@linas.org>rth1999-09-081-1/+1
* * cpperror.c (cpp_file_line_for_message): Constify a char*.ghazi1999-09-071-2/+6
* 1999-04-14 12:37 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-141-1/+2
* 1999-04-06 12:56 -0400 Zack Weinberg <zack@rabi.columbia.edu>zack1999-04-061-3/+3
* 1999-03-16 16:06 -0500 Zack Weinberg <zack@rabi.columbia.edu>brolley1999-03-161-5/+3
* * cppexp.c (left_shift, right_shift, parse_charconst, COMPARE,ghazi1999-02-251-23/+23
* * Makefile.in (cppmain.o, cpplib.o, cpphash.o, cppalloc.o,ghazi1999-02-251-25/+17
* 1999-02-18 18:32 -0500 Zack Weinberg <zack@rabi.columbia.edu>zack1999-02-181-1/+1
* 1999-02-08 23:25 -0500 Zack Weinberg <zack@midnite.ec.rhno.columbia.edu>zack1999-02-081-4/+46
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-10/+7
* 1999-01-25 14:26 -0500 Zack Weinberg <zack@rabi.columbia.edu>brolley1999-01-251-212/+214
* Thu Jan 21 15:48:03 1999 Dave Brolley <brolley@cygnus.com>brolley1999-01-211-2/+13
* 1998-12-15 Zack Weinberg <zack@rabi.phys.columbia.edu>brolley1998-12-151-2/+5
* 1998-11-26 01:17 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu>brolley1998-12-071-37/+25
* * system.h: Include libiberty.h.ghazi1998-11-271-3/+0
* * configure.in (host_xm_file, build_xm_file, xm_file, tm_file):ghazi1998-11-071-1/+0
* * cppexp.c: When forcing unsigned comparisons, cast both sideslaw1998-10-111-2/+3
* Warning Fixes:ghazi1998-05-191-1/+1
* Warning fixes:ghazi1998-05-131-1/+1
* More cutover to system.h:ghazi1998-03-301-39/+4
* /law1998-01-271-3/+11
* * cppexp.c: Include gansidecl.hlaw1998-01-131-1/+2
* * bitmap.c (bitmap_clear): Ensure `inline' is at the beginninglaw1997-12-201-11/+33
* (cpp_lex) New arg skip_evaluation.kenner1997-04-131-4/+7
* (parse_number): Invalid integer constants are errors if pedantic.kenner1997-03-171-6/+6