summaryrefslogtreecommitdiff
path: root/libiberty/vasprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Warning fixes:Kaveh R. Ghazi2000-07-211-21/+33
| | | | | | | | | | | | | | | | | | | | | * cp-demangle.c (cp_demangle_type): Wrap in IN_LIBGCC2. * setenv.c (setenv): Initialize variable `ep'. * sigsetmask.c (abort): Prototype. * vasprintf.c: Include config.h. Check ANSI_PROTOTYPES, not __STDC__ for stdarg.h include. (int_vasprintf): Prototype. (checkit): Prototype. Use VPARAMS/ANSI_PROTOTYPES/VA_START in definition. Cast `global_total_width' in comparison. (main): Prototype. Return a value. * vfork.c (fork): Prototype. * xexit.c: Include config.h. From-SVN: r35178
* vasprintf.c (int_vasprintf): Don't re-read the format character as this ↵Geoff Keating1999-12-271-0/+1
| | | | | | | | | mishandles strings like '%%s'. * vasprintf.c (int_vasprintf): Don't re-read the format character as this mishandles strings like '%%s'. From-SVN: r31102
* mkstemp.c: Include config.h even when not IN_GCC.Kaveh R. Ghazi1998-09-071-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
* cplus-dem.c (gnu_special): Don't get confused by .<digits> strings that are ↵Jeff Law1998-02-221-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
* cplus-dem.c (demangle_signature): Don't look for return types on constructors.Jason Merrill1997-10-141-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
* Initial revisionJason Merrill1997-08-211-0/+165
From-SVN: r14877