svn commit: r514 - /release/stdcxx/HEADER.html

2012-02-26 Thread faridz
Author: faridz Date: Sun Feb 26 12:38:09 2012 New Revision: 514 Log: Updated HEADER.html file. Modified: release/stdcxx/HEADER.html Modified: release/stdcxx/HEADER.html == --- release/stdcxx/HEADER.html (original

svn commit: r1291142 - /stdcxx/branches/4.2.x/tests/regress/21.string.append.stdcxx-1060.cpp

2012-02-19 Thread faridz
Author: faridz Date: Mon Feb 20 07:51:49 2012 New Revision: 1291142 URL: http://svn.apache.org/viewvc?rev=1291142&view=rev Log: 2012-02-20 Farid Zaripov * tests/regress/21.string.append.stdcxx-1060.cpp: Resolve declaration conflict on Sun compiler. Modified: stdcxx/branches/4

svn commit: r1291062 - in /stdcxx/branches/4.2.x: include/vector tests/regress/23.vector.bool.stdcxx-1062.cpp

2012-02-19 Thread faridz
Author: faridz Date: Sun Feb 19 21:14:00 2012 New Revision: 1291062 URL: http://svn.apache.org/viewvc?rev=1291062&view=rev Log: 2012-02-19 Farid Zaripov STDCXX-1062 * include/vector (operator[], at): Throw std::out_of_range instead of std::length_error. * tests/reg

svn commit: r1291038 - in /stdcxx/branches/4.2.x: include/string tests/regress/21.string.append.stdcxx-1060.cpp tests/strings/21.string.append.cpp

2012-02-19 Thread faridz
Author: faridz Date: Sun Feb 19 18:50:50 2012 New Revision: 1291038 URL: http://svn.apache.org/viewvc?rev=1291038&view=rev Log: 2012-02-19 Farid Zaripov STDCXX-1060 * include/string.cc (append): Avoid arithmetic overflow in calculating of new size. * tests/regres

svn commit: r1291024 - in /stdcxx/branches/4.2.x: include/string.cc tests/regress/21.string.replace.stdcxx-1063.cpp tests/strings/21.string.replace.cpp

2012-02-19 Thread faridz
Author: faridz Date: Sun Feb 19 17:34:19 2012 New Revision: 1291024 URL: http://svn.apache.org/viewvc?rev=1291024&view=rev Log: 2012-02-19 Farid Zaripov STDCXX-1063 * include/string.cc (replace): Throw std::length_error() if __count > max_size(). * tests/reg

svn commit: r1244205 - in /stdcxx/site: index.html status/2012-02.txt

2012-02-14 Thread faridz
Author: faridz Date: Tue Feb 14 20:41:50 2012 New Revision: 1244205 URL: http://svn.apache.org/viewvc?rev=1244205&view=rev Log: 2012-02-14 Farid Zaripov * status/2012-02.text: Board report for February 2012. To be copied into https://svn.apache.org/repos/private/founda

svn commit: r1233001 - /stdcxx/trunk/doc/stdlibref/basic-string.html

2012-01-18 Thread faridz
Author: faridz Date: Wed Jan 18 19:05:05 2012 New Revision: 1233001 URL: http://svn.apache.org/viewvc?rev=1233001&view=rev Log: 2012-01-18 Farid Zaripov STDCXX-1047 * stdlibref/basic-string.html: corrected typos and formatting. Modified: stdcxx/trunk/doc/stdlibref/b

svn commit: r1230331 - in /stdcxx/site: bugs.html forrest/src/documentation/content/xdocs/bugs.xml

2012-01-11 Thread faridz
Author: faridz Date: Wed Jan 11 23:59:34 2012 New Revision: 1230331 URL: http://svn.apache.org/viewvc?rev=1230331&view=rev Log: 2012-01-12 Farid Zaripov * bugs.html: Update mailing list emails. * forrest/src/documentation/content/xdocs/bugs.xml: Same. Modified: st

svn commit: r1230322 - /stdcxx/trunk/doc/stdlibref/bind1st.html

2012-01-11 Thread faridz
Author: faridz Date: Wed Jan 11 23:20:11 2012 New Revision: 1230322 URL: http://svn.apache.org/viewvc?rev=1230322&view=rev Log: 2012-01-12 Farid Zaripov Merged r699389 from 4.2.x branch. 2008-09-26 Martin Sebor STDCXX-1017 * doc/stdlibref/bind1st.

svn commit: r1230302 - /stdcxx/branches/4.3.x/doc/stdlibref/basic-string.html

2012-01-11 Thread faridz
Author: faridz Date: Wed Jan 11 22:45:55 2012 New Revision: 1230302 URL: http://svn.apache.org/viewvc?rev=1230302&view=rev Log: 2012-01-12 Farid Zaripov Merged revs 979869 and 1230288 from trunk. 2012-01-12 Farid Zaripov STDCXX-1047 * stdlibref/b

svn commit: r1230299 - /stdcxx/branches/4.2.x/doc/stdlibref/basic-string.html

2012-01-11 Thread faridz
Author: faridz Date: Wed Jan 11 22:39:34 2012 New Revision: 1230299 URL: http://svn.apache.org/viewvc?rev=1230299&view=rev Log: 2012-01-12 Farid Zaripov Merged revs 979869 and 1230288 from trunk. 2012-01-12 Farid Zaripov STDCXX-1047 * stdlibref/b

svn commit: r1230288 - /stdcxx/trunk/doc/stdlibref/basic-string.html

2012-01-11 Thread faridz
Author: faridz Date: Wed Jan 11 22:27:51 2012 New Revision: 1230288 URL: http://svn.apache.org/viewvc?rev=1230288&view=rev Log: 2012-01-12 Farid Zaripov STDCXX-1047 * stdlibref/basic-string.html: Added missing '&' character in reference type. Modified:

svn commit: r811386 - /stdcxx/trunk/tests/src/driver.cpp

2009-09-04 Thread faridz
Author: faridz Date: Fri Sep 4 13:24:07 2009 New Revision: 811386 URL: http://svn.apache.org/viewvc?rev=811386&view=rev Log: 2009-09-04 Farid Zaripov Merged r811381 from 4.2.x branch. STDCXX-1042 * tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS

svn commit: r811383 - /stdcxx/branches/4.3.x/tests/src/driver.cpp

2009-09-04 Thread faridz
Author: faridz Date: Fri Sep 4 13:21:49 2009 New Revision: 811383 URL: http://svn.apache.org/viewvc?rev=811383&view=rev Log: 2009-09-04 Farid Zaripov Merged r811381 from 4.2.x branch. STDCXX-1042 * tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS

svn commit: r811381 - /stdcxx/branches/4.2.x/tests/src/driver.cpp

2009-09-04 Thread faridz
Author: faridz Date: Fri Sep 4 13:19:10 2009 New Revision: 811381 URL: http://svn.apache.org/viewvc?rev=811381&view=rev Log: 2009-09-04 Farid Zaripov STDCXX-1042 * tests/src/driver.cpp: Define RW_TEST_OS for Solaris 11 or SunOS 5.11. Modified: stdcxx/branches/4.2.x/t

svn commit: r808359 - /stdcxx/branches/4.2.x/include/rw/_config-msvcrt.h

2009-08-27 Thread faridz
Author: faridz Date: Thu Aug 27 10:40:42 2009 New Revision: 808359 URL: http://svn.apache.org/viewvc?rev=808359&view=rev Log: 2009-08-27 Farid Zaripov * include/rw/_config-msvcrt.h: Disable exceptions if the macro _CPPUNWIND is not #defined by compiler. Modified: st

svn commit: r808358 - in /stdcxx/trunk: etc/config/src/ src/

2009-08-27 Thread faridz
Author: faridz Date: Thu Aug 27 10:37:51 2009 New Revision: 808358 URL: http://svn.apache.org/viewvc?rev=808358&view=rev Log: 2009-08-27 Farid Zaripov * etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777607. * etc/config/src/INVALID_ARGUMENT_DTOR.cpp:

svn commit: r808357 - in /stdcxx/branches/4.3.x: etc/config/src/ src/

2009-08-27 Thread faridz
Author: faridz Date: Thu Aug 27 10:37:20 2009 New Revision: 808357 URL: http://svn.apache.org/viewvc?rev=808357&view=rev Log: 2009-08-27 Farid Zaripov * etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777606. * etc/config/src/INVALID_ARGUMENT_DTOR.cpp:

svn commit: r808355 - in /stdcxx/branches/4.2.x: etc/config/src/ src/

2009-08-27 Thread faridz
Author: faridz Date: Thu Aug 27 10:34:08 2009 New Revision: 808355 URL: http://svn.apache.org/viewvc?rev=808355&view=rev Log: 2009-08-27 Farid Zaripov * etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777603. * etc/config/src/INVALID_ARGUMENT_DTOR.cpp:

svn commit: r804291 - in /stdcxx/trunk: include/vector.cc tests/regress/23.vector.stdcxx-1037.cpp

2009-08-14 Thread faridz
Author: faridz Date: Fri Aug 14 16:44:37 2009 New Revision: 804291 URL: http://svn.apache.org/viewvc?rev=804291&view=rev Log: 2009-08-14 Farid Zaripov Merged r804283, r804285 from 4.2.x branch * tests/regress/23.vector.stdcxx-1037.cpp: New regression test for ST

svn commit: r804290 - in /stdcxx/branches/4.3.x: include/vector.cc tests/regress/23.vector.stdcxx-1037.cpp

2009-08-14 Thread faridz
Author: faridz Date: Fri Aug 14 16:43:51 2009 New Revision: 804290 URL: http://svn.apache.org/viewvc?rev=804290&view=rev Log: 2009-08-14 Farid Zaripov Merged r804283, r804285 from 4.2.x branch * tests/regress/23.vector.stdcxx-1037.cpp: New regression test for ST

svn commit: r804285 - /stdcxx/branches/4.2.x/include/vector.cc

2009-08-14 Thread faridz
Author: faridz Date: Fri Aug 14 16:34:48 2009 New Revision: 804285 URL: http://svn.apache.org/viewvc?rev=804285&view=rev Log: 2009-08-14 Farid Zaripov STDCXX-1037 * include/vector.cc: Assign __other's data to self before swaping __other with __tmp.

svn commit: r804283 - /stdcxx/branches/4.2.x/tests/regress/23.vector.stdcxx-1037.cpp

2009-08-14 Thread faridz
Author: faridz Date: Fri Aug 14 16:29:22 2009 New Revision: 804283 URL: http://svn.apache.org/viewvc?rev=804283&view=rev Log: 2009-08-14 Farid Zaripov * tests/regress/23.vector.stdcxx-1037.cpp: New regression test for STDCXX-1037. Added: stdcxx/branches/4.2.x/t

svn commit: r777607 - in /stdcxx/trunk: etc/config/src/ src/

2009-05-22 Thread faridz
Author: faridz Date: Fri May 22 16:35:42 2009 New Revision: 777607 URL: http://svn.apache.org/viewvc?rev=777607&view=rev Log: 2009-05-22 Farid Zaripov Merged r777603 from 4.2.x branch * etc/config/src/DOMAIN_ERROR_DTOR.cpp: New configuration test checking for domain_e

svn commit: r777606 - in /stdcxx/branches/4.3.x: etc/config/src/ src/

2009-05-22 Thread faridz
Author: faridz Date: Fri May 22 16:34:38 2009 New Revision: 777606 URL: http://svn.apache.org/viewvc?rev=777606&view=rev Log: 2009-05-22 Farid Zaripov Merged r777603 from 4.2.x branch * etc/config/src/DOMAIN_ERROR_DTOR.cpp: New configuration test checking for domain_e

svn commit: r777603 - in /stdcxx/branches/4.2.x: etc/config/src/ src/

2009-05-22 Thread faridz
Author: faridz Date: Fri May 22 16:30:22 2009 New Revision: 777603 URL: http://svn.apache.org/viewvc?rev=777603&view=rev Log: 2009-05-22 Farid Zaripov * etc/config/src/DOMAIN_ERROR_DTOR.cpp: New configuration test checking for domain_error dtor * etc/config

svn commit: r772730 - /stdcxx/branches/4.2.x/include/rw/_tree.cc

2009-05-07 Thread faridz
Author: faridz Date: Thu May 7 18:01:51 2009 New Revision: 772730 URL: http://svn.apache.org/viewvc?rev=772730&view=rev Log: 2009-05-07 Farid Zaripov * include/rw/_tree.cc (erase): Fixed bug introduced in r731136. Modified: stdcxx/branches/4.2.x/include/rw/_tree.cc Modi

svn commit: r772597 - /stdcxx/branches/4.2.x/tests/iostream/27.ios.members.static.cpp

2009-05-07 Thread faridz
Author: faridz Date: Thu May 7 10:41:24 2009 New Revision: 772597 URL: http://svn.apache.org/viewvc?rev=772597&view=rev Log: 2009-05-07 Farid Zaripov * tests/iostream/27.ios.members.static.cpp: Use rw_process_create() instead of fork() to exercise on Windows too. Modi

svn commit: r772579 - in /stdcxx/trunk/tests: algorithms/ containers/ numerics/ self/ src/

2009-05-07 Thread faridz
Author: faridz Date: Thu May 7 10:01:33 2009 New Revision: 772579 URL: http://svn.apache.org/viewvc?rev=772579&view=rev Log: 2009-05-07 Farid Zaripov Merged r772559 from 4.2.x branch STDCXX-994 * tests/src/value.cpp (_rw_fmtxarrayv): Function modifie

svn commit: r772572 - in /stdcxx/trunk: include/string.cc tests/regress/21.string.find.stdcxx-1035.cpp tests/strings/21.string.find.cpp

2009-05-07 Thread faridz
Author: faridz Date: Thu May 7 09:43:22 2009 New Revision: 772572 URL: http://svn.apache.org/viewvc?rev=772572&view=rev Log: 2009-05-07 Farid Zaripov Merged revs 771735, 771736, 771743 from 4.2.x branch. 2009-05-05 Farid Zaripov * tests/regres

svn commit: r772571 - in /stdcxx/branches/4.3.x: include/string.cc tests/regress/21.string.find.stdcxx-1035.cpp tests/strings/21.string.find.cpp

2009-05-07 Thread faridz
Author: faridz Date: Thu May 7 09:42:39 2009 New Revision: 772571 URL: http://svn.apache.org/viewvc?rev=772571&view=rev Log: 2009-05-07 Farid Zaripov Merged revs 771735, 771736, 771743 from 4.2.x branch. 2009-05-05 Farid Zaripov * tests/regres

svn commit: r771743 - /stdcxx/branches/4.2.x/include/string.cc

2009-05-05 Thread faridz
Author: faridz Date: Tue May 5 14:29:44 2009 New Revision: 771743 URL: http://svn.apache.org/viewvc?rev=771743&view=rev Log: 2009-05-05 Farid Zaripov STDCXX-1035 * include/string.cc (find): Initialize __first only on the first occurrence of the first element of

svn commit: r771736 - /stdcxx/branches/4.2.x/tests/strings/21.string.find.cpp

2009-05-05 Thread faridz
Author: faridz Date: Tue May 5 14:17:07 2009 New Revision: 771736 URL: http://svn.apache.org/viewvc?rev=771736&view=rev Log: 2009-05-05 Farid Zaripov * tests/strings/21.string.find.cpp: Added new testcases to verify bug, described in STDCXX-1035 issue. Modified: st

svn commit: r771735 - /stdcxx/branches/4.2.x/tests/regress/21.string.find.stdcxx-1035.cpp

2009-05-05 Thread faridz
Author: faridz Date: Tue May 5 14:14:16 2009 New Revision: 771735 URL: http://svn.apache.org/viewvc?rev=771735&view=rev Log: 2009-05-05 Farid Zaripov * tests/regress/21.string.find.stdcxx-1035.cpp: New regression test for STDCXX-1035. Added: stdcxx/branches/4.2.x/t

svn commit: r743033 - /stdcxx/trunk/README

2009-02-10 Thread faridz
Author: faridz Date: Tue Feb 10 17:47:18 2009 New Revision: 743033 URL: http://svn.apache.org/viewvc?rev=743033&view=rev Log: 2009-02-10 Farid Zaripov Merged r743025 from 4.2.x branch * README: Corrected name of the configuration macro. Modified: stdcxx/trunk/RE

svn commit: r743032 - /stdcxx/branches/4.3.x/README

2009-02-10 Thread faridz
Author: faridz Date: Tue Feb 10 17:46:59 2009 New Revision: 743032 URL: http://svn.apache.org/viewvc?rev=743032&view=rev Log: 2009-02-10 Farid Zaripov Merged r743025 from 4.2.x branch * README: Corrected name of the configuration macro. Modified: stdcxx/branches/4

svn commit: r743025 - /stdcxx/branches/4.2.x/README

2009-02-10 Thread faridz
Author: faridz Date: Tue Feb 10 17:26:09 2009 New Revision: 743025 URL: http://svn.apache.org/viewvc?rev=743025&view=rev Log: 2009-02-10 Farid Zaripov * README: Corrected name of the configuration macro. Modified: stdcxx/branches/4.2.x/README Modified: stdcxx/branches/4

svn commit: r726014 - /stdcxx/trunk/tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp

2008-12-12 Thread faridz
Author: faridz Date: Fri Dec 12 06:22:28 2008 New Revision: 726014 URL: http://svn.apache.org/viewvc?rev=726014&view=rev Log: 2008-12-12 Farid Zaripov Merged r726012 from 4.2.x branch. * tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp (main): Avoid using unn

svn commit: r726013 - /stdcxx/branches/4.3.x/tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp

2008-12-12 Thread faridz
Author: faridz Date: Fri Dec 12 06:21:48 2008 New Revision: 726013 URL: http://svn.apache.org/viewvc?rev=726013&view=rev Log: 2008-12-12 Farid Zaripov Merged r726012 from 4.2.x branch. * tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp (main): Avoid using unn

svn commit: r726012 - /stdcxx/branches/4.2.x/tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp

2008-12-12 Thread faridz
Author: faridz Date: Fri Dec 12 06:18:43 2008 New Revision: 726012 URL: http://svn.apache.org/viewvc?rev=726012&view=rev Log: 2008-12-12 Farid Zaripov * tests/regress/27.streambuf.sgetn.stdcxx-1026.cpp (main): Avoid using unnamed struct (see STDCXX-719). Modified: st

svn commit: r720833 - /stdcxx/trunk/include/ansi/cwchar

2008-11-26 Thread faridz
Author: faridz Date: Wed Nov 26 04:34:49 2008 New Revision: 720833 URL: http://svn.apache.org/viewvc?rev=720833&view=rev Log: 2008-11-26 Farid Zaripov <[EMAIL PROTECTED]> Merged r720830 from 4.2.x branch. * include/ansi/cwchar (wcsrchr): Removed incorrect extern &

svn commit: r720831 - /stdcxx/branches/4.3.x/include/ansi/cwchar

2008-11-26 Thread faridz
Author: faridz Date: Wed Nov 26 04:34:08 2008 New Revision: 720831 URL: http://svn.apache.org/viewvc?rev=720831&view=rev Log: 2008-11-26 Farid Zaripov <[EMAIL PROTECTED]> Merged r720830 from 4.2.x branch. * include/ansi/cwchar (wcsrchr): Removed incorrect extern &

svn commit: r720830 - /stdcxx/branches/4.2.x/include/ansi/cwchar

2008-11-26 Thread faridz
Author: faridz Date: Wed Nov 26 04:31:49 2008 New Revision: 720830 URL: http://svn.apache.org/viewvc?rev=720830&view=rev Log: 2008-11-26 Farid Zaripov <[EMAIL PROTECTED]> * include/ansi/cwchar (wcsrchr): Removed incorrect extern "C" closing bracket. Modified:

svn commit: r719138 - /stdcxx/trunk/include/rw/_config-msvc.h

2008-11-19 Thread faridz
Author: faridz Date: Wed Nov 19 16:13:39 2008 New Revision: 719138 URL: http://svn.apache.org/viewvc?rev=719138&view=rev Log: 2008-11-20 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_config-msvc: Fixed typo in _RWSTD_TT_ALIGNED_POD() definition. Modified: st

svn commit: r718626 - /stdcxx/branches/4.2.x/include/rw/_heap.cc

2008-11-18 Thread faridz
Author: faridz Date: Tue Nov 18 07:03:45 2008 New Revision: 718626 URL: http://svn.apache.org/viewvc?rev=718626&view=rev Log: 2008-11-18 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-1022 * include/rw/_heap.cc (__make_heap): Optimize the loop with fixing the ICE on MSVC.

svn commit: r718628 - /stdcxx/branches/4.3.x/include/rw/_heap.cc

2008-11-18 Thread faridz
Author: faridz Date: Tue Nov 18 07:09:06 2008 New Revision: 718628 URL: http://svn.apache.org/viewvc?rev=718628&view=rev Log: 2008-11-18 Farid Zaripov <[EMAIL PROTECTED]> Merged r718626 from 4.2.x branch. STDCXX-1022 * include/rw/_heap.cc (__make_heap): Op

svn propchange: r718628 - svn:log

2008-11-18 Thread faridz
Author: faridz Revision: 718628 Modified property: svn:log Modified: svn:log at Tue Nov 18 07:11:00 2008 -- --- svn:log (original) +++ svn:log Tue Nov 18 07:11:00 2008 @@ -3,4 +3,5 @@ Merged r718626 from 4.2.x

svn propchange: r718626 - svn:log

2008-11-18 Thread faridz
Author: faridz Revision: 718626 Modified property: svn:log Modified: svn:log at Tue Nov 18 07:10:42 2008 -- --- svn:log (original) +++ svn:log Tue Nov 18 07:10:42 2008 @@ -1,4 +1,5 @@ 2008-11-18 Farid Zaripov <[EM

svn commit: r718630 - /stdcxx/trunk/include/rw/_heap.cc

2008-11-18 Thread faridz
Author: faridz Date: Tue Nov 18 07:10:00 2008 New Revision: 718630 URL: http://svn.apache.org/viewvc?rev=718630&view=rev Log: 2008-11-18 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-1022 * include/rw/_heap.cc (__make_heap): Optimize the loop with fixing the I

svn commit: r713771 - /stdcxx/branches/4.3.x/include/rw/_config.h

2008-11-13 Thread faridz
Author: faridz Date: Thu Nov 13 10:20:15 2008 New Revision: 713771 URL: http://svn.apache.org/viewvc?rev=713771&view=rev Log: 2008-11-13 Farid Zaripov <[EMAIL PROTECTED]> Merged r713762 from 4.2.x branch. STDCXX-1023 * include/rw/_config.h [_WIN32 &&a

svn commit: r713770 - /stdcxx/trunk/include/rw/_config.h

2008-11-13 Thread faridz
Author: faridz Date: Thu Nov 13 10:19:25 2008 New Revision: 713770 URL: http://svn.apache.org/viewvc?rev=713770&view=rev Log: 2008-11-13 Farid Zaripov <[EMAIL PROTECTED]> Merged r713762 from 4.2.x branch. STDCXX-1023 * include/rw/_config.h [_WIN32 &&a

svn commit: r713762 - /stdcxx/branches/4.2.x/include/rw/_config.h

2008-11-13 Thread faridz
Author: faridz Date: Thu Nov 13 09:57:50 2008 New Revision: 713762 URL: http://svn.apache.org/viewvc?rev=713762&view=rev Log: 2008-11-13 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-1023 * include/rw/_config.h [_WIN32 && _RWSTD_LIB_SRC]: Disable usi

svn propchange: r668634 - svn:log

2008-11-13 Thread faridz
Author: faridz Revision: 668634 Modified property: svn:log Modified: svn:log at Thu Nov 13 09:30:19 2008 -- --- svn:log (original) +++ svn:log Thu Nov 13 09:30:19 2008 @@ -1,4 +1,6 @@ 2008-06-17 Farid Zaripov <[EM

svn propchange: r668633 - svn:log

2008-11-13 Thread faridz
Author: faridz Revision: 668633 Modified property: svn:log Modified: svn:log at Thu Nov 13 09:29:57 2008 -- --- svn:log (original) +++ svn:log Thu Nov 13 09:29:57 2008 @@ -1,4 +1,6 @@ 2008-06-17 Farid Zaripov <[EM

svn propchange: r668632 - svn:log

2008-11-13 Thread faridz
Author: faridz Revision: 668632 Modified property: svn:log Modified: svn:log at Thu Nov 13 09:29:24 2008 -- --- svn:log (original) +++ svn:log Thu Nov 13 09:29:24 2008 @@ -1,3 +1,4 @@ 2008-06-17 Farid Zaripov <[EM

svn commit: r713255 - /stdcxx/branches/4.3.x/etc/config/xfail.txt

2008-11-11 Thread faridz
Author: faridz Date: Tue Nov 11 19:31:36 2008 New Revision: 713255 URL: http://svn.apache.org/viewvc?rev=713255&view=rev Log: 2008-11-12 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/xfail.txt: Removed entry for STDCXX-976. Modified: stdcxx/branches/4.3.x/etc/config

svn commit: r713254 - /stdcxx/trunk/etc/config/xfail.txt

2008-11-11 Thread faridz
Author: faridz Date: Tue Nov 11 19:31:30 2008 New Revision: 713254 URL: http://svn.apache.org/viewvc?rev=713254&view=rev Log: 2008-11-12 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/xfail.txt: Removed entry for STDCXX-976. Modified: stdcxx/trunk/etc/config/xfail.txt

svn commit: r713253 - /stdcxx/branches/4.2.x/etc/config/xfail.txt

2008-11-11 Thread faridz
Author: faridz Date: Tue Nov 11 19:30:37 2008 New Revision: 713253 URL: http://svn.apache.org/viewvc?rev=713253&view=rev Log: 2008-11-12 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/xfail.txt: Removed entry for STDCXX-976. Modified: stdcxx/branches/4.2.x/etc/config

svn commit: r713249 - /stdcxx/branches/4.2.x/include/rw/_heap.cc

2008-11-11 Thread faridz
Author: faridz Date: Tue Nov 11 18:55:40 2008 New Revision: 713249 URL: http://svn.apache.org/viewvc?rev=713249&view=rev Log: 2008-11-12 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-1022 * include/rw/_heap.cc (__make_heap): Worked around an ICE on 32-bit MSVC in

svn commit: r710029 - in /stdcxx/branches/4.2.x: src/file.cpp tests/src/file.cpp

2008-11-03 Thread faridz
Author: faridz Date: Mon Nov 3 01:33:58 2008 New Revision: 710029 URL: http://svn.apache.org/viewvc?rev=710029&view=rev Log: 2008-11-03 Farid Zaripov <[EMAIL PROTECTED]> * src/file.cpp (__rw_mkstemp): Fixed calculation of the string length. [_WIN32]: #define P_tmp

svn commit: r708960 - /stdcxx/branches/4.2.x/tests/src/file.cpp

2008-10-29 Thread faridz
Author: faridz Date: Wed Oct 29 10:57:41 2008 New Revision: 708960 URL: http://svn.apache.org/viewvc?rev=708960&view=rev Log: 2008-10-29 Farid Zaripov <[EMAIL PROTECTED]> * tests/src/file.cpp (rw_tmpnam): Fixed calculation of the string length. Modified: stdcxx/bran

svn commit: r708626 - /stdcxx/branches/4.2.x/tests/src/file.cpp

2008-10-28 Thread faridz
Author: faridz Date: Tue Oct 28 11:05:53 2008 New Revision: 708626 URL: http://svn.apache.org/viewvc?rev=708626&view=rev Log: 2008-10-28 Farid Zaripov <[EMAIL PROTECTED]> * tests/src/file.cpp: #define P_tmpdir with a different value on Windows. (rw_tmpna

svn commit: r704442 - in /stdcxx/branches/4.3.x: etc/config/xfail.txt include/rw/_select.h include/rw/_specialized.h src/time_put.cpp

2008-10-14 Thread faridz
Author: faridz Date: Tue Oct 14 03:31:36 2008 New Revision: 704442 URL: http://svn.apache.org/viewvc?rev=704442&view=rev Log: 2008-10-14 Farid Zaripov <[EMAIL PROTECTED]> Merged revs 687762, 694649, 694675, 694677, 697885, 700895, 704366 from 4.2.x branch.

svn commit: r704438 - in /stdcxx/trunk: etc/config/xfail.txt include/rw/_select.h include/rw/_specialized.h src/time_put.cpp

2008-10-14 Thread faridz
Author: faridz Date: Tue Oct 14 03:30:16 2008 New Revision: 704438 URL: http://svn.apache.org/viewvc?rev=704438&view=rev Log: 2008-10-14 Farid Zaripov <[EMAIL PROTECTED]> Merged revs 687762, 694649, 694675, 694677, 697885, 700895, 704366 from 4.2.x branch.

svn commit: r704366 - /stdcxx/branches/4.2.x/include/rw/_specialized.h

2008-10-14 Thread faridz
Author: faridz Date: Tue Oct 14 00:53:13 2008 New Revision: 704366 URL: http://svn.apache.org/viewvc?rev=704366&view=rev Log: 2008-10-14 Martin Sebor <[EMAIL PROTECTED]> * include/rw/_specialized.h (uninitialized_copy): avoid const-qualifying ptr to prevent an HP aCC

svn commit: r704153 [1/2] - in /stdcxx/trunk: include/rw/ src/ src/i86/ src/i86_64/ src/x86/ src/x86_64/ tests/containers/ tests/include/ tests/src/ util/

2008-10-13 Thread faridz
Author: faridz Date: Mon Oct 13 09:25:37 2008 New Revision: 704153 URL: http://svn.apache.org/viewvc?rev=704153&view=rev Log: 2008-10-13 Farid Zaripov <[EMAIL PROTECTED]> Merged revs 696275, 696295, 697875, 697883, 700495, 700810, 700888, 701135, 702179, 702195, 7029

svn commit: r704152 [1/2] - in /stdcxx/branches/4.3.x: include/rw/ src/ src/i86/ src/i86_64/ src/x86/ src/x86_64/ tests/containers/ tests/include/ tests/src/ util/

2008-10-13 Thread faridz
Author: faridz Date: Mon Oct 13 09:25:34 2008 New Revision: 704152 URL: http://svn.apache.org/viewvc?rev=704152&view=rev Log: 2008-10-13 Farid Zaripov <[EMAIL PROTECTED]> Merged revs 696275, 696295, 697875, 697883, 700495, 700810, 700888, 701135, 702179, 702195, 7029

svn commit: r703216 - in /stdcxx/branches/4.2.x: src/locale_body.h util/path.cpp

2008-10-09 Thread faridz
Author: faridz Date: Thu Oct 9 10:50:18 2008 New Revision: 703216 URL: http://svn.apache.org/viewvc?rev=703216&view=rev Log: 2008-10-09 Farid Zaripov <[EMAIL PROTECTED]> * src/locale_body.h: Revert changes, accidentally committed in r703124. * util/path.cp

svn commit: r703124 - in /stdcxx/branches/4.2.x: src/locale_body.h util/ctype.cpp util/localedef.cpp

2008-10-09 Thread faridz
Author: faridz Date: Thu Oct 9 03:42:48 2008 New Revision: 703124 URL: http://svn.apache.org/viewvc?rev=703124&view=rev Log: 2008-10-09 Farid Zaripov <[EMAIL PROTECTED]> * src/locale_body.h: Replace __CYGWIN32__ to __CYGWIN__ for consistency. * util/ctype.

svn commit: r702931 - in /stdcxx/branches/4.2.x/include/rw: _atomic-sparc.h _atomic.h

2008-10-08 Thread faridz
Author: faridz Date: Wed Oct 8 10:31:16 2008 New Revision: 702931 URL: http://svn.apache.org/viewvc?rev=702931&view=rev Log: 2008-10-08 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-sparc.h: Declare __rw_atomic_xxx64() functions only if atomic-sparc64.s fi

svn commit: r702195 - /stdcxx/branches/4.2.x/include/rw/_atomic.h

2008-10-06 Thread faridz
Author: faridz Date: Mon Oct 6 09:28:02 2008 New Revision: 702195 URL: http://svn.apache.org/viewvc?rev=702195&view=rev Log: 2008-10-06 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic.h: Check for __GNUG__ instead of __GNUC__ for consistency. Correct pr

svn commit: r702179 - in /stdcxx/branches/4.2.x/include/rw: _atomic-deccxx.h _atomic-mipspro.h _atomic-parisc.h _atomic-sparc.h _atomic-sync.h _atomic-x64.h _atomic-x86.h _atomic-xlc.h _atomic.h _mute

2008-10-06 Thread faridz
Author: faridz Date: Mon Oct 6 08:33:23 2008 New Revision: 702179 URL: http://svn.apache.org/viewvc?rev=702179&view=rev Log: 2008-10-06 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-deccxx.h: #define corresponding _RWSTD_NO_XXX_ATOMIC_OPS macros for types,

svn commit: r701135 - in /stdcxx/branches/4.2.x/include/rw: _atomic-sync.h _atomic.h

2008-10-02 Thread faridz
Author: faridz Date: Thu Oct 2 07:17:49 2008 New Revision: 701135 URL: http://svn.apache.org/viewvc?rev=701135&view=rev Log: 2008-10-02 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-sync.h: New header file with definitions of inline functions for atomic

svn commit: r700895 - /stdcxx/branches/4.2.x/etc/config/xfail.txt

2008-10-01 Thread faridz
Author: faridz Date: Wed Oct 1 12:48:50 2008 New Revision: 700895 URL: http://svn.apache.org/viewvc?rev=700895&view=rev Log: 2008-10-01 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/xfail.txt: Removed lines, corresponding to recently resolved STDCXX-1009 issue.

svn commit: r700888 - /stdcxx/branches/4.2.x/include/rw/_atomic-mutex.h

2008-10-01 Thread faridz
Author: faridz Date: Wed Oct 1 12:32:41 2008 New Revision: 700888 URL: http://svn.apache.org/viewvc?rev=700888&view=rev Log: 2008-10-01 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-mutex.h: Make _RWSTD_RW_MUTEX_H_INCLUDED after #endif directive as comm

svn commit: r700810 - in /stdcxx/branches/4.2.x: include/rw/ tests/include/ tests/src/

2008-10-01 Thread faridz
Author: faridz Date: Wed Oct 1 08:28:12 2008 New Revision: 700810 URL: http://svn.apache.org/viewvc?rev=700810&view=rev Log: 2008-10-01 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-deccxx.h: Correct $Id: line. * include/rw/_atomic-mipspro.h: Same.

svn commit: r700495 - /stdcxx/branches/4.2.x/include/rw/_atomic-x86.h

2008-09-30 Thread faridz
Author: faridz Date: Tue Sep 30 08:14:21 2008 New Revision: 700495 URL: http://svn.apache.org/viewvc?rev=700495&view=rev Log: 2008-09-30 Farid Zaripov <[EMAIL PROTECTED]> * include/rw/_atomic-x86.h [!_MSC_VER && _RWSTD_INTERLOCKED_T]: Moved closing brace of th

svn commit: r697885 - /stdcxx/branches/4.2.x/include/rw/_specialized.h

2008-09-22 Thread faridz
Author: faridz Date: Mon Sep 22 09:12:52 2008 New Revision: 697885 URL: http://svn.apache.org/viewvc?rev=697885&view=rev Log: 2008-09-22 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-976 * include/rw/_specialized.h: Reverted r694675. (uninitialized_copy): Use ::new

svn commit: r697883 - /stdcxx/branches/4.2.x/tests/containers/23.list.erase.cpp

2008-09-22 Thread faridz
Author: faridz Date: Mon Sep 22 09:09:59 2008 New Revision: 697883 URL: http://svn.apache.org/viewvc?rev=697883&view=rev Log: 2008-09-22 Farid Zaripov <[EMAIL PROTECTED]> * tests/containers/23.list.erase.cpp (test_erase): Simplify type of the pres_iter. Modified: stdcx

svn commit: r697875 - in /stdcxx/branches/4.2.x/util: ctype.cpp localedef.cpp path.cpp

2008-09-22 Thread faridz
Author: faridz Date: Mon Sep 22 09:00:10 2008 New Revision: 697875 URL: http://svn.apache.org/viewvc?rev=697875&view=rev Log: 2008-09-22 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-455 * util/ctype.cpp (process_ctype): Don't create symlink on Cygwin. (wri

svn commit: r696275 - /stdcxx/branches/4.2.x/src/random.cpp

2008-09-17 Thread faridz
Author: faridz Date: Wed Sep 17 05:34:29 2008 New Revision: 696275 URL: http://svn.apache.org/viewvc?rev=696275&view=rev Log: 2008-09-17 Farid Zaripov <[EMAIL PROTECTED]> * src/random.cpp: #included for size_t type. Modified: stdcxx/branches/4.2.x/src/random.cpp Modifi

svn commit: r696209 - /stdcxx/branches/4.2.x/tests/localization/22.locale.synopsis.cpp

2008-09-17 Thread faridz
Author: faridz Date: Wed Sep 17 02:06:47 2008 New Revision: 696209 URL: http://svn.apache.org/viewvc?rev=696209&view=rev Log: 2008-09-17 Farid Zaripov <[EMAIL PROTECTED]> * tests/localization/22.locale.synopsis.cpp (collate): Resolved MSVC 7.1 warning C4099: &#x

svn commit: r694684 - /stdcxx/trunk/include/ansi/_cassert.h

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 07:28:58 2008 New Revision: 694684 URL: http://svn.apache.org/viewvc?rev=694684&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> Merged r694682 from branches/4.2.x * include/ansi/_cassert.h (__rw_assert_fail): Remove

svn commit: r694685 - /stdcxx/branches/4.3.x/include/ansi/_cassert.h

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 07:29:14 2008 New Revision: 694685 URL: http://svn.apache.org/viewvc?rev=694685&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> Merged r694682 from branches/4.2.x * include/ansi/_cassert.h (__rw_assert_fail): Remove

svn commit: r694682 - /stdcxx/branches/4.2.x/include/ansi/_cassert.h

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 07:22:14 2008 New Revision: 694682 URL: http://svn.apache.org/viewvc?rev=694682&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> * include/ansi/_cassert.h (__rw_assert_fail): Removed function declaration, incompatible wit

svn commit: r694677 - /stdcxx/branches/4.2.x/src/time_put.cpp

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 04:01:47 2008 New Revision: 694677 URL: http://svn.apache.org/viewvc?rev=694677&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> * src/time_put.cpp (__rw_get_timepunct): Cast off to _RWSTD_UINT32_T to shut up conversion warn

svn commit: r694675 - /stdcxx/branches/4.2.x/include/rw/_specialized.h

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 03:45:39 2008 New Revision: 694675 URL: http://svn.apache.org/viewvc?rev=694675&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-976 * include/rw/_specialized.h (uninitialized_copy): Reverted r687762. Added co

svn commit: r694649 - /stdcxx/branches/4.2.x/include/rw/_select.h

2008-09-12 Thread faridz
Author: faridz Date: Fri Sep 12 01:26:15 2008 New Revision: 694649 URL: http://svn.apache.org/viewvc?rev=694649&view=rev Log: 2008-09-12 Farid Zaripov <[EMAIL PROTECTED]> STDCXX-968 STDCXX-1009 * include/rw/_select.h: Use 1L for select discriminator to avoid

svn commit: r693430 - /stdcxx/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:49:08 2008 New Revision: 693430 URL: http://svn.apache.org/viewvc?rev=693430&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693428 from branches/4.2.x * tests/regress/27.stringbuf.overflow.stdcxx-149.cpp: Gi

svn commit: r693429 - /stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:47:53 2008 New Revision: 693429 URL: http://svn.apache.org/viewvc?rev=693429&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693428 from branches/4.2.x * tests/regress/27.stringbuf.overflow.stdcxx-149.cpp: Gi

svn commit: r693428 - /stdcxx/branches/4.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:45:43 2008 New Revision: 693428 URL: http://svn.apache.org/viewvc?rev=693428&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> * tests/regress/27.stringbuf.overflow.stdcxx-149.cpp: Give name to the unnamed struct to workaro

svn commit: r693426 - /stdcxx/trunk/tests/regress/18.c.limits.stdcxx-988.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:38:56 2008 New Revision: 693426 URL: http://svn.apache.org/viewvc?rev=693426&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693424 from branches/4.2.x * tests/regress/18.c.limits.stdcxx-988.cpp: Resolved c

svn commit: r693425 - /stdcxx/branches/4.3.x/tests/regress/18.c.limits.stdcxx-988.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:38:27 2008 New Revision: 693425 URL: http://svn.apache.org/viewvc?rev=693425&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693424 from branches/4.2.x * tests/regress/18.c.limits.stdcxx-988.cpp: Resolved c

svn commit: r693424 - /stdcxx/branches/4.2.x/tests/regress/18.c.limits.stdcxx-988.cpp

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:35:59 2008 New Revision: 693424 URL: http://svn.apache.org/viewvc?rev=693424&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> * tests/regress/18.c.limits.stdcxx-988.cpp: Resolved compilation error on MSVC and ICC/Windows.

svn propchange: r693416 - svn:log

2008-09-09 Thread faridz
Author: faridz Revision: 693416 Modified property: svn:log Modified: svn:log at Tue Sep 9 03:21:01 2008 -- --- svn:log (original) +++ svn:log Tue Sep 9 03:21:01 2008 @@ -1,4 +1,4 @@ -2008-09-09 Farid Zaripov <[EM

svn commit: r693419 - /stdcxx/branches/4.3.x/etc/config/xfail.txt

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:20:19 2008 New Revision: 693419 URL: http://svn.apache.org/viewvc?rev=693419&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693416 from branches/4.2.x * etc/config/xfail.txt (21.string.exceptions): Added a

svn commit: r693420 - /stdcxx/trunk/etc/config/xfail.txt

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:20:46 2008 New Revision: 693420 URL: http://svn.apache.org/viewvc?rev=693420&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> Merged r693416 from branches/4.2.x * etc/config/xfail.txt (21.string.exceptions): Added a

svn commit: r693416 - /stdcxx/branches/4.2.x/etc/config/xfail.txt

2008-09-09 Thread faridz
Author: faridz Date: Tue Sep 9 03:11:52 2008 New Revision: 693416 URL: http://svn.apache.org/viewvc?rev=693416&view=rev Log: 2008-09-09 Farid Zaripov <[EMAIL PROTECTED]> * etc/config/xfail.txt (21.string.exceptions): Added an expected test failure due to S

svn propchange: r693173 - svn:log

2008-09-08 Thread faridz
Author: faridz Revision: 693173 Modified property: svn:log Modified: svn:log at Mon Sep 8 10:32:09 2008 -- --- svn:log (original) +++ svn:log Mon Sep 8 10:32:09 2008 @@ -1,6 +1,6 @@ -2008-09-08 Farid Zaripov <[EM

svn propchange: r693172 - svn:log

2008-09-08 Thread faridz
Author: faridz Revision: 693172 Modified property: svn:log Modified: svn:log at Mon Sep 8 10:32:03 2008 -- --- svn:log (original) +++ svn:log Mon Sep 8 10:32:03 2008 @@ -1,6 +1,6 @@ -2008-09-08 Farid Zaripov <[EM

  1   2   3   4   >