History log of /openbsd/usr.bin/xargs/strnsubst.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 6bae335d 19-Apr-2023 jsg <jsg@openbsd.org>

remove duplicate includes


# 515e489c 03-Jul-2019 deraadt <deraadt@openbsd.org>

snprintf/vsnprintf return < 0 on error, rather than -1.


# cb3284a8 03-Jan-2017 tedu <tedu@openbsd.org>

remove unused variable repllen.
i tried to see if it could be useful, but this function is kinda crazy.
from Julien Ramseier


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 1406f664 01-Dec-2005 cloder <cloder@openbsd.org>

lint makes it easy to find these really bad ones, like size_t n = snprintf


# ec017aef 01-Nov-2005 deraadt <deraadt@openbsd.org>

spacing


# b2ee86d4 12-Jun-2003 millert <millert@openbsd.org>

Check snprintf rval for -1


# b508e5c5 12-Jun-2003 millert <millert@openbsd.org>

Sync with FreeBSD's xargs plus some fixes by me. This makes us
POSIX-compliant and adds some useful extensions. Most of the work
in FreeBSD was done by jmallett.