History log of /netbsd-src/usr.bin/paste/paste.c (Results 1 – 16 of 16)
Revision Date Author Comments
# f085baab 06-Sep-2011 joerg <joerg@NetBSD.org>

static + __dead


# 1a6bc86a 07-Apr-2009 dholland <dholland@NetBSD.org>

Null-terminate the delimiter list string after processing escapes
(which can shorten it) because the code that issues delimiters depends
on it being null-terminated. This caused e.g. paste -d '\0' a

Null-terminate the delimiter list string after processing escapes
(which can shorten it) because the code that issues delimiters depends
on it being null-terminated. This caused e.g. paste -d '\0' a b to
print a '0' at the beginning of each line. Closes PR 41159.

show more ...


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 48b31403 17-Jan-2007 hubertf <hubertf@NetBSD.org>

Remove duplicate #includes
From Slava Semushin <slava.semushin@gmail.com>, via private mail


# 75de0341 01-Apr-2006 rtr <rtr@NetBSD.org>

cast line_len to (int) to avoid warn.


# df14d9f3 01-Apr-2006 rtr <rtr@NetBSD.org>

revert previous to previous as it was correct


# f738eedb 01-Apr-2006 rtr <rtr@NetBSD.org>

change printf format from "%.*s" to "%.8s"
have to conclude it was what was actually intended in the previous change


# ec40cf92 31-Mar-2006 dsl <dsl@NetBSD.org>

Rewrite parallel() so that it uses fgetln() instead of fgets() so that
horrid nasty things don't happen when the input lines are the same size
as the buffer.
Simplify by using an array of 'FILE *' in

Rewrite parallel() so that it uses fgetln() instead of fgets() so that
horrid nasty things don't happen when the input lines are the same size
as the buffer.
Simplify by using an array of 'FILE *' instead of a linked list so that
is possible to appease coverty (SID:1598) by freeing the memory.
Also fclose() the input lines when they are consumed.
Code still modifies optarg strings....

show more ...


# 0720992d 31-Mar-2006 dsl <dsl@NetBSD.org>

KNF prior to fixing all the buffer overruns....
Coverty highlighted something else that doesn't matter!


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# d213a54f 13-Oct-1998 wsanchez <wsanchez@NetBSD.org>

include unistd.h


# 9f66981a 03-Feb-1998 perry <perry@NetBSD.org>

add <unistd.h> to fix compiler warning


# 9b5a69b5 19-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage, deprecate register


# 5445d018 09-Jan-1997 tls <tls@NetBSD.org>

Sync to 4.4BSD-Lite2


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources