remove gets reference. ok espie
fix warning. Reminded by landry@, I plain forgot to commit. This has been testedfor ages by now.
zap double copy of this file, as noticed by brad@
Convert restrict -> __restrict. "restrict" is not a keyword in C90 andC++98, so clang++ rightfully complains about it when in C++98 mode (thedefault).Found while investigating the other clang is
Convert restrict -> __restrict. "restrict" is not a keyword in C90 andC++98, so clang++ rightfully complains about it when in C++98 mode (thedefault).Found while investigating the other clang issue, with helpful input fromespie@.ok jsg@
show more ...
Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank().From brad. ok kettenis espie
Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).from brad; ok kettenis
Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.
Bring back wprintf() for gcc4 libstdc++.
Back out wprintf diff and crank. Need to check more architectures first.requested by and ok deraadt
Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.ok kettenis espie
Fix patently broken handling of ios_base::showpos: "cout << showpos <<0" should output "+0", not "0".Diff from upstream (which is still GPLv2+) via Brad.
make gcc4 lib sprintf/strcpy free.activate proper C99 stuff.fix locale support when there's no locale.work common with kettenis@
import of gcc-4.2.1, the last gcc release under GPLv2