Re: [PING] was Re: [PATCH] Dynamically load XOpenDisplay, XQueryPointerand XCloseDisplay (2nd try)

2003-02-24 Thread Pavel Tsekov
On Sun, 23 Feb 2003, Pavel Roskin wrote: Hello! I just looked at your patch, and it looks good, but it needs testing with both glib-1.2 and glib-2.0, which would take some time. JFYI, I've tested the patch with both versions. On Cygwin, OpenBSD and Solaris I have glib-1.2. On Linux

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
On Mon, Feb 24, 2003 at 02:22:16AM -0500, Pavel Roskin wrote: If you preserve the whole filename, you are more likely to have spaces for some other special characters in the filename. Some programs have problems with spaces in the filename (e.g. rpm 4.1). Even worse, some programs could be

Re: [Debian BTS] ru_RU.UTF-8 locale

2003-02-24 Thread Jakub Jelinek
On Mon, Feb 24, 2003 at 11:49:14AM +0100, Adam Byrtek / alpha wrote: Hi, I know there are several people here which use the Russian locale. Could you please try to reproduce this bug report or tell me whether I can close it? Maybe this guy just doesn't know how to configure UTF-8 terminal

Re: [Debian BTS] ru_RU.UTF-8 locale

2003-02-24 Thread Andrew V. Samoilov
Jakub Jelinek wrote: On Mon, Feb 24, 2003 at 11:49:14AM +0100, Adam Byrtek / alpha wrote: Hi, I know there are several people here which use the Russian locale. Could you please try to reproduce this bug report or tell me whether I can close it? Maybe this guy just doesn't know how to configure

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Oswald Buddenhagen
On Mon, Feb 24, 2003 at 11:27:53AM +0100, Adam Byrtek / alpha wrote: On Mon, Feb 24, 2003 at 02:26:13AM +0100, Oswald Buddenhagen wrote: +if (basename *basename==PATH_SEP) + basename++; this is totally bogus. No, this is not 'totally bogus'. Filename var always contains at least

Re: Retain orig. filename as suffix for tmp. filename

2003-02-24 Thread Adam Byrtek / alpha
On Mon, Feb 24, 2003 at 03:35:32PM +0100, Oswald Buddenhagen wrote: then add an assert(basename); and increment right away. Sounds wise, thats what 'assert' is for... Thanks. -- _.|._ |_ _. : Adam Byrtek /alpha/ (_|||_)| |(_| : email alpha@(irc.pl|debian.org) | :

Re: [Debian BTS] ru_RU.UTF-8 locale

2003-02-24 Thread Jakub Jelinek
On Mon, Feb 24, 2003 at 04:07:57PM +0200, Andrew V. Samoilov wrote: Jakub Jelinek wrote: On Mon, Feb 24, 2003 at 11:49:14AM +0100, Adam Byrtek / alpha wrote: Hi, I know there are several people here which use the Russian locale. Could you please try to reproduce this bug report or tell me