Re: svn commit: r605548 - in /incubator/stdcxx/branches/4.2.x/include: rw/_defs.h rw/_specialized.h sstream string

2007-12-19 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Wed Dec 19 06:19:33 2007 New Revision: 605548 URL: http://svn.apache.org/viewvc?rev=605548view=rev Log: 2007-12-19 Farid Zaripov [EMAIL PROTECTED] STDCXX-226 * include/rw/_defs.h (_RWSTD_RATIO_DIVIDER): New macro defined the value

[jira] Assigned: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-683: --- Assignee: Martin Sebor implement notion of expected failures in the test suite

[jira] Updated: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-683: Attachment: codes.html Attached the current set of status codes used to report test results

[jira] Updated: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-683: Attachment: codes.html Attached a proposed set of extended status codes to distinguish expected

[jira] Updated: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-683: Attachment: (was: codes.html) implement notion of expected failures in the test suite

[jira] Updated: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-683: Attachment: xcodes.html This time really attached the proposed set of extended status codes

[jira] Commented: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553567 ] Martin Sebor commented on STDCXX-683: - Travis and I discussed this enhancement a few weeks back and here

Re: [jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature

2007-12-19 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Travis Vitek (JIRA) [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 1:22 AM To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-675) [MSVC] implement autolinking feature [

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

2007-12-18 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-524: Severity: Runtime Error Summary: buffer overflow in test 22.locale.time.get.cpp (make_LC_TIME

[jira] Created: (STDCXX-682) move build result pages from ~sebor to the stdcxx site

2007-12-18 Thread Martin Sebor (JIRA)
Components: Web Reporter: Martin Sebor The nightly build result pages currently stored in http://people.apache.org/~sebor/ need to be moved to some project-specific directory, such as http://incubator.apache.org/stdcxx/ is now. This should be done after the stdcxx has been moved to its

Re: _RWSTD_VER value on trunk

2007-12-18 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: This has been bugging me -- when someone checks out trunk, does a build and sends us build results, we have no way of telling that the build results are, in fact, for trunk and not for 4.2.0 (or the head of 4.2.x), because the value of _RWSTD_VER

[jira] Created: (STDCXX-683) implement notion of expected failures in the test suite

2007-12-18 Thread Martin Sebor (JIRA)
Components: Test Driver, Tests Affects Versions: 4.2.0 Reporter: Martin Sebor Priority: Critical Tests (or examples) that fail for known reasons that we haven't been able to deal with should be distinguished from failures that haven't been analyzed yet

[jira] Updated: (STDCXX-684) auto-detect _RWSTD_VER value from branch/file name

2007-12-18 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-684: Summary: auto-detect _RWSTD_VER value from branch/file name (was: ato-detect _RWSTD_VER value

forgotten password

2007-12-18 Thread Martin Sebor
I was recently asked how to go about getting a forgotten password reset. I thought I'd post the answer(s) here in case someone needs this info in the future: If you forgot you svn password here's an FAQ that might help: http://www.apache.org/dev/committers.html#svn-authorization-failure

Re: _RWSTD_VER value on trunk

2007-12-18 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: Travis Vitek wrote: Martin Sebor wrote: This has been bugging me -- when someone checks out trunk, does a build and sends us build results, we have no way of telling that the build results are, in fact, for trunk and not for 4.2.0 (or the head of 4.2

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

2007-12-14 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551846 ] Martin Sebor commented on STDCXX-459: - The patch looks good to me in general but I have a few compatibility

[jira] Commented: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions

2007-12-14 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551849 ] Martin Sebor commented on STDCXX-673: - Incidentally, how come the 8.cstdint test hasn't been failing on AIX

Re: _RWSTD_VER value on trunk

2007-12-14 Thread Martin Sebor
idea? Martin -- Mark On Dec 13, 2007 2:24 PM, Martin Sebor [EMAIL PROTECTED] wrote: Andrew Black wrote: Martin Sebor wrote: This has been bugging me -- when someone checks out trunk, does a build and sends us build results, we have no way of telling that the build results are, in fact

Re: vote on INFRA-1421

2007-12-14 Thread Martin Sebor
Thanks to everyone's votes INFRA-1421 is now the most popular infrastructure request: http://issues.apache.org/jira/browse/INFRA?report=com.atlassian.jira.plugin.system.project:popularissues-panel Hopefully it'll help get it resolved soon. Martin Martin Sebor wrote: So far there haven't been

[jira] Updated: (STDCXX-66) implement large file support in iostreams

2007-12-14 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-66: --- Severity: Usability Affects Version/s: 4.1.3 4.1.4

[jira] Commented: (STDCXX-1) allow linking with other implementations

2007-12-14 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551937 ] Martin Sebor commented on STDCXX-1: --- I don't see how this could be done in a binary compatible way. To link

Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

2007-12-14 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 2:51 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r597425 - in /incubator/stdcxx/branches/4.2.x: include/ansi/cwchar tests/strings/21.cwchar.cpp

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

2007-12-14 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551999 ] Martin Sebor commented on STDCXX-333: - Couldn't reproduce with gcc 3.2.3-56 (tried 15s and 15S) on Red Hat EL 3

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551553 ] Martin Sebor commented on STDCXX-226: - I'm not 100% sure it can do that. The floating point environment

Re: [patch] drop incubating disclaimer

2007-12-13 Thread Martin Sebor
William A. Rowe, Jr. wrote: Attached for your consideration, This is definitely in order, Thanks! (Feel free to check it in if you feel so inclined and earn a special prize for your first of many more stdcxx commits to come ;-) Martin Bill

Re: _RWSTD_VER value on trunk

2007-12-13 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: This has been bugging me -- when someone checks out trunk, does a build and sends us build results, we have no way of telling that the build results are, in fact, for trunk and not for 4.2.0 (or the head of 4.2.x), because the value of _RWSTD_VER

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

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551615 ] Martin Sebor commented on STDCXX-524: - I've adjusted your ChangeLog to follow the established format (the date

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

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551639 ] Martin Sebor commented on STDCXX-524: - Are you saying I should be paying attention? ;-) Makes sense. buffer

Re: [RFC] stdcxx release process, second draft

2007-12-13 Thread Martin Sebor
Travis Vitek wrote: Travis Vitek wrote Martin Sebor wrote: I've incorporated everyone's feedback and committed an updated version with a number of enhancements of my own. Among the most important are the new Goals section with suggested frequencies of releases, and the integration

[jira] Issue Comment Edited: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-13 Thread Martin Sebor (JIRA)
++ Standard Library Issue Type: Bug Components: Examples Affects Versions: 4.2.0 Environment: XLC++ 6.0 through 9.0/AIX 5.3 Reporter: Martin Sebor Assignee: Travis Vitek Fix For: 4.2.1 Attachments: stdcxx-605.patch

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551653 ] Martin Sebor commented on STDCXX-605: - Hmmm. I tried to change the patch to show you what I meant with the const

[jira] Commented: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551664 ] Martin Sebor commented on STDCXX-673: - Okay, this sounds like a good plan for now. I checked your patch

[jira] Commented: (STDCXX-664) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 22.locale.globals.mt

2007-12-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551678 ] Martin Sebor commented on STDCXX-664: - I think the dynamic cast patch (https://issues.apache.org/jira/secure

Re: mailing list for Jira issues?

2007-12-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 10:00 PM To: stdcxx-dev@incubator.apache.org Subject: RE: mailing list for Jira issues? I'm using the MS Outlook and filtering the JIRA messages by the [jira] in

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551167 ] Martin Sebor commented on STDCXX-605: - Looks like you've been able to come up with a clean solution after all

Re: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 8:53 AM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] MSVC has non-standard prototype of the wcstok() Since the configure script performs checking only

vote on INFRA-1421

2007-12-12 Thread Martin Sebor
So far there haven't been any takers on INFRA-1421 to move stdcxx out of the incubator and create the new site. I asked on the infra list if there's something we can do ourselves (w/o root access) but got no response. I will follow up again soon but in the meantime it perhaps might help if people

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551189 ] Martin Sebor commented on STDCXX-226: - You're right, I must have been looking at the wrong column. Mea culpa! I

[jira] Commented: (STDCXX-664) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 22.locale.globals.mt

2007-12-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551213 ] Martin Sebor commented on STDCXX-664: - Didn't someone just say how much fun XLC++ is? ;-) Yes, I should have

[jira] Commented: (STDCXX-664) [IBM XLC++ 9.0/AIX 5.3] SIGABRT in 22.locale.globals.mt

2007-12-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551216 ] Martin Sebor commented on STDCXX-664: - FWIW, the test case above fails with gcc 4.1.2. I filed a bug

[jira] Commented: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550775 ] Martin Sebor commented on STDCXX-226: - We still need to benchmark this before making any changes... Currently

[jira] Updated: (STDCXX-226) __rw::__rw_new_capacity() uses floating point math

2007-12-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-226: Attachment: benchmark-stdcxx-226.c Attached simple benchmark program to compare the runtime

[jira] Closed: (STDCXX-650) 22.locale.codecvt.out test fails to compile

2007-12-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-650. --- Fix verified in nightly builds. Merged to 4.2.1 in http://svn.apache.org/viewvc?view=revrevision=603470

[jira] Assigned: (STDCXX-647) [MSVC] 0.printf.cpp test fails

2007-12-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-647: --- Assignee: Farid Zaripov [MSVC] 0.printf.cpp test fails

RE: 21.string.cons.cpp test fails on 64-bit MSVC (8.0 and 9.0)

2007-12-11 Thread Martin Sebor
Farid Zaripov-2 wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, November 19, 2007 8:11 PM To: stdcxx-dev@incubator.apache.org Subject: Re: 21.string.cons.cpp test fails on 64-bit MSVC (8.0 and 9.0) Yes, I've tried it and after applying

[PING] Re: planning 4.2.1, 4.3, and beyond

2007-12-11 Thread Martin Sebor
Any thoughts on this? Martin Sebor wrote: I'd like to discuss our plans and schedule for the next few releases, starting with 4.2.1 and 4.3, work on both of which might very well take place in parallel. In the post below, I suggested the end of December for the maintenance 4.2.1

Re: mailing list for Jira issues?

2007-12-11 Thread Martin Sebor
Okay, I updated INFRA-1422 and requested a new mailing list: [EMAIL PROTECTED] https://issues.apache.org/jira/browse/INFRA-1422#action_12550847 Once it's set up, well redirect Jira traffic to it. Martin Sebor wrote: STDCXX-546 suggests we create a separate mailing list to reflect Jira

_RWSTD_VER value on trunk (was: Re: svn commit: r597396 - /incubator/stdcxx/branches/4.2.x/tests/numerics/26.valarray.cassign.cpp)

2007-12-11 Thread Martin Sebor
that the value is unique for each branch, or at least distinct from any release. Any suggestions for what would be a good value? Martin Sebor wrote: [EMAIL PROTECTED] wrote: Author: faridz Date: Thu Nov 22 04:40:33 2007 New Revision: 597396 URL: http://svn.apache.org/viewvc?rev=597396view=rev

Re: [PATCH] MSVC has non-standard prototype of the wcstok()

2007-12-11 Thread Martin Sebor
Farid Zaripov-2 wrote: The all MSVC has the non-standard prototype of the wcstok(): wchar_t* wcstok(wchar_t*, const wchar_t*); The prototype from C standard: wchar_t* wcstok(wchar_t*, const wchar_t*, wchar_t**); Since the configure script performs checking only names and

Re: [PING] Re: library and build sizes on Windows

2007-12-10 Thread Martin Sebor
, Markus Martin Sebor mailto:[EMAIL PROTECTED] wrote: author=Farid Zaripov-2 -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, November 22, 2007 2:19 AM To: stdcxx-dev@incubator.apache.org Subject: [PING] Re: library and build sizes on Windows So would

Re: mailing list for Jira issues?

2007-12-10 Thread Martin Sebor
Travis Vitek wrote: Farid Zaripov-2 wrote: Travis Vitek wrote: I have no objections. Either way, I need to look at both sets of messages regardless of where they come from. So, for me, moving the Jira messages to a new -issues list doesn't have any significant impact. I guess it might

Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-10 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Travis Vitek [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 7:25 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds) It seems that the

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

2007-12-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550194 ] Martin Sebor commented on STDCXX-507: - The the thread below for a discussion of this issue: http

Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-10 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor Sent: Friday, December 07, 2007 8:56 PM To: stdcxx-dev@incubator.apache.org Subject: Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared

Re: [PING] Re: library and build sizes on Windows

2007-12-10 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 9:30 AM To: stdcxx-dev@incubator.apache.org Subject: RE: [PING] Re: library and build sizes on Windows I've been doing some work on the test result scripts over

Re: [PING] Re: library and build sizes on Windows

2007-12-10 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: Farid Zaripov wrote: [snip] But batman script also should to be updated to print the timestamp of the build at the beginning (### date:); the duration of the solution generating step (### real time (builddir):) after execution of the configure.bat

Re: [PING] Re: library and build sizes on Windows

2007-12-10 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: Andrew Black wrote: [snip] The Batman script is build_stdcxx.bat, located along side the unix build_stdcxx script. This script is batch file, which calls into parse_runlog.wsf script for the purpose of processing the result log for batman. I suspect

[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()'

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549876 ] Martin Sebor commented on STDCXX-585: - I assume the patch has tested successfully with all compilers on both

[jira] Updated: (STDCXX-308) [LWG #622] std::filebuf dtor doesn't close fd after exception

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-308: Severity: Incorrect Behavior Affects Version/s: 4.1.4 4.2.0

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

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-2: -- Severity: Incorrect Behavior Affects Version/s: 4.2.0 Added 4.2.0 to the set of Affected

[jira] Updated: (STDCXX-408) make use of __declspec(dll{export,import}) on all platforms

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-408: Affects Version/s: 4.1.2 4.1.4 4.2.0

[jira] Assigned: (STDCXX-650) 22.locale.codecvt.out test fails to compile

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-650: --- Assignee: Martin Sebor 22.locale.codecvt.out test fails to compile

[jira] Resolved: (STDCXX-650) 22.locale.codecvt.out test fails to compile

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-650. - Resolution: Fixed Resolved thus: http://svn.apache.org/viewvc?rev=602770view=rev Will close once

[jira] Updated: (STDCXX-260) configure-like script to configure library

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-260: Affects Version/s: 4.2.0 Fix Version/s: 4.3 Added 4.2.0 to the set of Affected Versions

[jira] Updated: (STDCXX-260) configure-like script to configure library

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-260: Severity: Usability configure-like script to configure library

[jira] Updated: (STDCXX-414) [EDG eccp 3.9] incomplete type error on sigaction in util/cmdopt.cpp

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-414: Affects Version/s: (was: trunk) 4.2.0 Fix Version/s: 4.2.1 Set

[jira] Assigned: (STDCXX-275) [HP aCC 3.70] -E +Maked ICE on a conditional with new

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-275: --- Assignee: (was: Martin Sebor) [HP aCC 3.70] -E +Maked ICE on a conditional with new

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

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-544: Severity: Inefficiency Affects Version/s: 4.1.2 4.1.4

[jira] Updated: (STDCXX-498) [Intel C++ 8.1/SuSE/AMD64] std::time_put thread safety problem

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-498: Severity: Runtime Error Fix Version/s: 4.2.1 Assignee: Travis Vitek Assigned

[jira] Updated: (STDCXX-503) std::ctype not thread safe

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-503: Severity: Runtime Error Affects Version/s: 4.2.0 Fix Version/s: 4.2.1

[jira] Closed: (STDCXX-553) [EDG eccp/gcc 4] errors on float.h macros

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-553. --- Resolution: Fixed Fix Version/s: 4.2.0 Works in 4.2.0. Must have got fixed by http

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

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-231: Severity: Inefficiency Affects Version/s: 4.1.2 4.1.3

[jira] Updated: (STDCXX-163) ios_base data member layout wastes 2 bytes

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-163: Severity: Inefficiency Affects Version/s: 4.1.2 4.1.4

[jira] Updated: (STDCXX-333) [gcc 3.2.3/Linux] std::wfilebuf extracts more than 1 character from a 1 byte file

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-333: Severity: Incorrect Behavior Set Severity to Incorrect Behavior. [gcc 3.2.3/Linux] std::wfilebuf

[jira] Updated: (STDCXX-333) [gcc 3.2.3/Linux] std::wfilebuf extracts more than 1 character from a 1 byte file

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-333: I can't reproduce this with gcc 4.1.2 on Fedora Core 6, x86. [gcc 3.2.3/Linux] std::wfilebuf

[jira] Updated: (STDCXX-249) std::operator(istream, string) inefficient

2007-12-09 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-249: Severity: Inefficiency Affects Version/s: 4.1.4 4.2.0

mailing list for Jira issues?

2007-12-09 Thread Martin Sebor
STDCXX-546 suggests we create a separate mailing list to reflect Jira traffic to so as to relieve stdcxx-dev from all the traffic. Since we have just asked INFRA to move our mailing lists from the Incubator to TLP (https://issues.apache.org/jira/browse/INFRA-1422) this would be a good time to

RE: [PING] Re: library and build sizes on Windows

2007-12-09 Thread Martin Sebor
author=Farid Zaripov-2 -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Thursday, November 22, 2007 2:19 AM To: stdcxx-dev@incubator.apache.org Subject: [PING] Re: library and build sizes on Windows So would be it possible to change the Windows build

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549459 ] Martin Sebor commented on STDCXX-240: - I understand that what's at issue here is changing the library headers

[jira] Updated: (STDCXX-242) std::istream::get(unsigned char) missing

2007-12-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-242: Affects Version/s: 4.2.0 Fix Version/s: (was: 4.2.1) 4.3

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549587 ] Martin Sebor commented on STDCXX-605: - I think this should work. One question though: do we need to cast

Re: [PATCH] STDCXX-507 (or using __declspec(dllexport/dllimport on gcc/cygwin in shared builds)

2007-12-07 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: Farid Zaripov wrote: Today I've verified the patch for STDCXX-507 on gcc 4.2.0 and gcc 3.4.4. I get really nervous whenever we start to mess around with the runtime symbols, especially when changing which ones are exported on Windows and which ones

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549616 ] Martin Sebor commented on STDCXX-605: - I assume (1) is because of the compiler bug? For (2) yes, if we can't

[jira] Commented: (STDCXX-443) [IBM XLC++] should avoid using -qinline or -Q in C++ code

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549242 ] Martin Sebor commented on STDCXX-443: - Thanks for doing the research! Looks like there is a small improvement

Re: Division of STDCXX into smaller distributions?

2007-12-06 Thread Martin Sebor
Eric Lemings wrote: Would it be a good idea to divide the STDCXX distribution into two separate distributions, one distribution containing the primary source, tools, and examples, and the second distribution containing the test driver and test suite? Would this make the test suite more

[jira] Commented: (STDCXX-677) [IBM XLC++ 9.0/AIX 5.3] tr1/cstdint limit macros incompatible with system provided C headers

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549248 ] Martin Sebor commented on STDCXX-677: - I agree that we should avoid interfering with the native C library

[jira] Commented: (STDCXX-676) [MSVC] 22.locale.time.put test fails

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549250 ] Martin Sebor commented on STDCXX-676: - Patch committed with a few tweaks for some minor formatting issues (lines

[jira] Commented: (STDCXX-605) [IBM XLC++] errors compiling dynatype.cpp

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549268 ] Martin Sebor commented on STDCXX-605: - I don't think the patch is appropriate. The comment above the function

[jira] Commented: (STDCXX-603) [IBM XLC++ 9.0] unsats on std::valarrayS::apply() in 26.valarray.members.stdcxx-313.cpp

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549261 ] Martin Sebor commented on STDCXX-603: - Committed thus: http://svn.apache.org/viewvc?rev=601935view=rev We also

[jira] Commented: (STDCXX-240) #define _RWSTD_NO_EXCEPTIONS when exceptions are disabled via command line option

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549274 ] Martin Sebor commented on STDCXX-240: - Is it enough to #define only _RWSTD_NO_EXCEPTIONS but none of the other

[jira] Commented: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549281 ] Martin Sebor commented on STDCXX-673: - I forgot to respond to your question in above (https://issues.apache.org

[jira] Commented: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions

2007-12-06 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549256 ] Martin Sebor commented on STDCXX-673: - I don't know what else we could use on AIX. Maybe we could ask on one

[jira] Commented: (STDCXX-604) [IBM XLC++ 9.0] ICE on 23.bitset.cons.stdcxx-297

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548357 ] Martin Sebor commented on STDCXX-604: - Thanks Travis. I edited your ChangeLog pursuant to http://www.nabble.com

[jira] Closed: (STDCXX-490) [IBM XLC++ 9.0] ICE on placement new and explicit dtor invocation

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-490. --- Resolution: Fixed IBM says this is fixed in the latest XLC++ patch. We'll verify the fix once we

[jira] Updated: (STDCXX-336) allow multiple config.h files in the same installation directory

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-336: Affects Version/s: 4.2.0 Fix Version/s: (was: 4.2.1) 4.3 All

[jira] Commented: (STDCXX-336) allow multiple config.h files in the same installation directory

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548379 ] Martin Sebor commented on STDCXX-336: - In addition to the config header this issue involves also storing

[jira] Commented: (STDCXX-676) [MSVC] 22.locale.time.put test fails

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548479 ] Martin Sebor commented on STDCXX-676: - A couple of comments/questions: First, should the code be guarded

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

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548484 ] Martin Sebor commented on STDCXX-223: - Since %c is being exercised we don't need to add the test case to our

[jira] Commented: (STDCXX-676) [MSVC] 22.locale.time.put test fails

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548539 ] Martin Sebor commented on STDCXX-676: - I had no idea that C supported only such a small subset of the POSIX

[jira] Commented: (STDCXX-673) [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions

2007-12-04 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548544 ] Martin Sebor commented on STDCXX-673: - Hmm, you're right. According to the config header for XLC++ on AIX, char

<    1   2   3   4   5   6   7   8   9   10   >