Noorul Islam K M writes:
> Hyrum K Wright writes:
>
>> On Tue, Feb 8, 2011 at 1:41 AM, Daniel Shahaf
>> wrote:
>>
>>> Hyrum K Wright wrote on Mon, Feb 07, 2011 at 23:14:10 +:
On Fri, Feb 4, 2011 at 4:36 PM, Noorul Islam K M wrote:
> hwright noorul: ignored_props_mod takes a list
>> +def identity_copy(sbox):
>> + "copy UTF-8 svn:* props identically"
>> + orig_lc_all = locale.setlocale(locale.LC_ALL)
>> + other_locales = [ "English.1252", "German.1252", "French.1252",
>> "en_US.ISO-8859-1", "en_GB.ISO-8859-1", "de_DE.ISO-8859-1" ]
>> + for other_locale in other_locales:
On Sun, Feb 13, 2011 at 3:49 AM, Daniel Shahaf wrote:
> hwri...@apache.org wrote on Thu, Feb 10, 2011 at 22:04:43 -:
>> Added: subversion/trunk/tools/dev/gen-py-errors.py
>> URL:
>> http://svn.apache.org/viewvc/subversion/trunk/tools/dev/gen-py-errors.py?rev=1069588&view=auto
>> =
Attached is version 2 of the patch and log message.
>> + strncpy(orig_lc_all, setlocale(LC_ALL, NULL), sizeof orig_lc_all);
>
> sizeof() with parens please.
Fixed.
>> + if ((! setlocale(LC_ALL, "English.1252")) &&
>> + (! setlocale(LC_ALL, "German.1252")) &&
>> + (! setlocal
>> I also try the Windows-specific locale strings first because I know
>> that a Linux system successfully ignores them.
>
> Does setlocale even have a real effect on Windows? Last time I looked,
> you couldn't change the per-process locale.
Yes. I have developed some websites in PHP on Windows w
On 13.02.2011 20:15, Danny Trebbien wrote:
> I also try the Windows-specific locale strings first because I know
> that a Linux system successfully ignores them.
Does setlocale even have a real effect on Windows? Last time I looked,
you couldn't change the per-process locale.
-- Brane
On Sun, Feb 13, 2011 at 11:15:13AM -0800, Danny Trebbien wrote:
> Per Philip's suggestion, I have switched the test to trying a list of
> locales. While I have not tested it on Windows, I am using examples
> from MSDN verbatim. It should work.
>
> I also try the Windows-specific locale strings f
On 13.02.2011 21:28, Bert Huijben wrote:
>
>> -Original Message-
>> From: Danny Trebbien [mailto:dtrebb...@gmail.com]
>> Sent: zondag 13 februari 2011 21:00
>> To: Subversion Development
>> Subject: [PATCH] extend the SVN_ERR macro with a cleanup statement
>> parameter
>>
>> Attached is a s
> -Original Message-
> From: Danny Trebbien [mailto:dtrebb...@gmail.com]
> Sent: zondag 13 februari 2011 21:00
> To: Subversion Development
> Subject: [PATCH] extend the SVN_ERR macro with a cleanup statement
> parameter
>
> Attached is a small patch to extend the SVN_ERR macro with anot
On 13.02.2011 17:44, Daniel Shahaf wrote:
> Branko Čibej wrote on Sun, Feb 13, 2011 at 16:10:03 +0100:
>> On 13.02.2011 09:33, Daniel Shahaf wrote:
+strncpy(orig_lc_all, setlocale(LC_ALL, NULL), sizeof orig_lc_all);
>>> sizeof() with parens please.
>> Why? They're not necessary unless the
Attached is a small patch to extend the SVN_ERR macro with another
parameter, a cleanup statement, that is executed before the error
generated by EXPR (if not SVN_NO_ERROR) is returned. Also attached is
a log message.
I plan on using this in a test of svn_subst_translate_string2() in
which I need
>> >> Yes, I basically just want a non-UTF-8 locale. Which one do you suggest?
>
> Danny, what is this new test for (sorry if this has been explained in
> some other thread -- I briefly checked and couldn't find any).
Hi Stefan,
This is for a new test. See:
http://thread.gmane.org/gmane.comp.ve
Branko Čibej wrote on Sun, Feb 13, 2011 at 16:10:03 +0100:
> On 13.02.2011 09:33, Daniel Shahaf wrote:
> >> +strncpy(orig_lc_all, setlocale(LC_ALL, NULL), sizeof orig_lc_all);
> > sizeof() with parens please.
>
> Why? They're not necessary unless the sizeof operator (not function!) is
> applie
On 13.02.2011 09:33, Daniel Shahaf wrote:
>> +strncpy(orig_lc_all, setlocale(LC_ALL, NULL), sizeof orig_lc_all);
> sizeof() with parens please.
Why? They're not necessary unless the sizeof operator (not function!) is
applied to a type name. There's no ambiguity here at all.
-- Brane
On Sun, Feb 13, 2011 at 12:09:32AM +, Philip Martin wrote:
> Philip Martin writes:
>
> > Danny Trebbien writes:
> >
> >>> I had to look that up, it's Esperanto. Why do you want that one? What
> >>> are you testing? It doesn't appear to be available on my machine. Do
> >>> you just want a
Danny Trebbien writes:
>> While I couldn't get SVN_TEST_SKIP2 to work because the availability
>> of a locale cannot be tested at preprocessing time
>
> Actually, at compile time.
Ah, yes. Perhaps you could extend svn_test_mode_t and add a new
svn_test_skip_runtime mode: add support in svn_test
Danny Trebbien wrote on Sat, Feb 12, 2011 at 18:17:30 -0800:
> +def identity_copy(sbox):
> + "copy UTF-8 svn:* props identically"
> + orig_lc_all = locale.setlocale(locale.LC_ALL)
> + other_locales = [ "English.1252", "German.1252", "French.1252",
> "en_US.ISO-8859-1", "en_GB.ISO-8859-1", "de_D
Danny Trebbien wrote on Sat, Feb 12, 2011 at 17:37:53 -0800:
> Attached is a patch that adds a new test to the subst_translate-test
> test suite (defined in
> `subversion/tests/libsvn_subr/subst_translate-test.c`). Also attached
> is a log message.
>
> The purpose of the new test is to test svn_s
18 matches
Mail list logo