index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
gcc
/
libstdc++-v3
Age
Commit message (
Expand
)
Author
2015-09-15
Make the famous _S_debug_messages warning go away, by hidining that symbol.
Vadim Zhukov
2014-07-11
make the __cxa_call_terminate() proto match the definition
Jonathan Gray
2014-03-27
remove gets reference. ok espie
Ted Unangst
2012-05-30
silence warning, as noticed with eric and landry
Marc Espie
2012-05-10
fix warning. Reminded by landry@, I plain forgot to commit. This has been tested
Marc Espie
2012-01-06
zap double copy of this file, as noticed by brad@
Marc Espie
2011-12-15
Convert restrict -> __restrict. "restrict" is not a keyword in C90 and
Pascal Stumpf
2011-12-15
Remove the XXX_CHECK defines. This allows clang++ to include cstdio
Pascal Stumpf
2011-11-02
Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank().
Stefan Sperling
2011-10-17
Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).
Stefan Sperling
2011-10-16
Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.
Stefan Sperling
2011-04-28
Bring back wprintf() for gcc4 libstdc++.
Stefan Sperling
2011-04-24
Back out wprintf diff and crank. Need to check more architectures first.
Stefan Sperling
2011-04-24
Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.
Stefan Sperling
2011-03-02
Fix patently broken handling of ios_base::showpos: "cout << showpos <<
Matthew Dempsky
2010-12-24
define __throw_exception_again to something, so that g++ -fno-exceptions
Marc Espie
2010-05-26
make gcc4 lib sprintf/strcpy free.
Marc Espie
2010-05-10
reflect reality, those types must match libc.
Marc Espie
2010-05-07
Add openbsd config headers for libstdc++-v3
Robert Nagy
2009-10-15
import of gcc-4.2.1, the last gcc release under GPLv2
Robert Nagy