History log of /openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 15-Dec-2011 pascal

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@


# 1.6 17-Oct-2011 stsp

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


# 1.5 16-Oct-2011 stsp

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


Revision tags: OPENBSD_5_0_BASE
# 1.4 28-Apr-2011 stsp

Bring back wprintf() for gcc4 libstdc++.


# 1.3 24-Apr-2011 stsp

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


# 1.2 24-Apr-2011 stsp

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


# 1.1 15-Oct-2009 robert

branches: 1.1.1;
Initial revision