You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] Updated: (STDCXX-483) add number of threads to exec's output - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/01 00:49:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-425) remove #include from example programs - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/01 00:51:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-355) new container member functions cbegin() and cend() - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/01 00:51:51 UTC, 0 replies.
- [jira] Updated: (STDCXX-321) error on std::operator==(istream_iterator, istream_iterator) - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/01 00:53:50 UTC, 0 replies.
- [RFC] stdcxx release process - posted by Martin Sebor <se...@roguewave.com> on 2007/11/01 05:11:27 UTC, 5 replies.
- [jira] Created: (STDCXX-626) [LWG #581] std::basic_ostream::flush() unexpectedly calls to rdbuf()->sync() when rdstate() != goodbit - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 17:24:50 UTC, 0 replies.
- [jira] Created: (STDCXX-627) The 27.ostream test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 17:33:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-627) The 27.ostream test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 17:42:51 UTC, 0 replies.
- [jira] Created: (STDCXX-628) 21.string.append test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 17:58:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-625) 0.process test fails with SEGV due to stack overflow - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/01 19:02:50 UTC, 11 replies.
- [jira] Created: (STDCXX-629) std::string::assign (reverse_iterator, reverse_iterator) assigning self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:11:50 UTC, 0 replies.
- [jira] Created: (STDCXX-630) 21.string.assign test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:13:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-630) 21.string.assign test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:17:50 UTC, 0 replies.
- [jira] Created: (STDCXX-631) 21.string.replace test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:17:50 UTC, 0 replies.
- [jira] Created: (STDCXX-632) std::string::insert (InputIterator, InputIterator) inserting self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:23:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-632) std::string::insert (iterator, InputIterator, InputIterator) inserting self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:23:51 UTC, 0 replies.
- [jira] Created: (STDCXX-633) 21.string.insert test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:25:52 UTC, 0 replies.
- [jira] Created: (STDCXX-634) 25.random.shuffle test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 19:58:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-634) 25.random.shuffle test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 20:17:50 UTC, 0 replies.
- [jira] Created: (STDCXX-635) std::deque::swap invalidates begin() and end() iterators on empty container - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 21:03:50 UTC, 0 replies.
- [jira] Created: (STDCXX-636) 22.deque.special test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 21:05:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-636) 23.deque.special test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/01 21:19:51 UTC, 0 replies.
- [jira] Updated: (STDCXX-625) 0.process test fails with SEGV due to stack overflow - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/01 21:26:50 UTC, 5 replies.
- order of examples vs locales in Windows builds - posted by Martin Sebor <se...@roguewave.com> on 2007/11/02 05:32:44 UTC, 2 replies.
- Re: 22.locale.messages hangs on Linux - posted by Martin Sebor <se...@roguewave.com> on 2007/11/02 05:46:13 UTC, 0 replies.
- Re: Intel C++ 9.1/Win XP build timeouts - posted by Martin Sebor <se...@roguewave.com> on 2007/11/02 05:53:33 UTC, 3 replies.
- [jira] Commented: (STDCXX-635) std::deque::swap invalidates begin() and end() iterators on empty container - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 15:49:50 UTC, 1 replies.
- [jira] Issue Comment Edited: (STDCXX-635) std::deque::swap invalidates begin() and end() iterators on empty container - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 15:49:51 UTC, 1 replies.
- [jira] Created: (STDCXX-637) [_MSC_VER] 21.cwchar test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 16:31:50 UTC, 0 replies.
- [jira] Created: (STDCXX-638) [_MSC_VER] 21.cwctype test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 16:48:50 UTC, 0 replies.
- STDCXX-635 and iterator validitty after deque::swap() (was: Re: 23.deque.special) - posted by Martin Sebor <se...@roguewave.com> on 2007/11/02 17:07:35 UTC, 0 replies.
- [jira] Created: (STDCXX-639) 22.locale.ctype fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 17:19:51 UTC, 0 replies.
- 19.exceptions.mt.cpp fails on AIX - posted by Travis Vitek <vi...@roguewave.com> on 2007/11/02 17:39:32 UTC, 7 replies.
- [jira] Created: (STDCXX-640) std::num_get::do_get() parses no more than 128 characters - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 19:15:50 UTC, 0 replies.
- [jira] Created: (STDCXX-641) 22.locale.num.get test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 19:17:51 UTC, 0 replies.
- [jira] Commented: (STDCXX-640) std::num_get::do_get() parses no more than 128 characters - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/02 19:19:50 UTC, 2 replies.
- [jira] Created: (STDCXX-642) [gcc/Linux] wide build generated wjem a narrow BUILDTYPE is specified - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/02 22:24:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-642) [gcc/Linux] wide build generated when a narrow BUILDTYPE is specified - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/02 22:54:50 UTC, 0 replies.
- [jira] Created: (STDCXX-643) std::exception declaration incompatible with implementation provided by runtime library on AIX - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/02 23:27:50 UTC, 0 replies.
- [jira] Created: (STDCXX-644) 19.exceptions.mt test fails due to STDCXX-643 - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/02 23:31:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-643) std::exception declaration incompatible with implementation provided by runtime library on AIX - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/02 23:31:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-644) 19.exceptions.mt test fails due to STDCXX-643 - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/03 00:55:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-637) [_MSC_VER] 21.cwchar test fails - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/03 01:06:51 UTC, 0 replies.
- [jira] Updated: (STDCXX-638) [MSVC] 21.cwctype test fails - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/03 01:11:50 UTC, 0 replies.
- another istream_iterator question - posted by Mark Brown <ma...@gmail.com> on 2007/11/03 18:32:03 UTC, 1 replies.
- timeframe for 4.2.1? - posted by Martin Sebor <se...@roguewave.com> on 2007/11/05 07:35:54 UTC, 2 replies.
- [PING] Re: svn commit: r588290 - /incubator/stdcxx/branches/4.2.x/etc/config/windows/projectdef.js - posted by Martin Sebor <se...@roguewave.com> on 2007/11/05 17:54:32 UTC, 6 replies.
- [Fwd: November Incubator Reports] - posted by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2007/11/05 20:25:47 UTC, 2 replies.
- [jira] Issue Comment Edited: (STDCXX-625) 0.process test fails with SEGV due to stack overflow - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/06 00:48:50 UTC, 0 replies.
- November '07 Board report ready for review - posted by Martin Sebor <se...@roguewave.com> on 2007/11/06 06:47:52 UTC, 0 replies.
- Crash with using a std::vector - posted by Jeremy Dean <Je...@roguewave.com> on 2007/11/07 15:21:08 UTC, 1 replies.
- [jira] Created: (STDCXX-646) [MSVC] rw_putenv() have a limitations - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/07 16:15:53 UTC, 0 replies.
- [jira] Created: (STDCXX-647) [MSVC] 0.printf.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/07 16:17:51 UTC, 0 replies.
- RE: Apache C++ Standard Library 4.2.0 released - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/07 16:30:48 UTC, 3 replies.
- [jira] Created: (STDCXX-648) [MSVC] The stdcxx compiled with errors on MSVC in strict ANSI mode - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/07 16:46:51 UTC, 0 replies.
- [jira] Updated: (STDCXX-648) [MSVC] The stdcxx compiled with errors on MSVC in strict ANSI mode - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/07 16:46:51 UTC, 0 replies.
- low hanging fruit while cleaning up test failures - posted by Martin Sebor <se...@roguewave.com> on 2007/11/07 20:55:32 UTC, 4 replies.
- [jira] Updated: (STDCXX-625) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.process - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/07 21:20:50 UTC, 1 replies.
- [jira] Updated: (STDCXX-644) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 19.exceptions.mt - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/07 21:24:51 UTC, 0 replies.
- [jira] Created: (STDCXX-649) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.printf - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/07 21:55:50 UTC, 0 replies.
- [jira] Created: (STDCXX-650) 22.locale.codecvt.out test fails to compile - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/07 22:10:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-650) 22.locale.codecvt.out test fails to compile - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/07 22:24:51 UTC, 0 replies.
- [jira] Commented: (STDCXX-490) [IBM XLC++ 9.0] ICE on placement new and explicit dtor invocation - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/07 22:54:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-608) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in ctype tests - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/07 23:14:50 UTC, 0 replies.
- Re: missing build line for 22.locale.codecvt.out - posted by Travis Vitek <vi...@roguewave.com> on 2007/11/08 00:40:01 UTC, 4 replies.
- [jira] Created: (STDCXX-651) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 23.vector.stdcxx-611 - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/08 01:46:50 UTC, 0 replies.
- [jira] Created: (STDCXX-652) 23.vector.stdcxx-611 fails to compile on most platforms - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/08 02:02:50 UTC, 0 replies.
- [jira] Created: (STDCXX-653) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 27.istream.fmat.arith - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/08 02:29:50 UTC, 0 replies.
- [jira] Assigned: (STDCXX-652) 23.vector.stdcxx-611 fails to compile on most platforms - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 02:45:56 UTC, 0 replies.
- [jira] Commented: (STDCXX-652) 23.vector.stdcxx-611 fails to compile on most platforms - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 02:45:56 UTC, 0 replies.
- [jira] Updated: (STDCXX-652) 23.vector.stdcxx-611 fails to compile on most platforms - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 02:49:51 UTC, 0 replies.
- [jira] Assigned: (STDCXX-651) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 23.vector.stdcxx-611 - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 02:49:51 UTC, 0 replies.
- [jira] Updated: (STDCXX-651) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 23.vector.stdcxx-611 - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 02:51:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-651) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 23.vector.stdcxx-611 - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 03:02:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-652) 23.vector.stdcxx-611 fails to compile on most platforms - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 03:02:50 UTC, 0 replies.
- [jira] Created: (STDCXX-654) infinite loop in 18.csetjmp and 18.setjmp tests - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 03:15:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-654) infinite loop in 18.csetjmp and 18.setjmp tests - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:22:52 UTC, 0 replies.
- [jira] Assigned: (STDCXX-654) infinite loop in 18.csetjmp and 18.setjmp tests - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:29:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-654) infinite loop in 18.csetjmp and 18.setjmp tests - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:33:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-162) [x86_64] atomic operations disabled - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:46:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-495) bug in vector::insert(iterator, const T&) inserting end() - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:54:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-653) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 27.istream.fmat.arith - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:58:50 UTC, 3 replies.
- [jira] Updated: (STDCXX-653) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 27.istream.fmat.arith - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/08 05:58:51 UTC, 1 replies.
- Re: genxviews and xbuildgen scripts - posted by Martin Sebor <se...@roguewave.com> on 2007/11/08 22:56:40 UTC, 0 replies.
- [jira] Assigned: (STDCXX-616) [HP aCC 3.73] error #902 in 20.auto.ptr.cpp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:12:50 UTC, 0 replies.
- [jira] Created: (STDCXX-655) [HP aCC 3.73] error 902 on an overloaded template assignment in a template - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:18:50 UTC, 0 replies.
- [jira] Created: (STDCXX-656) [HP aCC 3.73] error 187 on an explicit call to a template conversion operator - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:31:50 UTC, 0 replies.
- [jira] Created: (STDCXX-657) [HP aCC 3.39] confused taking the address of an overloaded member - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:38:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-657) [HP aCC 3.39] confused taking the address of an overloaded member - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:40:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-616) [HP aCC 3.73] compilation errors in 20.auto.ptr.cpp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:44:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-616) [HP aCC 3.73] compilation errors in 20.auto.ptr.cpp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/09 00:46:50 UTC, 0 replies.
- [jira] Created: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 15:13:50 UTC, 0 replies.
- [jira] Resolved: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 15:19:51 UTC, 0 replies.
- [jira] Created: (STDCXX-659) [MSVC] 22.locale.moneypunct.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 18:07:50 UTC, 0 replies.
- [jira] Resolved: (STDCXX-659) [MSVC] 22.locale.moneypunct.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 18:27:50 UTC, 0 replies.
- [jira] Created: (STDCXX-660) [MSVC] 22.locale.ctype.is.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/09 19:03:51 UTC, 0 replies.
- library and build sizes on Windows - posted by Martin Sebor <se...@roguewave.com> on 2007/11/12 06:18:17 UTC, 3 replies.
- difference in the icecream example on Windows - posted by Martin Sebor <se...@roguewave.com> on 2007/11/12 06:27:27 UTC, 1 replies.
- [jira] Commented: (STDCXX-430) building Boost with stdcxx - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/12 06:31:50 UTC, 0 replies.
- [jira] Created: (STDCXX-661) Unstable icecream.cpp example output - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 10:48:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-661) Unstable icecream.cpp example output - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 10:55:50 UTC, 2 replies.
- [jira] Created: (STDCXX-662) [MSVC 8] 17.names.cpp test fails to compile on MSVC 8 and higher - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 14:03:52 UTC, 0 replies.
- [jira] Updated: (STDCXX-662) [MSVC 8] 17.names.cpp test fails to compile on MSVC 8 and higher - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 14:34:50 UTC, 0 replies.
- [jira] Resolved: (STDCXX-662) [MSVC 8] 17.names.cpp test fails to compile on MSVC 8 and higher - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 14:53:50 UTC, 0 replies.
- [jira] Created: (STDCXX-663) [MSVC] MSVC declares non-standard prototype of the wcstok() - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:15:50 UTC, 0 replies.
- [jira] Updated: (STDCXX-663) [MSVC] MSVC declares non-standard prototype of the wcstok() - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:17:50 UTC, 0 replies.
- [jira] Resolved: (STDCXX-578) purify reports mismatched new/delete in facet implementation. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:36:53 UTC, 0 replies.
- [jira] Closed: (STDCXX-578) purify reports mismatched new/delete in facet implementation. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:36:54 UTC, 0 replies.
- [jira] Closed: (STDCXX-619) purify reports array bounds read error in 25.remove test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:38:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-601) purify reports uninitialized memory read in 20.auto.ptr test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:38:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-619) purify reports array bounds read error in 25.remove test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:38:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-596) purify reports uninitialized memory read in _rw_fmtarray - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:40:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-593) purify reports array bounds write error from rw_locales in 22.locale.cons.stdcxx-485 test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:40:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-601) purify reports uninitialized memory read in 20.auto.ptr test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:40:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-593) purify reports array bounds write error from rw_locales in 22.locale.cons.stdcxx-485 test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:40:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-596) purify reports uninitialized memory read in _rw_fmtarray - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:40:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-587) purify reports memory leak from __rw_tmpbuf in 20.temp.buffer.mt - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:42:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-587) purify reports memory leak from __rw_tmpbuf in 20.temp.buffer.mt - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:42:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-584) purify reports memory leak from __rw_vfmtwhat in 18.exception test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:42:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-581) purify reports uninitialized memory read in __rw_memattr - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-582) purify reports memory leak in _rw_bufcat from 0.printf test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:51 UTC, 0 replies.
- [jira] Resolved: (STDCXX-582) purify reports memory leak in _rw_bufcat from 0.printf test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-584) purify reports memory leak from __rw_vfmtwhat in 18.exception test - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-581) purify reports uninitialized memory read in __rw_memattr - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:52 UTC, 0 replies.
- [jira] Closed: (STDCXX-580) purify reports memory leaked by strstream example - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:52 UTC, 0 replies.
- [jira] Resolved: (STDCXX-580) purify reports memory leaked by strstream example - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:44:52 UTC, 0 replies.
- [jira] Closed: (STDCXX-579) purify reports memory leaked by strstreambuf example - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:46:50 UTC, 0 replies.
- [jira] Resolved: (STDCXX-579) purify reports memory leaked by strstreambuf example - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:46:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-497) [MSVC 7.1] std::num_put bad formatting of 0.0 with precision and showpoint - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 15:56:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-659) [MSVC] 22.locale.moneypunct.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 17:57:50 UTC, 0 replies.
- [jira] Closed: (STDCXX-634) 25.random.shuffle test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 17:59:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 17:59:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-611) vector container does not work with types that implement unary operator& - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:01:57 UTC, 0 replies.
- [jira] Closed: (STDCXX-609) Windows build script does not use default BUILDTYPE 11s - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:01:58 UTC, 0 replies.
- [jira] Closed: (STDCXX-453) std::moneypunct not thread safe - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:03:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-437) [MSVC 6.0] remove MSVC 6.0 specific hacks from sources - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:05:51 UTC, 0 replies.
- [jira] Closed: (STDCXX-412) money_get fails to parse currency in international format - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:09:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-543) test suite failures due excessively long command lines - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:18:51 UTC, 1 replies.
- [jira] Updated: (STDCXX-543) test suite failures due excessively long command lines - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:18:51 UTC, 2 replies.
- [jira] Updated: (STDCXX-658) 27.istream.fmat.arith.cpp test aborts with SEGV - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 18:27:50 UTC, 0 replies.
- [jira] Commented: (STDCXX-660) [MSVC] 22.locale.ctype.is.cpp test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/12 21:09:50 UTC, 0 replies.
- [jira] Created: (STDCXX-664) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 22.locale.globals.mt - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/12 23:23:50 UTC, 0 replies.
- [jira] Created: (STDCXX-665) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/13 00:20:51 UTC, 0 replies.
- [RFC] stdcxx release process, second draft - posted by Martin Sebor <se...@roguewave.com> on 2007/11/13 05:06:11 UTC, 8 replies.
- [RFC] build result views - posted by Martin Sebor <se...@roguewave.com> on 2007/11/13 05:17:55 UTC, 4 replies.
- 21.string.cons.cpp test fails on 64-bit MSVC (8.0 and 9.0) - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/13 17:02:08 UTC, 4 replies.
- [jira] Created: (STDCXX-666) [MSVC 8-x64] 21.string.cons.cpp test fails in optimized builds due to bad codegeneration by the compiler - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/14 14:22:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-667) Change the syntax of the @filelist parameter of the exec utility to the unix style - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/14 14:24:43 UTC, 0 replies.
- [jira] Created: (STDCXX-667) Change the syntax of the @filelist parameter of the exec utility to the unix style - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/14 14:24:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-543) test suite failures due excessively long command lines - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/14 14:26:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-661) Unstable icecream.cpp example output - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/14 17:02:43 UTC, 1 replies.
- [jira] Resolved: (STDCXX-661) Unstable icecream.cpp example output - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/14 18:46:43 UTC, 0 replies.
- Re: svn commit: r594966 - in /incubator/stdcxx/branches/4.2.x/examples/tutorial: icecream.cpp out/icecream.out - posted by Martin Sebor <se...@roguewave.com> on 2007/11/14 18:58:06 UTC, 0 replies.
- [PATCH] 22.locale.ctype.is.cpp - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/14 19:10:09 UTC, 4 replies.
- [Fwd: ASF Board Meeting Summary - November 14, 2007] - posted by "William A. Rowe, Jr." <wr...@rowe-clan.net> on 2007/11/15 19:27:30 UTC, 2 replies.
- [jira] Assigned: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/15 20:37:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/15 20:39:43 UTC, 2 replies.
- [jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/16 00:25:43 UTC, 3 replies.
- [jira] Closed: (STDCXX-661) Unstable icecream.cpp example output - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/16 14:12:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-321) error on std::operator==(istream_iterator, istream_iterator) - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/16 18:44:43 UTC, 1 replies.
- [jira] Created: (STDCXX-668) broken links in User Guide - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/16 19:41:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-645) stream iterators into different streams compare equal - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/16 20:31:43 UTC, 3 replies.
- [jira] Commented: (STDCXX-668) broken links in User Guide - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/16 21:55:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-649) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.printf - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 00:50:43 UTC, 3 replies.
- [jira] Assigned: (STDCXX-649) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.printf - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:03:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-664) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 22.locale.globals.mt - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:05:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-608) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in ctype tests - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:05:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-665) [IBM XLC++ 9.0/AIX 5.3] 22.locale.messages fails with assertions - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:05:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-607) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 22.locale.messages - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:05:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-606) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 18.csetjmp and 18.setjmp - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:05:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-604) [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297 - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:13:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-617) [Intel C++ 10.0] error on implicit assignment in 26.valarray.transcend.stdcxx-315.cp - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/17 01:20:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-653) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 27.istream.fmat.arith - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/17 03:24:43 UTC, 0 replies.
- [PING] Re: missing build line for 22.locale.codecvt.out - posted by Martin Sebor <se...@roguewave.com> on 2007/11/19 06:33:44 UTC, 0 replies.
- Re: svn commit: r596354 - /incubator/stdcxx/trunk/tests/utilities/20.auto.ptr.cpp - posted by Martin Sebor <se...@roguewave.com> on 2007/11/19 22:27:15 UTC, 1 replies.
- [jira] Created: (STDCXX-669) [MSVC 7.1] compilation errors in 20.auto.ptr.cpp - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 12:19:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-669) [MSVC 7.1] compilation errors in 20.auto.ptr.cpp - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 12:21:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-669) [MSVC 7.1] compilation errors in 20.auto.ptr.cpp - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 12:30:45 UTC, 0 replies.
- [PATCH] MSVC has non-standard prototype of the wcstok() - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/20 15:25:01 UTC, 0 replies.
- [jira] Assigned: (STDCXX-612) many iterator types do not work with types that implement unary operator& - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 16:39:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-612) many iterator types do not work with types that implement unary operator& - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 16:41:43 UTC, 3 replies.
- [jira] Commented: (STDCXX-612) many iterator types do not work with types that implement unary operator& - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 16:57:43 UTC, 2 replies.
- [jira] Issue Comment Edited: (STDCXX-612) many iterator types do not work with types that implement unary operator& - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/20 18:37:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 19:07:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 19:07:46 UTC, 1 replies.
- [jira] Commented: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 19:07:47 UTC, 0 replies.
- [jira] Assigned: (STDCXX-558) Remove unnecessary includes of "config.h" in source files for config tests - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/20 19:09:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-607) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 22.locale.messages - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/21 00:31:43 UTC, 1 replies.
- [jira] Resolved: (STDCXX-558) Remove unnecessary includes of "config.h" in source files for config tests - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 17:01:48 UTC, 0 replies.
- [jira] Resolved: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 17:01:49 UTC, 0 replies.
- [jira] Closed: (STDCXX-558) Remove unnecessary includes of "config.h" in source files for config tests - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 17:03:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-557) Make definitions of std::terminate() consistent in all config test sources. - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 17:03:43 UTC, 0 replies.
- Re: svn commit: r597111 - /incubator/stdcxx/branches/4.2.x/etc/config/src/ - posted by Martin Sebor <se...@roguewave.com> on 2007/11/21 17:32:50 UTC, 4 replies.
- [jira] Assigned: (STDCXX-321) error on std::operator==(istream_iterator, istream_iterator) - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/21 17:52:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-594) remove _V3_LOCALE macro from headers and sources - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:15:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()' - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:24:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-632) std::string::insert (iterator, InputIterator, InputIterator) inserting self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-629) std::string::assign (reverse_iterator, reverse_iterator) assigning self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-630) 21.string.assign test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-438) std::string::append (InputIterator, InputIterator) appending self incorrect - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-631) 21.string.replace test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-628) 21.string.append test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-633) 21.string.insert test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 19:26:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-594) remove _V3_LOCALE macro from headers and sources - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 20:09:43 UTC, 1 replies.
- [jira] Resolved: (STDCXX-594) remove _V3_LOCALE macro from headers and sources - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/21 20:16:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-617) [Intel C++ 10.0] error on implicit assignment in 26.valarray.transcend.stdcxx-315.cp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/21 23:17:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-607) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 22.locale.messages - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:44:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-606) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 18.csetjmp and 18.setjmp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:55:44 UTC, 0 replies.
- [jira] Closed: (STDCXX-606) [IBM XLC++ 9.0/AIX 5.3] SIGHUP in 18.csetjmp and 18.setjmp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:55:44 UTC, 0 replies.
- [jira] Created: (STDCXX-670) [IBM XLC++/AIX] doesn't #define macro setjmp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 00:59:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-649) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.printf - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/22 01:12:43 UTC, 0 replies.
- [PING] Re: library and build sizes on Windows - posted by Martin Sebor <se...@roguewave.com> on 2007/11/22 01:19:20 UTC, 1 replies.
- [REMINDER] relative pathnames in ChangeLogs - posted by Martin Sebor <se...@roguewave.com> on 2007/11/22 01:34:25 UTC, 0 replies.
- [jira] Assigned: (STDCXX-637) [_MSC_VER] 21.cwchar test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 13:43:46 UTC, 0 replies.
- [jira] Created: (STDCXX-671) Rename _V3_USE_FACET macro to _RW_USE_FACET - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 16:29:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-671) Rename _V3_USE_FACET macro to _RWSTD_USE_FACET - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 16:35:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-671) Rename _V3_USE_FACET macro to _RWSTD_USE_FACET - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 18:39:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-637) [_MSC_VER] 21.cwchar test fails - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 18:39:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()' - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 19:59:43 UTC, 1 replies.
- [jira] Commented: (STDCXX-585) [gcc 4.2.0/Cygwin] linker errors due to multiple definition of `std::bad_cast::what()'; `std::bad_typeid::what()'; `std::bad_exception::what()'; `std::bad_alloc::what()' - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/22 20:03:43 UTC, 0 replies.
- Re: svn commit: r597396 - /incubator/stdcxx/branches/4.2.x/tests/numerics/26.valarray.cassign.cpp - posted by Martin Sebor <se...@roguewave.com> on 2007/11/23 01:48:46 UTC, 0 replies.
- [jira] Commented: (STDCXX-221) std::istream::readsome() sets badbit instead of eofbit on EOF - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/23 14:43:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/23 14:49:43 UTC, 0 replies.
- [jira] Resolved: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/23 15:14:43 UTC, 0 replies.
- question on the examples for the source/forward/backward incompatible changes - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/23 17:48:04 UTC, 7 replies.
- Re: STDCXX-635 and iterator validitty after deque::swap() - posted by Mark Brown <ma...@gmail.com> on 2007/11/23 19:59:46 UTC, 0 replies.
- [jira] Created: (STDCXX-672) implement C++ 0x Concepts - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/25 21:09:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-215) stdcxx not async-cancel safe - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/26 04:25:43 UTC, 0 replies.
- planning 4.2.1, 4.3, and beyond - posted by Martin Sebor <se...@roguewave.com> on 2007/11/26 04:36:42 UTC, 0 replies.
- [ann] Microsoft Visual Studio 2008 released - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/26 16:55:59 UTC, 0 replies.
- [jira] Created: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/27 00:28:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-649) [IBM XLC++ 9.0/AIX 5.3] SIGSEGV in 0.printf - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/27 00:30:43 UTC, 0 replies.
- Re: svn commit: r597665 - /incubator/stdcxx/branches/4.2.x/include/streambuf - posted by Martin Sebor <se...@roguewave.com> on 2007/11/27 02:49:59 UTC, 0 replies.
- [jira] Closed: (STDCXX-221) std::istream::readsome() sets badbit instead of eofbit on EOF - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/27 03:07:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-336) allow multiple config.h files in the same installation directory - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 05:58:43 UTC, 0 replies.
- [jira] Closed: (STDCXX-623) add cumulative times to the output of the exec utility - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:09:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-443) [IBM XLC++] should avoid using -qinline or -Q in C++ code - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:11:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:20:44 UTC, 0 replies.
- [jira] Updated: (STDCXX-408) make use of __declspec(dll{export,import}) on all platforms - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:24:44 UTC, 0 replies.
- [jira] Assigned: (STDCXX-603) [IBM XLC++ 9.0] unsats on std::valarray::apply() in 26.valarray.members.stdcxx-313.cpp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:26:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-646) [MSVC] rw_putenv() limitations - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:28:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-646) [MSVC] rw_putenv() limitations - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:28:43 UTC, 0 replies.
- [jira] Assigned: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:50:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-563) split up rw/_mutex.h - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/28 06:56:43 UTC, 0 replies.
- [jira] Created: (STDCXX-674) Improve configure script to lookup the dependencies through the all included headers - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/28 14:32:44 UTC, 0 replies.
- [jira] Assigned: (STDCXX-250) std::operator>>(istream&, string&) fails to set failbit after it extracts 0 characters - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/28 16:27:43 UTC, 0 replies.
- Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp - posted by Martin Sebor <se...@roguewave.com> on 2007/11/28 17:21:19 UTC, 5 replies.
- [jira] Commented: (STDCXX-250) std::operator>>(istream&, string&) fails to set failbit after it extracts 0 characters - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/28 17:56:43 UTC, 1 replies.
- [jira] Issue Comment Edited: (STDCXX-645) stream iterators into different streams compare equal - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/28 21:04:45 UTC, 2 replies.
- [jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/28 23:31:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/28 23:37:48 UTC, 1 replies.
- [jira] Assigned: (STDCXX-459) time_get::date_order() should return actually date order taken from locale - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 16:13:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-459) time_get::date_order() should return actually date order taken from locale - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 16:56:43 UTC, 5 replies.
- [jira] Commented: (STDCXX-459) time_get::date_order() should return actually date order taken from locale - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 16:58:43 UTC, 1 replies.
- [jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 19:13:43 UTC, 2 replies.
- [jira] Created: (STDCXX-675) [MSVC] implement autolinking feature - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 19:13:43 UTC, 0 replies.
- [jira] Updated: (STDCXX-672) implement C++ 0x Concepts - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 19:38:43 UTC, 0 replies.
- [jira] Commented: (STDCXX-375) std::getline() declared in , but should be declared in - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 21:53:43 UTC, 0 replies.
- [jira] Issue Comment Edited: (STDCXX-375) std::getline() declared in , but should be declared in - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/29 21:53:44 UTC, 0 replies.
- [jira] Commented: (STDCXX-604) [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297 - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/30 00:04:45 UTC, 0 replies.
- [jira] Updated: (STDCXX-604) [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297 - posted by "Travis Vitek (JIRA)" <ji...@apache.org> on 2007/11/30 00:14:43 UTC, 1 replies.
- welcome Travis Vitek - posted by Martin Sebor <se...@roguewave.com> on 2007/11/30 00:54:17 UTC, 0 replies.
- moving out of the incubator and becoming a TLP - posted by Martin Sebor <se...@roguewave.com> on 2007/11/30 01:17:40 UTC, 1 replies.
- _RWSTD_LIB_SRC macro is not #defined in src/export.cpp - posted by Farid Zaripov <Fa...@epam.com> on 2007/11/30 18:37:52 UTC, 1 replies.
- [jira] Updated: (STDCXX-675) [MSVC] implement autolinking feature - posted by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2007/11/30 18:44:43 UTC, 1 replies.
- [jira] Commented: (STDCXX-566) update/generate incubation status file - posted by "Martin Sebor (JIRA)" <ji...@apache.org> on 2007/11/30 22:09:43 UTC, 0 replies.
- Problem with Memory with strings on HP-IPF - posted by Jeremy Dean <Je...@roguewave.com> on 2007/11/30 22:29:06 UTC, 0 replies.
- RE: [jira] Resolved: (STDCXX-566) update/generate incubation status file - posted by Martin Sebor <se...@roguewave.com> on 2007/11/30 22:30:22 UTC, 0 replies.