Re: etc/config/src/FPOS_T.cpp

2007-09-15 Thread Martin Sebor
Eric Lemings wrote: Why does this config test check for C++ namespaces and define the std namespace? Do some systems defined the fpos_t type only within the std namespace even though is supposed to define this type at global scope? It's probably a vestige of some workaround or a solution to a

Re: [PATCH] std::messages thread safety

2007-09-15 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: Farid Zaripov wrote: The 22.locale.messages.cpp test fails due to using incorrect guard type in functions from messages.cpp file. There used _RWSTD_MT_STATIC_GUARD(), so that the functions are protected from working simultaneously with itself only

Re: [PATCH] std::messages thread safety

2007-09-14 Thread Martin Sebor
Farid Zaripov wrote: The 22.locale.messages.cpp test fails due to using incorrect guard type in functions from messages.cpp file. There used _RWSTD_MT_STATIC_GUARD(), so that the functions are protected from working simultaneously with itself only. But from every that functions invoked __rw_man

Re: svn commit: r575378 - in /incubator/stdcxx/trunk: etc/config/windows/runall.wsf util/cmdopt.cpp util/runall.cpp

2007-09-14 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Thu Sep 13 10:39:29 2007 New Revision: 575378 I suspect this change might be responsible for failures in last night's Sun C++ builds. From: http://people.apache.org/~sebor/stdcxx/results/solaris-10-amd64-sunpro-5.8-11D-575378-log.gz.txt CC -c -D_RW

Re: MSVC 7.1 bad code generation

2007-09-13 Thread Martin Sebor
Farid Zaripov wrote: The 22.locale.money.put.cpp test fails on MSVC 7.1 (15s build type) with buffer overrun error due to bad code generation. Great detective work! Since our money_base class has no data members the patch is fine. Your analysis of the assembly looks right on the money. It se

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

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527355 ] Martin Sebor commented on STDCXX-436: - Travis, please attach a ChangeLog for the new LIMITS.cpp patch. I&#x

[jira] Closed: (STDCXX-418) filebuf::fd() extension not documented

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-418. --- Resolution: Fixed Fix committed thus: http://svn.apache.org/viewvc?view=rev&revision=57

[jira] Assigned: (STDCXX-418) filebuf::fd() extension not documented

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-418: --- Assignee: Martin Sebor > filebuf::fd() extension not documen

design of regression tests (was: Re: [jira] Updated: (STDCXX-436) [Linux] MB_LEN_MAX incorrect)

2007-09-13 Thread Martin Sebor
Travis, all, I'm trying to decide how we should treat the latest regression test for STDCXX-436: http://issues.apache.org/jira/secure/attachment/12365789/18.limits.stdcxx-436.cpp Up until now our approach to "designing" regression tests has been to simply copy the test case from each issue into

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

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527342 ] Martin Sebor commented on STDCXX-524: - Looks good, thanks! If you could just attach your Change Log I'll c

[jira] Created: (STDCXX-555) [EDG eccp/Linux] ld errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in num_get.o

2007-09-13 Thread Martin Sebor (JIRA)
://issues.apache.org/jira/browse/STDCXX-555 Project: C++ Standard Library Issue Type: Bug Components: Examples Affects Versions: trunk Environment: EDG eccp 3.9, gcc 4.1.2, glibc 2.5 Reporter: Martin Sebor Assignee: Martin Sebor

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

2007-09-13 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: Severity: Compiler Error Affects Version/s: (was: 4.2

[jira] Closed: (STDCXX-392) [EDG eccp 3.9/Linux] _RWSTD_MBSTATE_T undefined

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-392. --- Resolution: Fixed Looks like the committed change fixed it. With STDCXX-394 fixed and with http

[jira] Closed: (STDCXX-394) [EDG eccp 3.9/Linux] _RWSTD_SIZE_MAX undefined

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-394. --- Resolution: Fixed Manually verified as fixed. > [EDG eccp 3.9/Linux] _RWSTD_SIZE_MAX undefi

[jira] Commented: (STDCXX-394) [EDG eccp 3.9/Linux] _RWSTD_SIZE_MAX undefined

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527166 ] Martin Sebor commented on STDCXX-394: - This a configuration problem: the LIMITS.cpp config test fails to compile

[jira] Updated: (STDCXX-394) [EDG eccp 3.9/Linux] _RWSTD_SIZE_MAX undefined

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-394: Severity: Compiler Error Priority: Blocker (was: Major) Fix Version/s: 4.2

[jira] Updated: (STDCXX-392) [EDG eccp 3.9/Linux] _RWSTD_MBSTATE_T undefined

2007-09-13 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-392: Severity: Compiler Error Priority: Blocker (was: Critical) Affects

[jira] Created: (STDCXX-553) [EDG eccp/gcc 4] errors on macros

2007-09-13 Thread Martin Sebor (JIRA)
Environment: EDG eccp 3.9/gcc 4.1.2/Linux Reporter: Martin Sebor $ cat /etc/fedora-release && gcc -v && cat t.cpp && eccp -V t.cpp Fedora Core release 6 (Zod) Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/

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

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526969 ] Martin Sebor commented on STDCXX-436: - Also, it seems I missed the LIMITS.cpp.patch you added on 9/7. Now that

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

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reopened STDCXX-436: - Reopened until a corrected Windows patch is committed. > [Linux] MB_LEN_MAX incorr

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

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526966 ] Martin Sebor commented on STDCXX-436: - Travis, about the regression test, I was hoping for one that doesn&#

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

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526962 ] Martin Sebor commented on STDCXX-552: - The query below might be helpful to understand what the Incubator PMC is

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

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-552: Component/s: Release This is a Release Management issue: set component to Release. > run RAT

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

2007-09-12 Thread Martin Sebor (JIRA)
run RAT on stdcxx 4.2.0 --- Key: STDCXX-552 URL: https://issues.apache.org/jira/browse/STDCXX-552 Project: C++ Standard Library Issue Type: Task Affects Versions: trunk Reporter: Martin Sebor

[jira] Resolved: (STDCXX-545) [Sun C++ 5.9/x86_64] ube ICE in collate.ccp

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-545. - Resolution: Fixed The committed change resolved the problem in my manual build. Will close after

Re: svn commit: r573119 - /incubator/stdcxx/trunk/tests/regress/24.operations.stdcxx-234.cpp

2007-09-12 Thread Martin Sebor
Travis Vitek wrote: This regression test fails to compile on more than one platform for varying reasons. ..\..\..\..\tests\containers\t.cpp(9) : error C2785: 'iterator_traits<_Iterator>::difference_type std::distance(_ForwardIterator,_ForwardIterator)' and 'int distance(X,X)' have differen

[jira] Commented: (STDCXX-551) [Sun C++ 5.9/x86_64] ube assertion

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526948 ] Martin Sebor commented on STDCXX-551: - Original Message Subject: Re: (Incident Review ID

[jira] Commented: (STDCXX-545) [Sun C++ 5.9/x86_64] ube ICE in collate.ccp

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526947 ] Martin Sebor commented on STDCXX-545: - Here's a small test case for this problem: $ cat t.cpp &

[jira] Commented: (STDCXX-551) [Sun C++ 5.9/x86_64] ube assertion

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526940 ] Martin Sebor commented on STDCXX-551: - Adding a copy ctor to class B::C works around the problem: $ diff -u

[jira] Updated: (STDCXX-545) [Sun C++ 5.9/x86_64] ube ICE in collate.ccp

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-545: Summary: [Sun C++ 5.9/x86_64] ube ICE in collate.ccp (was: [Sun C++ 5.9/x86] ube ICE in

[jira] Updated: (STDCXX-551) [Sun C++ 5.9/x86_64] ube assertion

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-551: Environment: Sun C++ 5.9/x86_64 Summary: [Sun C++ 5.9/x86_64] ube assertion (was: [Sun C

[jira] Created: (STDCXX-551) [Sun C++ 5.9/x86] ube assertion

2007-09-12 Thread Martin Sebor (JIRA)
7 Type:bug Customer Name: Martin Sebor Customer Email: [EMAIL PROTECTED] SDN ID: status: Waiting Category:c++ Subcategory: other Company: Rogue Wave Software release: studio12 hardware:x64 OSversion: solaris_10 priority:4 Synopsis:Sun C++ 5.9/x86 assert

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

2007-09-12 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: [...] We could eliminate some of the overhead due to building these tests by building just one binary and rigging our test driver to invoke it two or more times with different options (I like this feature in and of itself a lot) but I fear there is

[jira] Created: (STDCXX-550) [Sun C++] 64-bit conversion warnings building utilities

2007-09-12 Thread Martin Sebor (JIRA)
Components: Utilities Affects Versions: 4.1.4, 4.1.3, 4.1.2 Environment: Sun C++ 5.9, wide (64-bit) mode Reporter: Martin Sebor Priority: Minor Attachments: suncc-64-bit-warnings.txt Compiling the utilities with Sun C++ in wide (64-bit) mode produces a

[jira] Updated: (STDCXX-550) [Sun C++] 64-bit conversion warnings building utilities

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-550: Attachment: suncc-64-bit-warnings.txt Attached a build log with the warnings. > [Sun C++] 64-

Re: Windows build failures

2007-09-12 Thread Martin Sebor
Martin Sebor wrote: Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 10:01 PM To: stdcxx-dev@incubator.apache.org Subject: Re: Windows build failures Andrew, Farid: have you made any progress on these? win_2000

Re: Windows build failures

2007-09-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 10:01 PM To: stdcxx-dev@incubator.apache.org Subject: Re: Windows build failures Andrew, Farid: have you made any progress on these? win_2000-4-x86 All builds

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 6:01 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat AFAIK the svn

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-12 Thread Martin Sebor
Andrew Black wrote: Martin Sebor wrote: Come to think of it, aren't we already using tar and gzip to package up our builds? Andrew, can we switch to tar/gzip for our sources as well? No. We still package the post-build archives on windows using jar, and I don't think the night

[jira] Updated: (STDCXX-152) error instantiating std::map on an incomplete type

2007-09-12 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-152: Severity: Compiler Error Priority: Critical (was: Major) I'm making this Critical. H

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-12 Thread Martin Sebor
Come to think of it, aren't we already using tar and gzip to package up our builds? Andrew, can we switch to tar/gzip for our sources as well? Martin Martin Sebor wrote: Andrew Black wrote: Farid Zaripov wrote: [snip] Because of that the filebuf example always fail with DIFF status

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-12 Thread Martin Sebor
Andrew Black wrote: Farid Zaripov wrote: [snip] Because of that the filebuf example always fail with DIFF status on my workstation (the manual/out/filebuf.out is a symbolic link to manual/filebuf.cpp, but on windows the content of this file is just single line: "link ../filebuf.cpp"). I sur

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-12 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 12, 2007 3:43 AM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat You're probably

Re: merge fix for STDCXX-501 to 4.2

2007-09-11 Thread Martin Sebor
This is now done: http://svn.apache.org/viewvc?rev=574783&view=rev Martin Sebor wrote: > > I plan to merge the fix below to 4.2. The change implements > a long-awaited solution to a binary incompatibility problem > between stdcxx and code compiled with HP aCC with the -AA >

[jira] Resolved: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-549. - Resolution: Fixed Fix Version/s: trunk Fixed by the referenced patch. > [Sun C++

[jira] Closed: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-549. --- > [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generi

[jira] Assigned: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-549: --- Assignee: Martin Sebor > [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generi

[jira] Created: (STDCXX-549) [Sun C++ 5.9/Linux/x86_64] configuration error on -xarch=generic64

2007-09-11 Thread Martin Sebor (JIRA)
Type: Bug Components: Configuration Affects Versions: trunk Environment: Sun C++ 5.9/Linux/x86_64 Reporter: Martin Sebor Priority: Critical Configuration in wide (64-bit) mode with Sun C++ 5.9 fails on Linux/x86_64: gmake config gmake[3]: Entering

[jira] Created: (STDCXX-548) add an internal header for __rw::__rw_get_stdio_fmat()

2007-09-11 Thread Martin Sebor (JIRA)
Components: Build Affects Versions: 4.1.4, 4.1.3, 4.1.2 Environment: All. Reporter: Martin Sebor Priority: Minor Fix For: 4.2.1 The __rw::__rw_get_stdio_fmat() function (and perhaps some others) defined in src/punct.cpp and declared as well as

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-11 Thread Martin Sebor
Eric Lemings wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 4:21 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat Since this change

Re: stdcxx atomics

2007-09-11 Thread Martin Sebor
Liviu Nicoara wrote: I noticed that -- like other RW libs -- stdcxx does build the atomic ops sources even in ST builds although the logic in rw/_mutex.h picks up the vanilla implementation in 8-11 builds. Is this a mere slip? Yeah, I guess it does. I've never thought about it. It would probab

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

2007-09-11 Thread Martin Sebor
Travis Vitek wrote: [...] I guess I hadn't thought of the fact that some of these tests create multiple thread pools. Hmm. I don't think the test should be allowed to reset its own timeout but I'm not sure I see a good solution. Yeah, ugh. It certainly shouldn't exit successfully without doin

Re: renaming branches/4.2.0 to branches/4.2

2007-09-11 Thread Martin Sebor
William A. Rowe, Jr. wrote: Martin Sebor wrote: Hmm. I admit I hadn't thought of the local checkout problem. Your suggestion sounds most sensible. The only concern I have is that we may not graduate before the release. (I guess I'd better hurry up with the proposal!) Maybe we cou

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

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-493. - Resolution: Fixed Resolved by the committed patch. The before and after timings posted below

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

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-493. --- > std::string::append() slow > -- > > Key

Re: renaming branches/4.2.0 to branches/4.2

2007-09-11 Thread Martin Sebor
William A. Rowe, Jr. wrote: Martin Sebor wrote: Just a heads up: I plan to make this change today. If anyone has any concerns, please speak up now. The trouble of course is that you break local checkouts unless those folks use 'svn switch' to flip the repository location. One alte

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

2007-09-11 Thread Martin Sebor
owed to reset its own timeout but I'm not sure I see a good solution. It certainly shouldn't exit successfully without doing the rest of the work. Should it fail? Or should it just continue with the next pool and allow itself to be killed? Martin Travis Martin Sebor wrote: Hi Travi

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-11 Thread Martin Sebor
Andrew, since we discussed merging Farid's change out to 4.2, I think it would be best to wait until the transient symlink is in place. Martin Martin Sebor wrote: Since this change affects a user interface to the library I think we should provide a migration path for the transition to th

merge fix for STDCXX-501 to 4.2

2007-09-11 Thread Martin Sebor
I plan to merge the fix below to 4.2. The change implements a long-awaited solution to a binary incompatibility problem between stdcxx and code compiled with HP aCC with the -AA option as described in STDCXX-501: http://issues.apache.org/jira/browse/STDCXX-501 http://svn.apache.org/viewvc

Re: renaming branches/4.2.0 to branches/4.2

2007-09-11 Thread Martin Sebor
Just a heads up: I plan to make this change today. If anyone has any concerns, please speak up now. Martin Martin Sebor wrote: While reading the Release Branches section of the Subversion book (http://tinyurl.com/8knxw) I realized that our 4.2.0 release branch would have ideally been named 4.2

Re: svn commit: r574618 - in /incubator/stdcxx/trunk: README configure.bat generate.bat

2007-09-11 Thread Martin Sebor
Since this change affects a user interface to the library I think we should provide a migration path for the transition to the new interface. I suggest we keep generate.bat but make it a symbolic link to configure.bat and deprecate it so that it can be removed in 4.3. Martin [EMAIL PROTECTED] wr

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

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526618 ] Martin Sebor commented on STDCXX-493: - I meant "you DON'T need to add yourself." > std::str

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

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526617 ] Martin Sebor commented on STDCXX-493: - I see. In that case you need to add yourself. To attribute a change to

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

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526581 ] Martin Sebor commented on STDCXX-493: - If you modified the patch in a substantive way you should add yourself to

[jira] Commented: (STDCXX-117) [Mac OS X 10.2.8] Missing header guards in utility source files

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526578 ] Martin Sebor commented on STDCXX-117: - Andrew, what's the status of this? > [Mac OS X 10.2.8] Missin

[jira] Resolved: (STDCXX-129) [HP aCC] ::wmemcpy et al not declared in

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-129. - Resolution: Fixed Resolved by switching to -AA (see STDCXX-501). The problem still exists when

allow HTML attachments on stdcxx lists

2007-09-11 Thread Martin Sebor
Hi, Can you please remove text/html from the set of disallowed attachment MIME types on stdcxx mailing lists (stdcxx-dev@incubator.apache.org and [EMAIL PROTECTED])? Some background for this request is here: https://issues.apache.org/jira/browse/INFRA-1194 Thanks Martin

new Jira field: Patch Available

2007-09-11 Thread Martin Sebor
To make bug triage a little easier, I added a new field to stdcxx issues called Patch Available. The field is a check box that should be checked when a patch is attached to an issue. It would help if non-committers who have submitted patches to Jira issues that are ready for review please checked

[jira] Updated: (STDCXX-504) Add Apache copyright notices

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-504: Patch Info: [Patch Available] > Add Apache copyright noti

[jira] Closed: (STDCXX-501) [HP aCC 3] compile using -AA rather than -Aa

2007-09-11 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-501. --- Resolution: Fixed Nightly build results confirm this is working correctly. > [HP aCC 3] comp

Re: Windows build failures

2007-09-11 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 8:28 PM To: stdcxx-dev@incubator.apache.org Subject: Windows build failures What is the status of the Windows builds on trunk? There still are a large number of sever

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

2007-09-11 Thread Martin Sebor
rd Library Issue Type: Improvement Components: Tests Affects Versions: trunk Reporter: Martin Sebor Assignee: Travis Vitek Fix For: 4.2 Attachments: stdcxx-536.patch The newly added thread safety tests (and possibly some of the exi

[jira] Assigned: (STDCXX-547) [Sun C++] 64-bit conversion warnings building the library

2007-09-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-547: --- Assignee: Martin Sebor > [Sun C++] 64-bit conversion warnings building the libr

[jira] Created: (STDCXX-547) [Sun C++] 64-bit conversion warnings building the library

2007-09-10 Thread Martin Sebor (JIRA)
Components: Build Affects Versions: trunk Environment: Sun C++ +w, wide mode (-xarch=amd64, -xarch=sparcv9, or -m64) Reporter: Martin Sebor Priority: Minor Fix For: 4.2 We get a bunch of 64-bit conversion warnings when building the library in

severity of issues in Jira

2007-09-10 Thread Martin Sebor
To help with prioritization of issues I've added a new custom field to stdcxx issues in Jira, called Severity, with the following values in the order of decreasing severity: 1. Runtime Error (e.g., crash including abort, deadlock or livelock, and certain cases of data corruption such as buffer

[jira] Updated: (STDCXX-545) [Sun C++ 5.9/x86] ube ICE in collate.ccp

2007-09-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-545: Severity: Compiler Error Set Severity to "Compiler Error" > [Sun C++ 5.9/x8

[jira] Updated: (STDCXX-545) [Sun C++ 5.9/x86] ube ICE in collate.ccp

2007-09-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-545: Priority: Blocker (was: Major) Fix Version/s: 4.2 Assignee: Martin Sebor

[jira] Updated: (STDCXX-546) Create new mailing list specifically for JIRA change logs.

2007-09-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-546: Component/s: (was: Web) Mailing Lists > Create new mailing list specifica

[jira] Commented: (STDCXX-546) Create new mailing list specifically for JIRA change logs.

2007-09-10 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526276 ] Martin Sebor commented on STDCXX-546: - A few Apache projects, including one in the Incubator, have set up an

Re: svn commit: r574015 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2007-09-10 Thread Martin Sebor
Martin Sebor wrote: Farid Zaripov wrote: [...] So we should append /Oi to the command line manually (using AdditionalOptions property) to enable using of CRT functions as intrinsic (or use /O2 optimization, because /O2 implies /Oi). Why not use /O2? Whoops. I missed your suggestion to do

Re: svn commit: r574015 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2007-09-10 Thread Martin Sebor
Farid Zaripov wrote: -Original Message- From: Martin Sebor [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 6:35 PM To: stdcxx-dev@incubator.apache.org Subject: Re: svn commit: r574015 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js [EMAIL PROTECTED] wrote

Re: improving Windows build logs

2007-09-10 Thread Martin Sebor
Martin Sebor wrote: I find the Windows build logs very hard to read, and exceedingly difficult to find errors in. One big problem, IMO, is all the junk (presumably) emitted by IDE to tell us what the command line looks like. What can be done about this to make the Windows logs as readable as the

improving Windows build logs

2007-09-10 Thread Martin Sebor
I find the Windows build logs very hard to read, and exceedingly difficult to find errors in. One big problem, IMO, is all the junk (presumably) emitted by IDE to tell us what the command line looks like. What can be done about this to make the Windows logs as readable as the UNIX ones? For insta

Re: svn commit: r574015 - /incubator/stdcxx/trunk/etc/config/windows/projectdef.js

2007-09-10 Thread Martin Sebor
[EMAIL PROTECTED] wrote: Author: faridz Date: Sun Sep 9 06:57:32 2007 New Revision: 574015 URL: http://svn.apache.org/viewvc?rev=574015&view=rev Log: 2007-09-09 Farid Zaripov <[EMAIL PROTECTED]> * projectdef.js (projectCreateVCProject): Enable using of the intrinsic functions i

Re: want to replace rogue wave stl with apache stl

2007-09-10 Thread Martin Sebor
Alok Shrivastava wrote: Hi, Thanks for adding my name in the list. I have one question-I have some c++ code which uses rogue wave STL,I want to replace the rogue wave stl with apache stl,can it be possible ?Please help me in this regards. That depends on what you mean by "replace" and how old

renaming branches/4.2.0 to branches/4.2

2007-09-08 Thread Martin Sebor
While reading the Release Branches section of the Subversion book (http://tinyurl.com/8knxw) I realized that our 4.2.0 release branch would have ideally been named 4.2 to accommodate the evolution of the branch (i.e., bug fix, or micro releases such as 4.2.1, 4.2.2, etc.) To make this possible I p

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

2007-09-08 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-436. - Resolution: Fixed Resolved by the committed patch: http://svn.apache.org/viewvc?rev=573904&

Re: [PATCH] Use __rw_atomic_xxx() on Windows

2007-09-07 Thread Martin Sebor
24743 ms/op 0.00142187 ms/op 0.00147480 Martin Sebor wrote: 8d is not thread-safe so the atomic function templates should be implemented in terms of ordinary increments and decrements (if they aren't it's a bug). They should only expand to the atomic assembly (or

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525873 ] Martin Sebor commented on STDCXX-524: - Right, the files don't need to be under locale_root. They're

[jira] Resolved: (STDCXX-541) std::char_traits::find fails to find characters from the extended ASCII set

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-541. - Resolution: Fixed Fix Version/s: 4.2 Fixed by Liviu here: http://svn.apache.org/viewvc

[jira] Assigned: (STDCXX-541) std::char_traits::find fails to find characters from the extended ASCII set

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-541: --- Assignee: Liviu Nicoara > std::char_traits::find fails to find characters from the exten

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525864 ] Martin Sebor commented on STDCXX-436: - The fact that gcc's #include_next brings in a file that's al

Re: Config Tests Comparison Questions

2007-09-07 Thread Martin Sebor
Eric Lemings wrote: Notice the #if 2 == __GNUG__ directive in the following config source file: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/etc/config/src/NEW_T HROWS.cpp?view=markup The other config tests, such as the following source file, do not have the outer #if 2 == __GNUG__ d

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-436: --- Assignee: Travis Vitek (was: Martin Sebor) Travis, can you please look into this when you

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-536: Fix Version/s: 4.2 Tentatively scheduled for 4.2. > allow thread safety tests to time out with

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-536: --- Assignee: Travis Vitek Travis, can you take a look at this to see if we could implement it

[jira] Updated: (STDCXX-307) std::streambuf::imbue() stores locale when it shouldn't

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-307: Fix Version/s: 4.2.1 Scheduled for 4.2.1. > std::streambuf::imbue() stores locale when

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-493: Fix Version/s: 4.2 (Tentatively) scheduled for 4.2. > std::string::append() s

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-493: --- Assignee: Travis Vitek Travis, can you check out Mark's patch and see if it is doabl

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

2007-09-07 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525727 ] Martin Sebor commented on STDCXX-493: - See http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/msg04297

<    4   5   6   7   8   9   10   11   12   13   >