aboutsummaryrefslogtreecommitdiff
path: root/libiberty/vasprintf.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-07mkstemp.c: Include config.h even when not IN_GCC.Kaveh R. Ghazi1-3/+3
* mkstemp.c: Include config.h even when not IN_GCC. Wrap header inclusions inside HAVE_*_H macros. Include ansidecl.h when not IN_GCC. * vasprintf.c: Include stdarg.h/varargs.h first. * vprintf.c: Likewise. From-SVN: r22314
1998-02-22cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are ↵Jeff Law1-1/+4
not actually lengths. * cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are not actually lengths. * config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES since it gets built automatically * vasprintf.c (int_vasprintf): Increase buffer size for float/double values. From-SVN: r18171
1997-10-14cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1-0/+4
Tue Oct 14 12:01:00 1997 Mark Mitchell <mmitchell@usa.net> * cplus-dem.c (demangle_signature): Don't look for return types on constructors. Handle member template constructors. and update from devo. From-SVN: r15901
1997-08-21Initial revisionJason Merrill1-0/+165
From-SVN: r14877