Sergey Vlasov writes:
> On Mon, Aug 26, 2013 at 12:41:19PM +0900, Olaf Meeuwissen wrote:
>> m. allan noah writes:
>>
>> > That is one option. The other is to do own own upcasing, [...]
>>
>> Sure, but why bother if you can use standard library API?
>
> setlocale() has a process-wide effect - if
Yes- I have reverted the earlier fix, and added the DIY version, along
with a number of other fixes from the bug tracker.
allan
On Tue, Sep 17, 2013 at 7:12 PM, Olaf Meeuwissen
wrote:
>
> Sergey Vlasov writes:
>
>> On Mon, Aug 26, 2013 at 12:41:19PM +0900, Olaf Meeuwissen wrote:
>>> m. allan noa
On Mon, Aug 26, 2013 at 12:41:19PM +0900, Olaf Meeuwissen wrote:
> m. allan noah writes:
>
> > That is one option. The other is to do own own upcasing, [...]
>
> Sure, but why bother if you can use standard library API?
setlocale() has a process-wide effect - if a multithreaded process
uses the
m. allan noah writes:
> That is one option. The other is to do own own upcasing, [...]
Sure, but why bother if you can use standard library API?
--
Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS CORPORATION
FSF Associate Member #1962 Help support software freedom
m. allan noah writes:
> No, this is a good issue to discuss. I wonder, can the Turkish
> keyboard make the capitol 'I'? If not, then what is the correct fix?
A lot of string functions do take the current locale into account when
doing their thing, so the correct fix is to use the right locale be
> Sure, but why bother if you can use standard library API?
agreed.
allan
--
"The truth is an offense, but not a sin"
On Sun, Aug 25, 2013 at 11:41 PM, Olaf Meeuwissen
wrote:
> m. allan noah writes:
>
>> That is one option. The other is to do own own upcasing, [...]
>
> Sure, but why bother if
That is one option. The other is to do own own upcasing, as per this patch:
diff --git a/sanei/sanei_init_debug.c b/sanei/sanei_init_debug.c
index 6b50f03..c9571e9 100644
--- a/sanei/sanei_init_debug.c
+++ b/sanei/sanei_init_debug.c
@@ -67,6 +67,19 @@
#define BACKEND_NAME sanei_debug
#include ".
On Saturday 24 August 2013 10:46 PM, m. allan noah wrote:
> It has been 1 year since our last release, so here we go again:
>
> Timetable:
> Sept 15, 2013: Feature freeze (only bugs, translation and doc updates)
> Sept 22, 2013: Code freeze (only horrible bugs, translation and doc updates)
> Sept 2
No, this is a good issue to discuss. I wonder, can the Turkish
keyboard make the capitol 'I'? If not, then what is the correct fix?
allan
On Sat, Aug 24, 2013 at 5:02 PM, viresh wrote:
> On Saturday 24 August 2013 10:46 PM, m. allan noah wrote:
>>
>> It has been 1 year since our last release, so
It has been 1 year since our last release, so here we go again:
Timetable:
Sept 15, 2013: Feature freeze (only bugs, translation and doc updates)
Sept 22, 2013: Code freeze (only horrible bugs, translation and doc updates)
Sept 29, 2013: Release
Note, it is highly likely that there are patches fr
10 matches
Mail list logo