aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
AgeCommit message (Expand)AuthorFilesLines
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-0/+7
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-4/+13
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+1
1999-08-04cpphash.c (macroexpand): Delete leading whitespace when arg is concatenated b...Zack Weinberg1-9/+15
1999-06-07cpplib.c (do_define): Cast `alloca' return value.Dave Brolley1-3/+4
1999-04-26cpphash.c (dump_definition): New function.Zack Weinberg1-0/+97
1999-04-14cpperror.c, [...]: Never call abort.Zack Weinberg1-5/+9
1999-04-12cpphash.c (collect_expansion, [...]): Make the escape character in macro buff...Zack Weinberg1-42/+15
1999-04-09cpphash.c (special_symbol): When expanding __LINE__, use the top file buffer,...Zack Weinberg1-1/+1
1999-04-06cppexp.c (parse_charconst): Initialize c.Zack Weinberg1-1/+1
1999-03-16cppfiles.c (read_and_prescan): Map backslash-newline to '\r' (which cannot ot...Zack Weinberg1-0/+2
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-21/+8
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-14/+1490
1999-02-08cpplib.c (special_symbol): Rewrite.Zack Weinberg1-9/+5
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-12-15cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1-5/+2
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-2/+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-0/+2
1998-05-19Warning Fixes:Kaveh R. Ghazi1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-2/+2
1998-05-06typo typo fixes fixesJeff Law1-2/+2
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-0/+2
1996-07-03formatting tweaksMike Stump1-30/+28
1996-06-06* cpphash.c (cpp_lookup): Change struct parse_file -> cpp_reader.Per Bothner1-1/+1
1996-04-15cpphash.c: #include "gansidecl.h".Doug Evans1-12/+2
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-04-30Improve cleaning up. See hangeLog.Per Bothner1-11/+26
1995-04-10Add declaration of xmalloc.Richard Kenner1-0/+2
1995-04-08* cpphash.c: Don't use const on compilers that don't support it.Mike Stump1-0/+5
1995-03-16Initial revisionPer Bothner1-0/+192