NetBSD/usr.bin/paste
dholland 1a6bc86ad6 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.
2009-04-07 01:52:26 +00:00
..
Makefile
paste.1
paste.c Null-terminate the delimiter list string after processing escapes 2009-04-07 01:52:26 +00:00