--- On Wed, 10/11/10, Ken Thomases wrote:
> I should have been clearer. The output just reflects
> your environment. So, you have LANG set to
> en_GB.utf8. I had LANG set to en_US.UTF-8. My
> only point was to say that the "UTF-8" form is
> acceptable. It was not to suggest that "utf8" is no
--- On Wed, 10/11/10, Ken Thomases wrote:
> From: Ken Thomases
> Subject: Re: AUTHORS list and the C locale on Mac OS X
> To: "Reece Dunn"
> Cc: "wine-devel"
> Date: Wednesday, 10 November, 2010, 20:08
> On Nov 9, 2010, at 4:29 PM, Reece
> Dunn wrote:
>
> > You could use autoconf to detect:
>
The website logo is the one in question:
http://en.wikipedia.org/wiki/File:Winehq_logo_glass.png
-Scott
On 11/10/2010 07:50 AM, Jeremy Newman wrote:
> I have never bothered to license the web code as I don't really care who
> uses it for what. I guess that would make it a BSD license.
>
> As fo
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=6958
Your paranoid android.
Am 11.11.2010 00:18, schrieb Marvin:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> http://testbot.winehq
On Nov 10, 2010, at 5:00 PM, Reece Dunn wrote:
> I'm getting the same behaviour (Ubuntu 10.10) -- LC_ALL accepts either
> utf8 or UTF-8 for en_GB, en_IE, etc. The caveat here is that the
> primary locale needs to exist (and presumably needs to have a UTF-8
> valiant present).
>
> That is, as I do
On 10 November 2010 22:45, Ken Thomases wrote:
> On Nov 10, 2010, at 2:27 PM, Hin-Tak Leung wrote:
>
>> --- On Wed, 10/11/10, Ken Thomases wrote:
>>
>>> Are you sure about that? Checking on a couple of
>>> Linux systems here, the "locale" command reports:
>>>
>>> $ locale
>>> LANG=en_US.UTF-8
>>
On Nov 10, 2010, at 2:27 PM, Hin-Tak Leung wrote:
> --- On Wed, 10/11/10, Ken Thomases wrote:
>
>> Are you sure about that? Checking on a couple of
>> Linux systems here, the "locale" command reports:
>>
>> $ locale
>> LANG=en_US.UTF-8
>> LC_CTYPE="en_US.UTF-8"
>> ...
>
> mine (fedora x86_64)
Eric Pouech writes:
> Le 10/11/2010 22:32, Alexandre Julliard a écrit :
>> Eric Pouech writes:
>>
>>> Le 10/11/2010 17:34, Alexandre Julliard a écrit :
Eric Pouech writes:
> msvcr90 doesn't set msvcrt's errno in case of error, while msvcrt does
> Hence the wrappers inside msv
Am 10.11.2010 22:24, schrieb Alex Villacís Lasso:
> El 10/11/10 15:02, André Hentschel escribió:
>> That's the behaviour of XP and up:
>> http://test.winehq.org/data/tests/oledb32:convert.html
>>
>> It's tricky to fix in Wine as you really don't know how much space you
>> have in dst and assuming
Le 10/11/2010 22:32, Alexandre Julliard a écrit :
Eric Pouech writes:
Le 10/11/2010 17:34, Alexandre Julliard a écrit :
Eric Pouech writes:
msvcr90 doesn't set msvcrt's errno in case of error, while msvcrt does
Hence the wrappers inside msvcr90 around _itoa_s and _itow_s calls.
Do you ha
Eric Pouech writes:
> Le 10/11/2010 17:34, Alexandre Julliard a écrit :
>> Eric Pouech writes:
>>
>>> msvcr90 doesn't set msvcrt's errno in case of error, while msvcrt does
>>> Hence the wrappers inside msvcr90 around _itoa_s and _itow_s calls.
>> Do you have an app that depends on this?
>>
> no
El 10/11/10 15:02, André Hentschel escribió:
That's the behaviour of XP and up:
http://test.winehq.org/data/tests/oledb32:convert.html
It's tricky to fix in Wine as you really don't know how much space you have in
dst and assuming space breaks other tests.
---
dlls/oledb32/tests/convert.c |
On Wed, Nov 10, 2010 at 11:49 AM, Marvin wrote:
> Hi,
>
> While running your changed tests on Windows, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> Full results can be found at
> http://tes
Le 10/11/2010 17:34, Alexandre Julliard a écrit :
Eric Pouech writes:
msvcr90 doesn't set msvcrt's errno in case of error, while msvcrt does
Hence the wrappers inside msvcr90 around _itoa_s and _itow_s calls.
Do you have an app that depends on this?
no, just the current tests that fail
A+
On Nov 9, 2010, at 4:29 PM, Reece Dunn wrote:
> You could use autoconf to detect:
> 1/ broken handling of UTF-8 characters by sed;
> 2/ name of LC_ALL flag that handles UTF-8
In theory, you only need to set LC_CTYPE, not any other aspect of the locale.
And for that, you don't need the langu
Eryk Wieliczko writes:
> +int CDECL MSVCRT_strncat_s( char* dst, MSVCRT_size_t elem, const char* src,
> MSVCRT_size_t count )
> +{
> +MSVCRT_size_t i, j;
> +if(!dst) return MSVCRT_EINVAL;
> +if(elem == 0) return MSVCRT_EINVAL;
> +if(!src)
> +{
> +dst[0] = '\0';
> +
Eric Pouech writes:
> msvcr90 doesn't set msvcrt's errno in case of error, while msvcrt does
> Hence the wrappers inside msvcr90 around _itoa_s and _itow_s calls.
Do you have an app that depends on this?
--
Alexandre Julliard
julli...@winehq.org
I have never bothered to license the web code as I don't really care who
uses it for what. I guess that would make it a BSD license.
As for the logo, I cannot speak for that. I don't remember who created
the original version of the logo. The new version used on the website
was created by Jon P
FYI: This should have been sent to wine-patches.
-N
On 11/10/2010 04:27 AM, Yaron Shahrabani wrote:
Kind regards,
YaronShahrabani
Kind regards,
Yaron Shahrabani
From 80de7af1f7c46e12f474f52bd108b7928f489519 Mon Sep 17 00:00:00 2001
From: Yaron Shahrabani
Date: Wed, 10 Nov 2010 12:24:54 +0200
Subject: website: 404 Translated to Hebrew
---
templates/he/global/404.template | 16
1 files changed, 8 inserti
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=6947
Your paranoid android.
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=6935
Your paranoid android.
I was looking at the Wine wikipedia article and some jerk is nominating
the logo image for deletion for copyright reasons.
I wanted to correct the error and point to the license for the file, but
couldn't actually find a license to point at. Have we asked this
question before?
Part of me just as
24 matches
Mail list logo