[jira] Commented: (STDCXX-231) std::getline from string header is rather slow

2007-10-23 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537089 ] Mark Brown commented on STDCXX-231: --- I just benchmarked getline() from stdcxx 4.1.3 against the same function in

[jira] Created: (STDCXX-544) use gcc __builtin functions

2007-09-06 Thread Mark Brown (JIRA)
use gcc __builtin functions --- Key: STDCXX-544 URL: https://issues.apache.org/jira/browse/STDCXX-544 Project: C++ Standard Library Issue Type: Improvement Components: Build Affects Versions: 4.1.3

[jira] Created: (STDCXX-491) string::push_back() slow

2007-07-22 Thread Mark Brown (JIRA)
string::push_back() slow Key: STDCXX-491 URL: https://issues.apache.org/jira/browse/STDCXX-491 Project: C++ Standard Library Issue Type: Bug Components: 21. Strings Affects Versions: 4.1.3

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

2007-07-22 Thread Mark Brown (JIRA)
std::string::operator+=() slow -- Key: STDCXX-492 URL: https://issues.apache.org/jira/browse/STDCXX-492 Project: C++ Standard Library Issue Type: Bug Components: 21. Strings Affects Versions: 4.1.3

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

2007-07-22 Thread Mark Brown (JIRA)
std::string::append() slow -- Key: STDCXX-493 URL: https://issues.apache.org/jira/browse/STDCXX-493 Project: C++ Standard Library Issue Type: Bug Components: 21. Strings Affects Versions: 4.1.3

[jira] Created: (STDCXX-489) [Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect

2007-07-18 Thread Mark Brown (JIRA)
[Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect - Key: STDCXX-489 URL: https://issues.apache.org/jira/browse/STDCXX-489 Project: C++ Standard Library Issue Type: Bug

[jira] Commented: (STDCXX-489) [Intel C++ 10.0/Linux] BUILDMODE=narrow has no effect

2007-07-18 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513707 ] Mark Brown commented on STDCXX-489: --- Hi Andrew, Can you suggest where to get the correct iccvars.sh script or how

[jira] Updated: (STDCXX-426) infinite loop in exec utility

2007-05-23 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-426: -- Attachment: strace.run-21.cwchar.log Attached partial strace output of running exec 21.cwchar.

[jira] Created: (STDCXX-411) documented money_get example output doesn't match real output

2007-05-12 Thread Mark Brown (JIRA)
documented money_get example output doesn't match real output - Key: STDCXX-411 URL: https://issues.apache.org/jira/browse/STDCXX-411 Project: C++ Standard Library Issue Type: Bug

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

2007-05-12 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-413: -- Component/s: Tests Description: The test 22.locale.money.get.cpp doesn't exercise

[jira] Updated: (STDCXX-412) money_get fails to parse currency in international format

2007-05-12 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Brown updated STDCXX-412: -- Summary: money_get fails to parse currency in international format (was: num_get fails to parse

[jira] Created: (STDCXX-410) money_base not documented

2007-05-10 Thread Mark Brown (JIRA)
money_base not documented - Key: STDCXX-410 URL: https://issues.apache.org/jira/browse/STDCXX-410 Project: C++ Standard Library Issue Type: Bug Components: Documentation Affects Versions: 4.1.3

[jira] Commented: (STDCXX-351) [gcc 3.4.6] error on static const int expression as an array dimension in template code

2007-03-21 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483012 ] Mark Brown commented on STDCXX-351: --- The test compiles now so your change must have fixed it. [gcc 3.4.6] error

[jira] Commented: (STDCXX-338) [Cygwin] linker errors due to multiple definition of `std::exception::what()'

2007-03-10 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479884 ] Mark Brown commented on STDCXX-338: --- If it helps, I also get the same error with the latest trunk and gcc 4.1.1:

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

2007-03-10 Thread Mark Brown (JIRA)
[Cygwin] Windows popups in optimized builds --- Key: STDCXX-352 URL: https://issues.apache.org/jira/browse/STDCXX-352 Project: C++ Standard Library Issue Type: Bug Components: Build

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

2007-03-10 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479885 ] Mark Brown commented on STDCXX-352: --- Also reproduced by Farid Zaripov:

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

2007-03-10 Thread Mark Brown (JIRA)
[Cygwin] localedef errors: UCS value of symbolic character out of range --- Key: STDCXX-353 URL: https://issues.apache.org/jira/browse/STDCXX-353 Project: C++ Standard Library

[jira] Created: (STDCXX-346) [Cygwin] gcc -fPIC warnings

2007-03-03 Thread Mark Brown (JIRA)
[Cygwin] gcc -fPIC warnings --- Key: STDCXX-346 URL: https://issues.apache.org/jira/browse/STDCXX-346 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: 4.1.3

[jira] Commented: (STDCXX-337) [Cygwin] unsats on _libiconv, _catgets

2007-03-03 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477681 ] Mark Brown commented on STDCXX-337: --- I'm not sure how it happened but there's a typo in the patch I suggested

[jira] Commented: (STDCXX-24) [Cygwin] collate.cpp needs wcsnxfrm

2007-03-01 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477188 ] Mark Brown commented on STDCXX-24: -- I can compile the latest library on Cygwin without any errors from collate.cpp.

[jira] Commented: (STDCXX-333) std::wfilebuf extracts more than 1 character from a 1 byte file

2007-02-19 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474266 ] Mark Brown commented on STDCXX-333: --- I tried to see if I could reproduce this problem on Cygwin. My version of

[jira] Created: (STDCXX-340) localedef error on Cygwin

2007-02-19 Thread Mark Brown (JIRA)
localedef error on Cygwin - Key: STDCXX-340 URL: https://issues.apache.org/jira/browse/STDCXX-340 Project: C++ Standard Library Issue Type: Bug Components: Utilities Affects Versions: 4.1.3

[jira] Created: (STDCXX-337) link errors on Cygwin

2007-02-11 Thread Mark Brown (JIRA)
link errors on Cygwin - Key: STDCXX-337 URL: https://issues.apache.org/jira/browse/STDCXX-337 Project: C++ Standard Library Issue Type: Bug Components: Build Affects Versions: 4.1.3 Environment:

[jira] Commented: (STDCXX-337) [Cygwin] unsats on _libiconv, _catgets

2007-02-11 Thread Mark Brown (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472153 ] Mark Brown commented on STDCXX-337: --- Here's a simple patch that fixed the iconv and catgets linker errors for me:

[jira] Created: (STDCXX-332) ostringstream::tellp() returns -1 when the stream is empty

2007-02-02 Thread Mark Brown (JIRA)
ostringstream::tellp() returns -1 when the stream is empty -- Key: STDCXX-332 URL: https://issues.apache.org/jira/browse/STDCXX-332 Project: C++ Standard Library Issue Type: Bug

[jira] Created: (STDCXX-333) std::wfilebuf extracts more than 1 character from a 1 byte file

2007-02-02 Thread Mark Brown (JIRA)
std::wfilebuf extracts more than 1 character from a 1 byte file --- Key: STDCXX-333 URL: https://issues.apache.org/jira/browse/STDCXX-333 Project: C++ Standard Library Issue Type: