summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* toplevel:zack2000-07-051-1/+1
* top level:zack2000-07-041-75/+31
* * cpplib.c (do_if): Don't save and restore only_seen_white here.zack2000-05-301-0/+8
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-2/+2
* * cppexp.c (parse_assertion): Supply extra argument toneil2000-05-271-1/+1
* * cppexp.c (parse_assertion): New.zack2000-05-181-21/+87
* * cppexp.c (lex): Use %.*s to print non-NUL-terminated string.zack2000-05-101-2/+2
* gcc:zack2000-05-041-2/+2
* * cppexp.c (op_t): Make an int.jason2000-05-031-1/+1
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-1/+0
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-2/+2
* * 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