Adapt base libstdc++ to the new ctype.h definesctype_base.h is correctly installed by make includes so the transition shouldbe automatic. If you hit a failure with this header, make sure ctype.h
Adapt base libstdc++ to the new ctype.h definesctype_base.h is correctly installed by make includes so the transition shouldbe automatic. If you hit a failure with this header, make sure ctype.h andctype_base.h are in sync.ok miod@ tb@
show more ...
silence warning, as noticed with eric and landry(gcc3 may need the same patch, untested yet)
Remove the XXX_CHECK defines. This allows clang++ to include cstdiowithout barfing about conflicting declarations.Issue reported by Amit Kulkarni, investigated by matthew@ and kettenis@.ok kett
Remove the XXX_CHECK defines. This allows clang++ to include cstdiowithout barfing about conflicting declarations.Issue reported by Amit Kulkarni, investigated by matthew@ and kettenis@.ok kettenis@
Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank().From brad. ok kettenis espie
make gcc4 lib sprintf/strcpy free.activate proper C99 stuff.fix locale support when there's no locale.work common with kettenis@
reflect reality, those types must match libc.and then, we can have a default facet when locales are notdefined.(this lets std::istringstream work again)
Add openbsd config headers for libstdc++-v3
import of gcc-4.2.1, the last gcc release under GPLv2