aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
AgeCommit message (Expand)AuthorFilesLines
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
1996-01-16cppexp.c (cpp_lex): Do cpp_pop_buffer after CPP_POP so retried cpp_skip_hspac...Per Bothner1-7/+39
1995-11-07(cpp_lex): Correctly parse character constants.Richard Kenner1-4/+2
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-15cppexp.c (cpp_reader): Test for '#' (start of assertion) *after* skipping hsp...Per Bothner1-2/+2
1995-05-11* cppexp.c (parse_number): Cleanup some Cygnus crud for MPW.Per Bothner1-6/+1
1995-04-10Add declarations of xmalloc and xrealloc.Richard Kenner1-1/+4
1995-03-21Merged in earlier cccp.c changes.Per Bothner1-2/+14
1995-03-16Initial revisionPer Bothner1-0/+988