bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] getline bug?


From: Bruno Haible
Subject: Re: [Bug-gnulib] getline bug?
Date: Tue, 5 Oct 2004 20:50:58 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
> wouldn't it be better simply to
> remove the linebuffer module and rewrite all its invokers to use
> getline?  I don't see the point of the linebuffer module

The linebuffer module is an object-oriented line buffering code;
getline serves a similar purpose but is written in functional style.

getline is more flexible; OTOH, linebuffer is easier to use. I consider
line-buffer to be higher-level than getline.

Both have its respective value.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]