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

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

Re: [PATCH] crtxn.o (Intel C++ 9.0) - crtend.o (Intel C++ 9.1)

2007-02-19 Thread Liviu Nicoara
Martin Sebor wrote: Liviu Nicoara wrote: The diff conditional got truncated in the copy paste: [...] So does this mean Intel renamed crtxn.o to crtend.o between 9.0 and 9.1? Intel tells me (in issue 355260) they have an undocumented compiler option -cxxlib-nostd that will apparently let us

Re: [PATCH] crtxn.o (Intel C++ 9.0) - crtend.o (Intel C++ 9.1)

2007-02-19 Thread Martin Sebor
Liviu Nicoara wrote: Liviu Nicoara wrote: Martin Sebor wrote: Liviu Nicoara wrote: The diff conditional got truncated in the copy paste: [...] So does this mean Intel renamed crtxn.o to crtend.o between 9.0 and 9.1? Intel tells me (in issue 355260) they have an undocumented compiler option

Intel 8.x, 9.x -cxxlib-nostd change, was: Re: [PATCH] crtxn.o (Intel C++ 9.0) - crtend.o (Intel C++ 9.1)

2007-02-19 Thread Liviu Nicoara
Here it is. I have grouped the options which required change together. I could not test the change with 8.1 and 9.0 compilers but I will do that as soon as our sysadmins resolve my account issues. On a side note: I could not detect any changes brought in by the -Xc option which I believe to

[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

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

2007-02-19 Thread Martin Sebor
Mark Brown (JIRA) wrote: [ 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

[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

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

2007-02-19 Thread Mark Brown
-Original Message- From: [EMAIL PROTECTED] Sent: Mon, 19 Feb 2007 13:35:19 -0700 To: stdcxx-dev@incubator.apache.org Subject: Re: [jira] Commented: (STDCXX-333) std::wfilebuf extracts more than 1 character from a 1 byte file Mark Brown (JIRA) wrote: [

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

2007-02-19 Thread Mark Brown
I decided to look into this as an exercise in stdcxx debugging and managed to figure out how to get around the error and generate the en_US.UTF-8 locale. The change I made to make it work is in the attached patch file. Let me know if this is the correct format for patches or if you prefer

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

2007-02-19 Thread Martin Sebor
Mark Brown wrote: I decided to look into this as an exercise in stdcxx debugging and managed to figure out how to get around the error and generate the en_US.UTF-8 locale. Great! Thanks for the detective work! The change I made to make it work is in the attached patch file. Let me know if

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

2007-02-19 Thread Martin Sebor
Martin Sebor wrote: Mark Brown wrote: I decided to look into this as an exercise in stdcxx debugging and managed to figure out how to get around the error and generate the en_US.UTF-8 locale. Great! Thanks for the detective work! The change I made to make it work is in the attached patch

[jira] Commented: (STDCXX-335) std::min() suboptimal

2007-02-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474290 ] Martin Sebor commented on STDCXX-335: - See also this Sun C++ compiler bug for some relevant detail:

[jira] Resolved: (STDCXX-340) [Cygwin] SIGHUP in localedef

2007-02-19 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-340. - Resolution: Fixed Fix Version/s: 4.2 Fixed. [Cygwin] SIGHUP in localedef