Re: paste(1): use getline instead of fgetln

2018-08-04 Thread Ingo Schwarze
Hi Lauri, Lauri Tirkkonen wrote on Tue, Jul 17, 2018 at 09:14:29PM +0300: > In the same vein as my previous diff for join(1), make paste(1) > use getline instead of fgetln. Committed with my tweks. Thanks for your patch, Ingo

Re: paste(1): use getline instead of fgetln

2018-07-29 Thread Ingo Schwarze
Hi, Lauri Tirkkonen wrote on Tue, Jul 17, 2018 at 09:14:29PM +0300: > In the same vein as my previous diff for join(1), > make paste(1) use getline instead of fgetln. I think it's correct, but i tweaked it a bit for simplicity. In sequential(), the double loop with double getline()

Re: paste(1): use getline instead of fgetln

2018-07-25 Thread Lauri Tirkkonen
On Tue, Jul 17 2018 21:14:29 +0300, Lauri Tirkkonen wrote: > In the same vein as my previous diff for join(1), make paste(1) use > getline instead of fgetln. ping. the join(1) fix was committed but this one still needs attention. -- Lauri Tirkkonen | lotheac @ IRCnet

paste(1): use getline instead of fgetln

2018-07-17 Thread Lauri Tirkkonen
In the same vein as my previous diff for join(1), make paste(1) use getline instead of fgetln. diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index fd51bfa0a4c..185fb6d1535 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -107,8 +107,8 @@ parallel(char **argv