This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: readline improvements


Tim Pierce <twp@skepsis.com> writes:

> Why fgets does not simply return the number of characters read and
> stored is beyond me; [...]

On systems using glibc getline() could be used instead of fgets().
According to the glibc documentation it is provided to fix this
particular bug/feature.

-- 
	Istvan