aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-01cpphash.c (collect_expansion): Trim trailing white space from macro definitio...Zack Weinberg1-0/+6
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-453/+429
2000-02-25Fix copyrights.Jeff Law1-2/+2
2000-02-15Makefile.in (TREE_H, [...]): Depend on version.h.Kaveh R. Ghazi1-2/+1
2000-02-11cpphash.c: Fix formatting, update commentary.Zack Weinberg1-9/+7
2000-02-11cpphash.c (special_symbol): Remove spurious argument to cpp_lookup.Nathan Sidwell1-1/+1
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-21/+20
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-36/+29
2000-02-10cpphash.c (macarg): Hoist all the flag diddling out of the function...Zack Weinberg1-24/+26
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-3/+3
2000-02-06cppfiles.c (read_and_prescan): Bump input pointer before possibly branching o...Zack Weinberg1-8/+7
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-16/+2
2000-02-02cpplib.h (cpp_reader): Add new flag, no_directives.Zack Weinberg1-0/+2
2000-01-22cpphash.c (change_newlines): Delete function.Zack Weinberg1-73/+4
2000-01-11fix typosJason Merrill1-1/+1
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-3/+3
1999-10-29cpplib.h (struct cpp_buffer: fname, [...]): Mark const.Zack Weinberg1-29/+29
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