[sane-devel] Schedule for release of sane-backends 1.0.24

2013-09-18 Thread Olaf Meeuwissen
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-09-17 Thread m. allan noah
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-09-17 Thread Sergey Vlasov
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-26 Thread Olaf Meeuwissen
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-26 Thread Olaf Meeuwissen
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-26 Thread m. allan noah
> 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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-25 Thread m. allan noah
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 ".

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-25 Thread viresh
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-24 Thread m. allan noah
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

[sane-devel] Schedule for release of sane-backends 1.0.24

2013-08-24 Thread m. allan noah
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