History log of /openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 6570f874 15-Dec-2011 pascal <pascal@openbsd.org>

Convert restrict -> __restrict. "restrict" is not a keyword in C90 and
C++98, so clang++ rightfully complains about it when in C++98 mode (the
default).

Found while investigating the other clang is

Convert restrict -> __restrict. "restrict" is not a keyword in C90 and
C++98, so clang++ rightfully complains about it when in C++98 mode (the
default).

Found while investigating the other clang issue, with helpful input from
espie@.

ok jsg@

show more ...


# c4f8aa6e 17-Oct-2011 stsp <stsp@openbsd.org>

Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).
from brad; ok kettenis


# f659281e 16-Oct-2011 stsp <stsp@openbsd.org>

Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.


# aaaf5664 28-Apr-2011 stsp <stsp@openbsd.org>

Bring back wprintf() for gcc4 libstdc++.


# 4a0f1ee6 24-Apr-2011 stsp <stsp@openbsd.org>

Back out wprintf diff and crank. Need to check more architectures first.
requested by and ok deraadt


# 7f3e9375 24-Apr-2011 stsp <stsp@openbsd.org>

Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.
ok kettenis espie


# 404b540a 15-Oct-2009 robert <robert@openbsd.org>

import of gcc-4.2.1, the last gcc release under GPLv2