freebsd-dev/usr.bin/xargs
Juli Mallett 38dff9a439 Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if
s1 was 0 length, and replstr was 0 length, etc., we would end up subtracting
one from zero and seeing if it was greater than the size_t (unsigned) var
maxsize...  This would cause us to return a string consisting of essentially
only match, which is not the right behaviour if we have 0 length inpline.
2002-05-03 19:45:41 +00:00
..
Makefile Bump WARNS to 4. 2002-04-19 23:46:45 +00:00
pathnames.h
strnsubst.c Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. if 2002-05-03 19:45:41 +00:00
xargs.1 A markup fix, and document -R as non-standard. 2002-05-02 03:29:38 +00:00
xargs.c Move substitution out to a function, prerun(), and replace use of run() with 2002-05-03 17:41:54 +00:00