aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppalloc.c
AgeCommit message (Expand)AuthorFilesLines
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-2/+2
1999-01-22cppp.c (xrealloc): Fix typo last change.Richard Henderson1-1/+1
1999-01-21cccp.c (xrealloc): Call malloc given a NULL old pointer.Richard Henderson1-1/+5
1998-12-15cppalloc.c: Add xstrdup here.Zack Weinberg1-0/+10
1998-12-07[multiple changes]Dave Brolley1-0/+10
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-7/+7
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-0/+2
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+1
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-4/+1
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-1/+4
1996-06-07cppalloc.c (memory_full): Don't use fatal; use fprintf+exit.Per Bothner1-16/+7
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-04-10#include config.h.Richard Kenner1-0/+2
1995-04-06* cppalloc.c (xcalloc): Re-implement using calloc, rather than malloc+bzero.Per Bothner1-26/+7
1995-03-16Initial revisionPer Bothner1-0/+81