summaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
Commit message (Expand)AuthorAgeFilesLines
* cpperror.c, [...]: Never call abort.Zack Weinberg1999-04-141-1/+2
* cppexp.c (parse_charconst): Initialize c.Zack Weinberg1999-04-061-3/+3
* cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1999-03-161-5/+3
* cppexp.c (left_shift, [...]): Replace uses of long/HOST_BITS_PER_LONG with...Kaveh R. Ghazi1999-02-251-23/+23
* Makefile.in (cppmain.o, [...]): Don't depend on machmode.h.Kaveh R. Ghazi1999-02-251-25/+17
* cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1999-02-181-1/+1
* cpplib.c (special_symbol): Rewrite.Zack Weinberg1999-02-081-4/+46
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-10/+7
* cppexp.c: (struct arglist): Removed.Zack Weinberg1999-01-251-212/+214
* cppexp.c (cpp_lex): Allocate token_buffer dynamically.Dave Brolley1999-01-211-2/+13
* cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1998-12-151-2/+5
* cpplib.h (struct cpp_buffer): Replace dir and dlen members with a struct file...Zack Weinberg1998-12-071-37/+25
* system.h: Include libiberty.h.Kaveh R. Ghazi1998-11-271-3/+0
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1998-10-101-2/+3
* Warning Fixes:Kaveh R. Ghazi1998-05-191-1/+1
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+1
* More cutover to system.h:Kaveh R. Ghazi1998-03-301-39/+4
* c-lex.c: Include <stdlib.h> and <string.h>/<strings.h>.Jeff Law1998-01-271-3/+11
* * cppexp.c: Include gansidecl.hHerman ten Brugge1998-01-131-1/+2
* bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.Kaveh R. Ghazi1997-12-201-11/+33
* (cpp_lex) New arg skip_evaluation.Richard Kenner1997-04-131-4/+7
* (parse_number): Invalid integer constants are errors if pedantic.Richard Kenner1997-03-171-6/+6
* formatting tweaksMike Stump1996-07-031-18/+18
* cppexp.c (cpp_parse_expr): Set HAVE_VALUE flag for unary minus, even if skip_...Per Bothner1996-01-221-5/+4
* cppexp.c (cpp_lex): Do cpp_pop_buffer after CPP_POP so retried cpp_skip_hspac...Per Bothner1996-01-161-7/+39
* (cpp_lex): Correctly parse character constants.Richard Kenner1995-11-071-4/+2
* Update FSF address.Richard Kenner1995-06-151-1/+2
* cppexp.c (cpp_reader): Test for '#' (start of assertion) *after* skipping hsp...Per Bothner1995-05-151-2/+2
* * cppexp.c (parse_number): Cleanup some Cygnus crud for MPW.Per Bothner1995-05-111-6/+1
* Add declarations of xmalloc and xrealloc.Richard Kenner1995-04-101-1/+4
* Merged in earlier cccp.c changes.Per Bothner1995-03-211-2/+14
* Initial revisionPer Bothner1995-03-161-0/+988