~darling-team/darling-emu/+git/darling-libcxx:svn-tags/libcpp-25

Last commit made on 2011-07-15
Get this branch:
git clone -b svn-tags/libcpp-25 https://git.launchpad.net/~darling-team/darling-emu/+git/darling-libcxx

Branch merges

Branch information

Name:
svn-tags/libcpp-25
Repository:
lp:~darling-team/darling-emu/+git/darling-libcxx

Recent commits

0e1f6f5... by Howard Hinnant <email address hidden>

Tagging 25

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/tags/libcpp-25@135270 91177308-0d34-0410-b5e6-96231b3b80d8

912012e... by Howard Hinnant <email address hidden>

http://llvm.org/bugs/show_bug.cgi?id=10353

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135125 91177308-0d34-0410-b5e6-96231b3b80d8

22ba71b... by Howard Hinnant <email address hidden>

http://llvm.org/bugs/show_bug.cgi?id=10346

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135045 91177308-0d34-0410-b5e6-96231b3b80d8

8d75632... by Howard Hinnant <email address hidden>

Reverted to 134947. Once I got into it, I discovered there were too many problems to fix in 135035.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135044 91177308-0d34-0410-b5e6-96231b3b80d8

c97da3a... by Sean Hunt

Implement the __nolocale functions properly so that they will work on
all platforms. Unfortunately a lot of this remains conditionally
compiled so as not to break Apple's ABI.

The new _LIBCPP_LOCALE__L_EXTENSIONS macro can be defined on other
platforms that support _l suffixes for all functions in order to use
them.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135035 91177308-0d34-0410-b5e6-96231b3b80d8

0389c53... by Sean Hunt

Make sure that __time_put constructors properly on non-Apple platforms.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134947 91177308-0d34-0410-b5e6-96231b3b80d8

66f2641... by Howard Hinnant <email address hidden>

Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & paste) errors.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134843 91177308-0d34-0410-b5e6-96231b3b80d8

2bf1c08... by Howard Hinnant <email address hidden>

Make vector<bool>::reference and const_reference public

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134815 91177308-0d34-0410-b5e6-96231b3b80d8

6f0342c... by Sean Hunt

Don't assume that wctype produces a nice mask on all platforms. On
glibc, for instance, it's a const char *.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134787 91177308-0d34-0410-b5e6-96231b3b80d8

e59f724... by Sean Hunt

Conditionally wrap the changes from r134781.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@134783 91177308-0d34-0410-b5e6-96231b3b80d8