[jira] Updated: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-10 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-514: - Affects Version/s: (was: 4.1.3) 4.2 basic_stringbuf::str()

[jira] Closed: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-10 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-514. Resolution: Fixed Corrected Affects version/s field. basic_stringbuf::str() deallocating

[jira] Reopened: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-10 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reopened STDCXX-514: -- basic_stringbuf::str() deallocating external buffer

[jira] Created: (STDCXX-513) setjmp macro is not defined on Cygwin

2007-08-09 Thread Farid Zaripov (JIRA)
setjmp macro is not defined on Cygwin - Key: STDCXX-513 URL: https://issues.apache.org/jira/browse/STDCXX-513 Project: C++ Standard Library Issue Type: Bug Components: 18. Language Support

[jira] Closed: (STDCXX-513) setjmp macro is not defined on Cygwin

2007-08-09 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-513. setjmp macro is not defined on Cygwin - Key:

[jira] Resolved: (STDCXX-513) setjmp macro is not defined on Cygwin

2007-08-09 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-513. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=564170 setjmp macro

[jira] Created: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-09 Thread Farid Zaripov (JIRA)
basic_stringbuf::str() deallocating external buffer - Key: STDCXX-514 URL: https://issues.apache.org/jira/browse/STDCXX-514 Project: C++ Standard Library Issue Type: Bug

[jira] Updated: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-09 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-514: - Description: The program below aborts due to deallocating the external buffer extbuf. test.cpp:

[jira] Resolved: (STDCXX-514) basic_stringbuf::str() deallocating external buffer

2007-08-09 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-514. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=564213

[jira] Created: (STDCXX-515) std::basic_streambuf::xsputn() writes characters at the end, but not at the current position if reallocation of internal buffer occurs

2007-08-09 Thread Farid Zaripov (JIRA)
std::basic_streambuf::xsputn() writes characters at the end, but not at the current position if reallocation of internal buffer occurs Key:

[jira] Assigned: (STDCXX-507) Access violation while loading libstdxxx.dll in dynamic builds on Cygwin

2007-08-02 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-507: Assignee: Farid Zaripov Access violation while loading libstdxxx.dll in dynamic builds on

[jira] Commented: (STDCXX-507) Access violation while loading libstdxxx.dll in dynamic builds on Cygwin

2007-08-02 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517212 ] Farid Zaripov commented on STDCXX-507: -- There some problems with exporting basic_stringchar,

[jira] Commented: (STDCXX-508) __rw_catlist vector accessed beyond the last element in third call to catopen() (src/catalog.cpp)

2007-08-01 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517039 ] Farid Zaripov commented on STDCXX-508: -- The issue will be closed after making the regression test.

[jira] Created: (STDCXX-507) Access violation while loading libstdxxx.dll in dynamic builds on Cygwin

2007-07-31 Thread Farid Zaripov (JIRA)
Access violation while loading libstdxxx.dll in dynamic builds on Cygwin Key: STDCXX-507 URL: https://issues.apache.org/jira/browse/STDCXX-507 Project: C++ Standard Library

[jira] Commented: (STDCXX-497) [MSVC 7.1] std::num_put bad formatting of 0.0 with precision and showpoint

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514978 ] Farid Zaripov commented on STDCXX-497: -- Already confirmed (see https://issues.apache.org/jira/browse/STDCXX-2).

[jira] Issue Comment Edited: (STDCXX-497) [MSVC 7.1] std::num_put bad formatting of 0.0 with precision and showpoint

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514978 ] Farid Zaripov edited comment on STDCXX-497 at 7/24/07 7:27 AM: --- Already confirmed:

[jira] Assigned: (STDCXX-175) std::string::replace (size_type, size_type, const_pointer, size_type) doesn't check last argument

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-175: Assignee: Farid Zaripov std::string::replace (size_type, size_type, const_pointer,

[jira] Resolved: (STDCXX-175) std::string::replace (size_type, size_type, const_pointer, size_type) doesn't check last argument

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-175. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=559084

[jira] Closed: (STDCXX-175) std::string::replace (size_type, size_type, const_pointer, size_type) doesn't check last argument

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-175. The regression test added thus: http://svn.apache.org/viewvc?view=revrev=559085 std::string::replace

[jira] Updated: (STDCXX-466) basic_string::rfind() and basic_string::find_xxx() methods throws length_error(), but shouldn't

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-466: - Summary: basic_string::rfind() and basic_string::find_xxx() methods throws length_error(), but

[jira] Resolved: (STDCXX-466) basic_string::rfind() and basic_string::find_xxx() methods throws length_error(), but shouldn't

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-466. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewcvs?view=revrev=559037

[jira] Closed: (STDCXX-466) basic_string::rfind() and basic_string::find_xxx() methods throws length_error(), but shouldn't

2007-07-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-466. basic_string::rfind() and basic_string::find_xxx() methods throws length_error(), but shouldn't

[jira] Resolved: (STDCXX-466) basic_string::rfind() throws length_error(), but should return npos

2007-07-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-466. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=557742

[jira] Closed: (STDCXX-466) basic_string::rfind() throws length_error(), but should return npos

2007-07-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-466. Regression test added thus: http://svn.apache.org/viewvc?view=revrev=558688 basic_string::rfind()

[jira] Assigned: (STDCXX-466) basic_string::rfind() throws length_error(), but should return npos

2007-07-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-466: Assignee: Farid Zaripov basic_string::rfind() throws length_error(), but should return

[jira] Created: (STDCXX-466) basic_string::rfind() throws length_error(), but should return npos

2007-07-03 Thread Farid Zaripov (JIRA)
basic_string::rfind() throws length_error(), but should return npos - Key: STDCXX-466 URL: https://issues.apache.org/jira/browse/STDCXX-466 Project: C++ Standard Library

[jira] Assigned: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-26 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-462: Assignee: Farid Zaripov std::time_get example exposes undefined behavior

[jira] Resolved: (STDCXX-462) std::time_get example exposes undefined behavior

2007-06-26 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-462. -- Resolution: Fixed Fix Version/s: 4.2 Fixed thus:

[jira] Created: (STDCXX-458) limits example status depends on platform

2007-06-25 Thread Farid Zaripov (JIRA)
limits example status depends on platform - Key: STDCXX-458 URL: https://issues.apache.org/jira/browse/STDCXX-458 Project: C++ Standard Library Issue Type: Bug Components: Examples

[jira] Created: (STDCXX-459) time_get::date_order() should return actually date order taken from locale

2007-06-25 Thread Farid Zaripov (JIRA)
time_get::date_order() should return actually date order taken from locale -- Key: STDCXX-459 URL: https://issues.apache.org/jira/browse/STDCXX-459 Project: C++ Standard Library

[jira] Created: (STDCXX-460) The time_get example expected to output time_base::dateorder == 2 but actually output is time_base::dateorder == 0.

2007-06-25 Thread Farid Zaripov (JIRA)
The time_get example expected to output time_base::dateorder == 2 but actually output is time_base::dateorder == 0. --- Key: STDCXX-460 URL:

[jira] Created: (STDCXX-454) rwexcept example crashes due to using delete[] on static buffer

2007-06-22 Thread Farid Zaripov (JIRA)
rwexcept example crashes due to using delete[] on static buffer --- Key: STDCXX-454 URL: https://issues.apache.org/jira/browse/STDCXX-454 Project: C++ Standard Library Issue Type:

[jira] Created: (STDCXX-455) [Cygwin] localedef errors: fatal error - could not load shell32, Win32 error 487

2007-06-22 Thread Farid Zaripov (JIRA)
[Cygwin] localedef errors: fatal error - could not load shell32, Win32 error 487 Key: STDCXX-455 URL: https://issues.apache.org/jira/browse/STDCXX-455 Project: C++

[jira] Closed: (STDCXX-353) [Cygwin] localedef errors: UCS value of symbolic character out of range

2007-06-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-353. Resolution: Cannot Reproduce The new issue about locales:

[jira] Closed: (STDCXX-454) rwexcept example crashes due to using delete[] on static buffer

2007-06-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-454. rwexcept example crashes due to using delete[] on static buffer

[jira] Commented: (STDCXX-455) [Cygwin] localedef errors: fatal error - could not load shell32, Win32 error 487

2007-06-22 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507294 ] Farid Zaripov commented on STDCXX-455: -- Unable to debug this problem. Under strace or gdb all works fine.

[jira] Assigned: (STDCXX-293) __rw::__rw_throw(): operator delete[] called without corresponding operator new[] call

2007-06-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-293: Assignee: Farid Zaripov __rw::__rw_throw(): operator delete[] called without

[jira] Created: (STDCXX-451) Improve the checking of the ANSI C library functions

2007-06-19 Thread Farid Zaripov (JIRA)
Improve the checking of the ANSI C library functions Key: STDCXX-451 URL: https://issues.apache.org/jira/browse/STDCXX-451 Project: C++ Standard Library Issue Type: Improvement

[jira] Updated: (STDCXX-429) separate runtime config macros from those for compiler

2007-06-11 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-429: - Due Date: 11/Jun/07 separate runtime config macros from those for compiler

[jira] Closed: (STDCXX-427) SIGSEGV in istringstream::str()

2007-06-08 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-427. SIGSEGV in istringstream::str() --- Key: STDCXX-427

[jira] Reopened: (STDCXX-331) std::list::insert() violates strong exception safety requirements

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reopened STDCXX-331: -- std::list::insert() violates strong exception safety requirements

[jira] Updated: (STDCXX-331) std::list::insert() violates strong exception safety requirements

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-331: - Comment: was deleted std::list::insert() violates strong exception safety requirements

[jira] Closed: (STDCXX-331) std::list::insert() violates strong exception safety requirements

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-331. Resolution: Fixed std::list::insert() violates strong exception safety requirements

[jira] Closed: (STDCXX-297) std::bitset constructor addressed memory beyond the object

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-297. The regression test added thus: http://svn.apache.org/viewvc?view=revrev=544795 std::bitset

[jira] Closed: (STDCXX-127) std::deque::swap does not swap empty containers correctly

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-127. The regression test added thus: http://svn.apache.org/viewvc?view=revrev=544791 std::deque::swap

[jira] Closed: (STDCXX-40) [Cygwin] util does not compile clean and fails to link

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-40. --- Resolution: Fixed No problem with building the utils on cygwin with iconv installed. [Cygwin] util

[jira] Resolved: (STDCXX-422) [Cygwin] linker errors due to multiple definitions of typeinfo of many library symbols

2007-06-06 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-422. -- Resolution: Fixed Fix Version/s: 4.2 Fixed thus:

[jira] Resolved: (STDCXX-105) document Windows configuration and build infrastructure

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-105. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrevision=544496 document

[jira] Closed: (STDCXX-105) document Windows configuration and build infrastructure

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-105. document Windows configuration and build infrastructure

[jira] Closed: (STDCXX-331) std::list::insert() violates strong exception safety requirements

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-331. The test suite already have the test cases to detect this bug. Actually the bug was found after

[jira] Resolved: (STDCXX-2) [MSVC] std::num_put bad formatting of 0.0 with precision and showpoint

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-2. Resolution: Won't Fix The problem in the MSVC CRT. The expression strm 0.0; is invokes the

[jira] Closed: (STDCXX-2) [MSVC] std::num_put bad formatting of 0.0 with precision and showpoint

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-2. -- [MSVC] std::num_put bad formatting of 0.0 with precision and showpoint

[jira] Commented: (STDCXX-430) building Boost with stdcxx

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501607 ] Farid Zaripov commented on STDCXX-430: -- Boost guys are moving from cvs to svn. The bug tracking base is also

[jira] Resolved: (STDCXX-188) [Intel C++ 9.1/Windows] warning #177 in library builds

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-188. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=544587 [Intel C++

[jira] Closed: (STDCXX-188) [Intel C++ 9.1/Windows] warning #177 in library builds

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-188. [Intel C++ 9.1/Windows] warning #177 in library builds

[jira] Commented: (STDCXX-353) [Cygwin] localedef errors: UCS value of symbolic character out of range

2007-06-05 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501653 ] Farid Zaripov commented on STDCXX-353: -- zh_CN.GB18030 and zh_TW.EUC-TW are built successfully, but now

[jira] Commented: (STDCXX-378) [MSVC 7.1/8.0] fails to compile dynatype.cpp example

2007-05-29 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499769 ] Farid Zaripov commented on STDCXX-378: -- Restored the dynatype::operator T():

[jira] Closed: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-220. Resolution: Cannot Reproduce Fix Version/s: 4.2 Not reproduced. [MSVC] SIGSEGV on

[jira] Resolved: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-220. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=532756 [MSVC] SIGSEGV

[jira] Updated: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-220: - Comment: was deleted [MSVC] SIGSEGV on localedef -f UTF-8

[jira] Reopened: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reopened STDCXX-220: -- [MSVC] SIGSEGV on localedef -f UTF-8 Key:

[jira] Closed: (STDCXX-220) [MSVC] SIGSEGV on localedef -f UTF-8

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-220. [MSVC] SIGSEGV on localedef -f UTF-8 Key:

[jira] Commented: (STDCXX-378) [MSVC 7.1/8.0] fails to compile dynatype.cpp example

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499051 ] Farid Zaripov commented on STDCXX-378: -- The Visual Studio Product Team decided not to fix the compiler bugs:

[jira] Resolved: (STDCXX-378) [MSVC 7.1/8.0] fails to compile dynatype.cpp example

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-378. -- Resolution: Fixed Fix Version/s: 4.2 Fixed thus:

[jira] Closed: (STDCXX-378) [MSVC 7.1/8.0] fails to compile dynatype.cpp example

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-378. [MSVC 7.1/8.0] fails to compile dynatype.cpp example

[jira] Assigned: (STDCXX-187) [Intel C++ 9.1] warning #579 in library builds

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-187: Assignee: Farid Zaripov [Intel C++ 9.1] warning #579 in library builds

[jira] Commented: (STDCXX-188) [Intel C++ 9.1/Windows] warning #177 in library builds

2007-05-25 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499088 ] Farid Zaripov commented on STDCXX-188: -- The warning is still there. But I don't see the results of the nightly

[jira] Resolved: (STDCXX-217) [Windows] SIGABRT in std::locale(...) on a combined locale name

2007-05-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-217. -- Resolution: Cannot Reproduce Fix Version/s: 4.2 Not reproducible. [Windows] SIGABRT

[jira] Closed: (STDCXX-88) [Intel C++ 9.0/Windows] std::num_put deletes invalid pointer

2007-05-24 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-88. --- Resolution: Cannot Reproduce Fix Version/s: 4.2 Not reproducible. [Intel C++ 9.0/Windows]

[jira] Closed: (STDCXX-339) Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

2007-05-23 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-339. Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

[jira] Resolved: (STDCXX-339) Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

2007-05-15 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-339. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=538186 Remove

[jira] Closed: (STDCXX-398) [MSVC 7.1] The 20.function.objects.cpp not linked due to bug in MS VisualStudio .NET 2003

2007-04-27 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-398. Resolution: Fixed Fix Version/s: 4.2 [MSVC 7.1] The 20.function.objects.cpp not linked due

[jira] Assigned: (STDCXX-352) [Cygwin] Windows popups in optimized builds

2007-03-30 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-352: Assignee: Farid Zaripov [Cygwin] Windows popups in optimized builds

[jira] Assigned: (STDCXX-364) [gcc/Linux] std::tm not declared in cwchar

2007-03-27 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reassigned STDCXX-364: Assignee: Farid Zaripov (was: Martin Sebor) [gcc/Linux] std::tm not declared in cwchar

[jira] Closed: (STDCXX-364) [gcc/Linux] std::tm not declared in cwchar

2007-03-27 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-364. Resolution: Fixed [gcc/Linux] std::tm not declared in cwchar

[jira] Created: (STDCXX-375) std::getline() declared in istream, but should be declared in string

2007-03-27 Thread Farid Zaripov (JIRA)
std::getline() declared in istream, but should be declared in string Key: STDCXX-375 URL: https://issues.apache.org/jira/browse/STDCXX-375 Project: C++ Standard Library

[jira] Reopened: (STDCXX-364) [gcc/Linux] std::tm not declared in cwchar

2007-03-26 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov reopened STDCXX-364: -- uname -a: CYGWIN_NT-5.1 EPKW121 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin gcc --version: gcc

[jira] Closed: (STDCXX-16) __rb_tree::operator=() does not store rhs' comparison object in lhs

2007-03-14 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov closed STDCXX-16. --- __rb_tree::operator=() does not store rhs' comparison object in lhs

[jira] Commented: (STDCXX-16) __rb_tree::operator=() does not store rhs' comparison object in lhs

2007-03-14 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480869 ] Farid Zaripov commented on STDCXX-16: - The test for the issue: #include set #include map #include cassert

[jira] Commented: (STDCXX-272) std::string::find_first_of() returns 0 for the empty string

2007-02-27 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476245 ] Farid Zaripov commented on STDCXX-272: -- I can't repeat the issue. The test aborts within find_first_of()

[jira] Resolved: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-21 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-341. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=509951 [MSVC 7.1]

[jira] Commented: (STDCXX-115) [MSVC] tests/22.locale.num.get.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474639 ] Farid Zaripov commented on STDCXX-115: -- I think the issue already resolved thus:

[jira] Created: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile - Key: STDCXX-341 URL: https://issues.apache.org/jira/browse/STDCXX-341 Project: C++ Standard Library Issue Type: Bug

[jira] Updated: (STDCXX-341) [MSVC 7.1] tests/23.vector.modifiers.cpp fails to compile

2007-02-20 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov updated STDCXX-341: - Description: The test 23.vector.modifiers fails to compile with MSVC 7.1: -- Build started:

[jira] Resolved: (STDCXX-268) std::list constructors do not call destructors for created objects if exception was thrown

2007-02-19 Thread Farid Zaripov (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-268. -- Resolution: Fixed Fix Version/s: 4.2 Fixed thus:

[jira] Created: (STDCXX-339) Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it

2007-02-15 Thread Farid Zaripov (JIRA)
Remove _RWSTD_NO_INLINE_MEMBER_TEMPLATES config macro and all workarounds for it Key: STDCXX-339 URL: https://issues.apache.org/jira/browse/STDCXX-339 Project: C++

[jira] Created: (STDCXX-334) std::list::swap does not swap containers with defferent allocator correctly

2007-02-07 Thread Farid Zaripov (JIRA)
std::list::swap does not swap containers with defferent allocator correctly --- Key: STDCXX-334 URL: https://issues.apache.org/jira/browse/STDCXX-334 Project: C++ Standard

[jira] Created: (STDCXX-331) std::list::insert() method do not satisfy strong exception safety requirements

2007-02-01 Thread Farid Zaripov (JIRA)
std::list::insert() method do not satisfy strong exception safety requirements -- Key: STDCXX-331 URL: https://issues.apache.org/jira/browse/STDCXX-331 Project: C++ Standard

[jira] Resolved: (STDCXX-297) std::bitset constructor addressed memory beyond the object

2006-10-19 Thread Farid Zaripov (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-297?page=all ] Farid Zaripov resolved STDCXX-297. -- Resolution: Fixed Fixed thus: http://svn.apache.org/viewvc?view=revrev=465512 std::bitset constructor addressed memory beyond the object

[jira] Resolved: (STDCXX-93) time_get crashes when calling get_date ( Visual C++ 8.0 )

2006-10-09 Thread Farid Zaripov (JIRA)
[ http://issues.apache.org/jira/browse/STDCXX-93?page=all ] Farid Zaripov resolved STDCXX-93. - Fix Version/s: 4.2 Resolution: Fixed Fixed time_get crashes when calling get_date ( Visual C++ 8.0 )

[jira] Created: (STDCXX-293) __rw::__rw_throw(): operator delete[] called without corresponding operator new[] call

2006-10-04 Thread Farid Zaripov (JIRA)
__rw::__rw_throw(): operator delete[] called without corresponding operator new[] call -- Key: STDCXX-293 URL: http://issues.apache.org/jira/browse/STDCXX-293

[jira] Created: (STDCXX-281) Infinity loop in localedef utility

2006-08-29 Thread Farid Zaripov (JIRA)
Infinity loop in localedef utility -- Key: STDCXX-281 URL: http://issues.apache.org/jira/browse/STDCXX-281 Project: C++ Standard Library Issue Type: Bug Components: Utilities Affects Versions:

[jira] Created: (STDCXX-268) std::list constructors do not call destructors for created objects if exception was thrown

2006-08-08 Thread Farid Zaripov (JIRA)
std::list constructors do not call destructors for created objects if exception was thrown -- Key: STDCXX-268 URL: http://issues.apache.org/jira/browse/STDCXX-268

[jira] Created: (STDCXX-252) Tests fails to build due to LD error

2006-07-03 Thread Farid Zaripov (JIRA)
Tests fails to build due to LD error Key: STDCXX-252 URL: http://issues.apache.org/jira/browse/STDCXX-252 Project: C++ Standard Library Type: Wish Components: Build Versions: 4.1.3 Environment: gcc 3.2.2 / Linux

[jira] Created: (STDCXX-248) [Intel C++ 9.1/Windows] codegeneration bug

2006-06-30 Thread Farid Zaripov (JIRA)
[Intel C++ 9.1/Windows] codegeneration bug -- Key: STDCXX-248 URL: http://issues.apache.org/jira/browse/STDCXX-248 Project: C++ Standard Library Type: Bug Components: External Versions: 4.1.3 Environment: Intel

<    1   2   3   4