[jira] Created: (STDCXX-502) std::valarray poorly named locals cause intro/17.names test to fail

2007-07-24 Thread Travis Vitek (JIRA)
std::valarray poorly named locals cause intro/17.names test to fail --- Key: STDCXX-502 URL: https://issues.apache.org/jira/browse/STDCXX-502 Project: C++ Standard Library

[jira] Updated: (STDCXX-502) std::valarray poorly named locals cause intro/17.names test to fail

2007-07-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-502: Attachment: valarray.patch Patch for fixing the above mentioned issue. Simply renames locals to

[jira] Created: (STDCXX-510) locale tests assert and abort when passed --help command line argument

2007-08-06 Thread Travis Vitek (JIRA)
locale tests assert and abort when passed --help command line argument -- Key: STDCXX-510 URL: https://issues.apache.org/jira/browse/STDCXX-510 Project: C++ Standard Library

[jira] Updated: (STDCXX-510) locale tests assert and abort when passed --help command line argument

2007-08-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-510: Description: Running many of the locale tests with the '--help' command line argument results in

[jira] Created: (STDCXX-524) buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME)

2007-08-17 Thread Travis Vitek (JIRA)
buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME) Key: STDCXX-524 URL: https://issues.apache.org/jira/browse/STDCXX-524 Project: C++ Standard Library Issue Type: Bug

[jira] Commented: (STDCXX-524) buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME)

2007-08-17 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520699 ] Travis Vitek commented on STDCXX-524: - NOTE: This same issue occurs twice in the same function. buffer

[jira] Created: (STDCXX-528) create test 22.locale.money.get.mt.cpp

2007-08-23 Thread Travis Vitek (JIRA)
create test 22.locale.money.get.mt.cpp -- Key: STDCXX-528 URL: https://issues.apache.org/jira/browse/STDCXX-528 Project: C++ Standard Library Issue Type: Sub-task Components: 22. Localization,

[jira] Created: (STDCXX-529) create test 22.locale.time.get.mt.cpp

2007-08-23 Thread Travis Vitek (JIRA)
create test 22.locale.time.get.mt.cpp - Key: STDCXX-529 URL: https://issues.apache.org/jira/browse/STDCXX-529 Project: C++ Standard Library Issue Type: Sub-task Components: 22. Localization,

[jira] Created: (STDCXX-532) create test 22.locale.codecvt.mt.cpp

2007-08-23 Thread Travis Vitek (JIRA)
create test 22.locale.codecvt.mt.cpp - Key: STDCXX-532 URL: https://issues.apache.org/jira/browse/STDCXX-532 Project: C++ Standard Library Issue Type: Sub-task Reporter: Travis Vitek

[jira] Updated: (STDCXX-529) create test 22.locale.time.get.mt.cpp

2007-08-23 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-529: Attachment: 22.locale.time.get.mt.cpp test implementation. create test 22.locale.time.get.mt.cpp

[jira] Assigned: (STDCXX-413) 22.locale.money.get.cpp doesn't test international monetary formats

2007-08-23 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-413: --- Assignee: Travis Vitek (was: Martin Sebor) 22.locale.money.get.cpp doesn't test

[jira] Created: (STDCXX-535) std::num_put can generate output that is not parseable by std::num_get facet

2007-08-23 Thread Travis Vitek (JIRA)
std::num_put can generate output that is not parseable by std::num_get facet Key: STDCXX-535 URL: https://issues.apache.org/jira/browse/STDCXX-535 Project: C++ Standard

[jira] Updated: (STDCXX-528) create test 22.locale.money.get.mt.cpp

2007-08-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-528: Attachment: 22.locale.money.get.mt.cpp test implementation create test

[jira] Updated: (STDCXX-529) create test 22.locale.time.get.mt.cpp

2007-08-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-529: Attachment: (was: 22.locale.time.get.mt.cpp) create test 22.locale.time.get.mt.cpp

[jira] Updated: (STDCXX-529) create test 22.locale.time.get.mt.cpp

2007-08-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-529: Attachment: 22.locale.time.get.mt.cpp cleanup and simplify test. ready for review. create test

[jira] Updated: (STDCXX-530) create test 22.locale.num.get.mt.cpp

2007-08-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-530: Attachment: 22.locale.num.get.mt.cpp create test 22.locale.num.get.mt.cpp

[jira] Updated: (STDCXX-524) buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME)

2007-08-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-524: Fix Version/s: 4.2.1 Affects Version/s: 4.1.2 4.1.3

[jira] Updated: (STDCXX-529) create test 22.locale.time.get.mt.cpp

2007-08-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-529: Attachment: 22.locale.time.get.mt.cpp create test 22.locale.time.get.mt.cpp

[jira] Updated: (STDCXX-528) create test 22.locale.money.get.mt.cpp

2007-08-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-528: Attachment: 22.locale.money.get.mt.cpp create test 22.locale.money.get.mt.cpp

[jira] Resolved: (STDCXX-528) create test 22.locale.money.get.mt.cpp

2007-08-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-528. - Resolution: Fixed create test 22.locale.money.get.mt.cpp

[jira] Commented: (STDCXX-528) create test 22.locale.money.get.mt.cpp

2007-08-28 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523280 ] Travis Vitek commented on STDCXX-528: - 2007-08-28 Travis Vitek [EMAIL PROTECTED] STDCXX-528 *

[jira] Updated: (STDCXX-413) 22.locale.money.get.cpp doesn't test international monetary formats

2007-08-28 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-413: Attachment: money.get.patch 2007-08-28 Travis Vitek [EMAIL PROTECTED] STDCXX-413

[jira] Updated: (STDCXX-532) create test 22.locale.codecvt.mt.cpp

2007-08-30 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-532: Attachment: 22.locale.codecvt.mt.cpp 2007-08-30 Travis Vitek [EMAIL PROTECTED] STDCXX-532 *

[jira] Created: (STDCXX-542) message catalog assert/crash after opening multiple

2007-08-31 Thread Travis Vitek (JIRA)
message catalog assert/crash after opening multiple --- Key: STDCXX-542 URL: https://issues.apache.org/jira/browse/STDCXX-542 Project: C++ Standard Library Issue Type: Bug

[jira] Commented: (STDCXX-531) create test 22.locale.messages.mt.cpp

2007-08-31 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524202 ] Travis Vitek commented on STDCXX-531: - I'm a little concerned about this because the catgets system that the

[jira] Updated: (STDCXX-531) create test 22.locale.messages.mt.cpp

2007-08-31 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-531: Attachment: 22.locale.messages.mt.cpp This should be sufficient. Ready for review. 2008-08-31

[jira] Updated: (STDCXX-511) locale tests crash if unable to get at least one user provided locale

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-511: Attachment: fix.patch 2007-09-4 Travis Vitek [EMAIL PROTECTED] STDCXX-511

[jira] Assigned: (STDCXX-542) message catalog assert/crash after opening multiple

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-542: --- Assignee: Travis Vitek message catalog assert/crash after opening multiple

[jira] Updated: (STDCXX-542) message catalog assert/crash after opening multiple

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-542: Fix Version/s: 4.2.1 Affects Version/s: 4.1.2 4.1.3

[jira] Resolved: (STDCXX-542) message catalog assert/crash after opening multiple

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-542. - Resolution: Fixed message catalog assert/crash after opening multiple

[jira] Resolved: (STDCXX-531) create test 22.locale.messages.mt.cpp

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-531. - Resolution: Fixed Ready for review. create test 22.locale.messages.mt.cpp

[jira] Updated: (STDCXX-532) create test 22.locale.codecvt.mt.cpp

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-532: Attachment: (was: 22.locale.codecvt.mt.cpp) create test 22.locale.codecvt.mt.cpp

[jira] Updated: (STDCXX-531) create test 22.locale.messages.mt.cpp

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-531: Attachment: (was: 22.locale.messages.mt.cpp) create test 22.locale.messages.mt.cpp

[jira] Commented: (STDCXX-413) 22.locale.money.get.cpp doesn't test international monetary formats

2007-09-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524967 ] Travis Vitek commented on STDCXX-413: - The patched test sets the moneypunct facet formatting information to a

[jira] Commented: (STDCXX-524) buffer overflow in test 22.locale.time.get.cpp(make_LC_TIME)

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525493 ] Travis Vitek commented on STDCXX-524: - I would need to delete the files if I call rw_tmpnam() or the proposed

[jira] Updated: (STDCXX-535) std::time_put can generate output that is not parseable by std::time_get facet

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-535: Description: std::time_get::get_date() is required to be able to parse the output produced by

[jira] Assigned: (STDCXX-223) [Windows] std::time_put %c time format specifier not implemented

2007-09-06 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-223: --- Assignee: Travis Vitek [Windows] std::time_put %c time format specifier not implemented

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-07 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: stdcxx-436.patch 2007-09-07 Travis Vitek [EMAIL PROTECTED] STDCXX-436

[jira] Updated: (STDCXX-493) std::string::append() slow

2007-09-07 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-493: Attachment: stdcxx-493.patch Yes, I believe that this patch is good. It doesn't cause any

[jira] Commented: (STDCXX-223) [Windows] std::time_put %c time format specifier not implemented

2007-09-07 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525876 ] Travis Vitek commented on STDCXX-223: - This is actually already implemented and is being tested by

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-07 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: (was: stdcxx-436.patch) [Linux] MB_LEN_MAX incorrect

[jira] Updated: (STDCXX-536) allow thread safety tests to time out without failing

2007-09-10 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-536: Attachment: stdcxx-536.patch 2007-09-10 Travis Vitek [EMAIL PROTECTED] STDCXX-536

[jira] Updated: (STDCXX-536) allow thread safety tests to time out without failing

2007-09-10 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-536: Attachment: (was: stdcxx-536.patch) allow thread safety tests to time out without failing

[jira] Commented: (STDCXX-536) allow thread safety tests to time out without failing

2007-09-10 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526315 ] Travis Vitek commented on STDCXX-536: - I'm not convinced that this is actually a smart thing to do. Tests that

[jira] Updated: (STDCXX-536) allow thread safety tests to time out without failing

2007-09-10 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-536: Attachment: stdcxx-536.patch fixed patch to not use rw_note when timer expires because that

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-11 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: LIMITS.cpp.patch Additional patch that appears to address the above mentioned issue.

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-11 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: 18.limits.stdcxx-436.cpp The attached patch includes a regression test for this issue.

[jira] Commented: (STDCXX-493) std::string::append() slow

2007-09-11 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526590 ] Travis Vitek commented on STDCXX-493: - All I did was merge the patch with the current version of the affected

[jira] Assigned: (STDCXX-492) std::string::operator+=() slow

2007-09-13 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-492: --- Assignee: Travis Vitek std::string::operator+=() slow --

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-13 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: LIMITS.cpp.patch Fix typographical error in patches conditional code [Linux]

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-13 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: (was: 18.limits.stdcxx-436.cpp) [Linux] MB_LEN_MAX incorrect

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-13 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: (was: LIMITS.cpp.patch) [Linux] MB_LEN_MAX incorrect

[jira] Assigned: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-09-13 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-552: --- Assignee: Travis Vitek run RAT on stdcxx 4.2.0 ---

[jira] Commented: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-14 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527373 ] Travis Vitek commented on STDCXX-436: - Doh. 2007-09-13 Travis Vitek [EMAIL PROTECTED] STDCXX-436

[jira] Updated: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-09-14 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-552: Attachment: rat-stdcxx-4.2.0.txt run RAT on stdcxx 4.2.0 ---

[jira] Updated: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-09-14 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-552: Attachment: stdcxx-4.2.0.rat Attach RAT output for entire 4.2.0 tree. run RAT on stdcxx 4.2.0

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-16 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: (was: 18.limits.stdcxx-436.cpp) [Linux] MB_LEN_MAX incorrect

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-16 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: 18.limits.stdcxx-436.cpp updated regression test. [Linux] MB_LEN_MAX incorrect

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-16 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: (was: 18.limits.stdcxx-436.cpp) [Linux] MB_LEN_MAX incorrect

[jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect

2007-09-16 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-436: Attachment: 18.limits.stdcxx-436.cpp [Linux] MB_LEN_MAX incorrect

[jira] Commented: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-09-17 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528187 ] Travis Vitek commented on STDCXX-552: - Answer to first question, Instructions for using RAT. 1. download and

[jira] Assigned: (STDCXX-560) add ASL headers to all config tests

2007-09-17 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-560: --- Assignee: Travis Vitek add ASL headers to all config tests

[jira] Updated: (STDCXX-560) add ASL headers to all config tests

2007-09-17 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-560: Attachment: configure.patch compiler-config.patch

[jira] Updated: (STDCXX-559) add ASL headers to all documentation files

2007-09-18 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-559: Attachment: stdlibref.patch changelog for stdlibref.patch 20070-09-18 Travis Vitek [EMAIL

[jira] Assigned: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-18 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-561: --- Assignee: Travis Vitek add ASL headers to all etc/nls files

[jira] Updated: (STDCXX-559) add ASL headers to all documentation files

2007-09-18 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-559: Attachment: stdlibug.patch changelog for the stdlibug.patch 20070-09-18 Travis Vitek [EMAIL

[jira] Updated: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-19 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-561: Attachment: nls_charmaps.patch patch for nls/charmaps directory. 2007-09-19 Travis Vitek [EMAIL

[jira] Updated: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-19 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-561: Attachment: nls_src.patch patch for nls/src directory 2007-09-19 Travis Vitek [EMAIL PROTECTED]

[jira] Updated: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-19 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-561: Attachment: nls_posix_charmaps.patch patch for nls/posix/charmaps directory 2007-09-19 Travis

[jira] Updated: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-19 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-561: Attachment: nls_posix_src.patch patch for nls/posix/src directory 2007-09-19 Travis Vitek

[jira] Updated: (STDCXX-560) add ASL headers to all config tests

2007-09-21 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-560: Attachment: missed-config.patch One more config test... 2007-09-21 Travis Vitek [EMAIL

[jira] Updated: (STDCXX-561) add ASL headers to all etc/nls files

2007-09-21 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-561: Attachment: missed-charmaps.patch Apparently I missed these charmap files. 2007-09-21 Travis

[jira] Created: (STDCXX-568) add ALS headers to source files

2007-09-21 Thread Travis Vitek (JIRA)
add ALS headers to source files --- Key: STDCXX-568 URL: https://issues.apache.org/jira/browse/STDCXX-568 Project: C++ Standard Library Issue Type: Sub-task Reporter: Travis Vitek

[jira] Updated: (STDCXX-568) add ALS headers to source files

2007-09-21 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-568: Attachment: source-files.patch 2007-09-21 Travis Vitek [EMAIL PROTECTED] STDCXX-568

[jira] Updated: (STDCXX-568) add ALS headers to source files

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-568: Patch Info: [Patch Available] add ALS headers to source files ---

[jira] Updated: (STDCXX-560) add ASL headers to all config tests

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-560: Attachment: (was: missed-config.patch) add ASL headers to all config tests

[jira] Updated: (STDCXX-560) add ASL headers to all config tests

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-560: Attachment: missed-config.patch add ASL headers to all config tests

[jira] Updated: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-552: Attachment: rat-stdcxx-4.2.0-v1.txt There are a few more patches that need to be applied for this

[jira] Updated: (STDCXX-492) std::string::operator+=() slow

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-492: Attachment: string.patch Patch improves times of both basic_string::append() and

[jira] Updated: (STDCXX-492) std::string::operator+=() slow

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-492: Attachment: 21.string.append.perf.cpp I created a little more comprehensive test to verify the

[jira] Updated: (STDCXX-492) std::string::operator+=() slow

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-492: Patch Info: [Patch Available] std::string::operator+=() slow --

[jira] Assigned: (STDCXX-452) std::numpunct not thread safe

2007-09-24 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-452: --- Assignee: Travis Vitek std::numpunct not thread safe -

[jira] Created: (STDCXX-571) 22.locale.numpunct.mt fails unexpectedly because of

2007-09-26 Thread Travis Vitek (JIRA)
22.locale.numpunct.mt fails unexpectedly because of Key: STDCXX-571 URL: https://issues.apache.org/jira/browse/STDCXX-571 Project: C++ Standard Library Issue Type: Improvement

[jira] Updated: (STDCXX-571) 22.locale.numpunct.mt fails unexpectedly because of

2007-09-26 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-571: Attachment: 22.locale.numpunct.mt.cpp 2007-09-26 Travis Vitek [EMAIL PROTECTED]

[jira] Issue Comment Edited: (STDCXX-571) 22.locale.numpunct.mt fails unexpectedly because of

2007-09-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530561 ] vitek edited comment on STDCXX-571 at 9/27/07 9:23 AM: -- 2007-09-26 Travis Vitek

[jira] Updated: (STDCXX-571) 22.locale.numpunct.mt fails unexpectedly because of

2007-09-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-571: Attachment: stdcxx-571.patch Attach patch instead of modified source. 22.locale.numpunct.mt

[jira] Updated: (STDCXX-571) 22.locale.numpunct.mt fails because of inconsistencies between C and C++ locales

2007-09-27 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-571: Summary: 22.locale.numpunct.mt fails because of inconsistencies between C and C++ locales (was:

[jira] Updated: (STDCXX-452) std::numpunct not thread safe

2007-09-28 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek updated STDCXX-452: Attachment: punct.patch 2007-09-28 Travis Vitek [EMAIL PROTECTED] STDCXX-452 *

[jira] Reopened: (STDCXX-560) add ASL headers to all config tests

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reopened STDCXX-560: - Assignee: Travis Vitek (was: Farid Zaripov) Additional patch is required. add ASL headers

[jira] Reopened: (STDCXX-561) add ASL headers to all etc/nls files

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reopened STDCXX-561: - Additional patch is required. add ASL headers to all etc/nls files

[jira] Resolved: (STDCXX-560) add ASL headers to all config tests

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-560. - Resolution: Fixed add ASL headers to all config tests ---

[jira] Resolved: (STDCXX-568) add ALS headers to source files

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-568. - Resolution: Fixed add ALS headers to source files ---

[jira] Resolved: (STDCXX-561) add ASL headers to all etc/nls files

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-561. - Resolution: Fixed add ASL headers to all etc/nls files

[jira] Resolved: (STDCXX-552) run RAT on stdcxx 4.2.0

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-552. - Resolution: Fixed run RAT on stdcxx 4.2.0 --- Key:

[jira] Assigned: (STDCXX-450) std::use_facetstd::num_put() not thread safe

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-450: --- Assignee: Travis Vitek std::use_facetstd::num_put() not thread safe

[jira] Resolved: (STDCXX-450) std::use_facetstd::num_put() not thread safe

2007-10-01 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek resolved STDCXX-450. - Resolution: Cannot Reproduce Appears to have been fixed by recent multithreading fixes.

[jira] Assigned: (STDCXX-343) [LWG #541] std::auto_ptrvoid specialization missing

2007-10-02 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-343: --- Assignee: Travis Vitek [LWG #541] std::auto_ptrvoid specialization missing

[jira] Assigned: (STDCXX-240) [HP aCC] #define _RWSTD_NO_EXCEPTIONS when __HPACC_NOEH is on

2007-10-02 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-240: --- Assignee: Travis Vitek [HP aCC] #define _RWSTD_NO_EXCEPTIONS when __HPACC_NOEH is on

[jira] Assigned: (STDCXX-518) std::string copy constructor slow

2007-10-02 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-518: --- Assignee: Travis Vitek std::string copy constructor slow -

[jira] Assigned: (STDCXX-577) stocks example purify results indicate leaked memory

2007-10-04 Thread Travis Vitek (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Travis Vitek reassigned STDCXX-577: --- Assignee: Travis Vitek stocks example purify results indicate leaked memory

  1   2   3   4   >