[jira] Updated: (STDCXX-258) run_locale_utils.sh doesn't consider path to locale and localedef

2007-09-27 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor updated STDCXX-258: Severity: Runtime Error Priority: Minor (was: Major) Patch Info:

[jira] Resolved: (STDCXX-258) run_locale_utils.sh doesn't consider path to locale and localedef

2007-09-27 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-258. - Resolution: Fixed Looks like this is resolved. Hard to say for sure since there's no test case

[PATCH] util locale

2007-09-27 Thread Farid Zaripov
Below is a patch to localedef utility to obtain list of system locales if RWSTD_LOCALE_ROOT environment variable is not defined. ChangeLog: * locale.cpp [_WIN32] (EnumLocales): New function to enumerate system locales. (print_locale_names): Obtain list of system locales if

[PATCH] time_put.cpp

2007-09-27 Thread Farid Zaripov
The MSVC issues parameter validation error in 22.locale.time.put.mt.cpp test. The parameter checking code below: - int (isspace) (int c) { _ASSERTE((unsigned)(c + 1) = 256); ... } - The same validation performed in all isxxx() functions. This validation asserts on all

[jira] Closed: (STDCXX-258) run_locale_utils.sh doesn't consider path to locale and localedef

2007-09-27 Thread Andrew Black (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Black closed STDCXX-258. --- Confirmed fixed in a manual test. How I tested was by creating a 'fake' locale and localedef script,

[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] Closed: (STDCXX-571) 22.locale.numpunct.mt fails because of inconsistencies between C and C++ locales

2007-09-27 Thread Martin Sebor (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor closed STDCXX-571. --- Resolution: Fixed Fix Version/s: (was: 4.2.1) 4.2 Assignee:

[jira] Created: (STDCXX-573) Enable building with Purify

2007-09-27 Thread Andrew Black (JIRA)
Enable building with Purify --- Key: STDCXX-573 URL: https://issues.apache.org/jira/browse/STDCXX-573 Project: C++ Standard Library Issue Type: Improvement Components: Build Reporter: Andrew

[jira] Updated: (STDCXX-573) Enable building with Purify

2007-09-27 Thread Andrew Black (JIRA)
[ https://issues.apache.org/jira/browse/STDCXX-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Black updated STDCXX-573: Attachment: purify.diff Attached (As purify.diff) is my first take at resolving this issue, though

Re: [PATCH] util locale

2007-09-27 Thread Martin Sebor
Farid Zaripov wrote: Below is a patch to localedef utility to obtain list of system locales if RWSTD_LOCALE_ROOT environment variable is not defined. Cool! Thanks for doing this. I think I said I would but spaced it. As before, please wait until I'm done with the merge. I was hoping to be

Re: [PATCH] time_put.cpp

2007-09-27 Thread Martin Sebor
Farid Zaripov wrote: The MSVC issues parameter validation error in 22.locale.time.put.mt.cpp test. This is good. Please just hold off on committing it until after the merge. I've been having problems with Subversion all day. svn merge fails with an error for each file that's been added on