Re: CVS problem with ssh

2005-07-16 Thread Richard M. Stallman
> If you prefer a different fix that _can be done by us_, that's fine > with me. Just as long as we fix the problem. WE CAN'T FIX THE PROBLEM. Yes we can. The problem that needs to be fixed is a problem in using cvs with ssh in use for communication to the repository. If ssh runs i

Re: getline

2005-07-16 Thread Simon Josefsson
I'm following up on this thread, it may be useful (or not..) to rehash it: http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/2710 As you can see, I gave up and ported the glibc implementation into a gnulib module and used that. I read the libc getline and getdelim implementations now, and they

Re: Opening a can of worms: a readline gnulib module?

2005-07-16 Thread Simon Josefsson
Initial attempt. Tested on one platform with and without the readline library inside GNU SASL. 2005-07-16 Simon Josefsson <[EMAIL PROTECTED]> * readline.m4: New file. 2005-07-16 Simon Josefsson <[EMAIL PROTECTED]> * modules/readline: New file. 2005-07-16 Simon Josefsson

Re: check_version

2005-07-16 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: >> The gnulib module could set >> something like that up, to avoid manual config.h additions. > > The name of the xxx_check_version function is something that each package > will want to define explicitly. I don't think deducing its name through a > rule is

Re: Opening a can of worms: a readline gnulib module?

2005-07-16 Thread Simon Josefsson
Stepan Kasal <[EMAIL PROTECTED]> writes: > Hello, > > On Sat, Jul 16, 2005 at 10:53:45AM +0200, Simon Josefsson wrote: >> All of this is hypothetical though, since it doesn't look like adding >> the readline library as a gnulib module will happen now. > > Why not? I don't see any reason against t

Re: Opening a can of worms: a readline gnulib module?

2005-07-16 Thread Stepan Kasal
Hello, On Sat, Jul 16, 2005 at 10:53:45AM +0200, Simon Josefsson wrote: > All of this is hypothetical though, since it doesn't look like adding > the readline library as a gnulib module will happen now. Why not? I don't see any reason against the "readline stub" module you proposed. Bruno point

Re: Opening a can of worms: a readline gnulib module?

2005-07-16 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Simon Josefsson wrote: >> Do you think a "readline" module such as the above would be a >> candidate for gnulib? > > For application that only use this main entrypoint, yes. But other > applications need to customize the library's behaviour > (rl_basic_wo