freebsd-dev/usr.bin/cpio
Tim Kientzle 3e0fc6d3f3 This addresses some issues with my earlier -R fix that
were pointed out by Brooks Davis and Alexey Dokuchaev:
* It now tries to lookup arguments as names first, then tries
   to parse them as numbers.  In particular, this makes the
   behavior consistent with POSIX conventions when usernames
   consist entirely of digits.
* It now uses strtoul() for the numeric parsing.

Finally, I've included an update to the test harness
to exercise the new numeric cases for -R.

Approved by:	re (kib)
2009-07-06 02:02:45 +00:00
..
test This addresses some issues with my earlier -R fix that 2009-07-06 02:02:45 +00:00
bsdcpio.1
cmdline.c This addresses some issues with my earlier -R fix that 2009-07-06 02:02:45 +00:00
config_freebsd.h
cpio_platform.h
cpio.c This fixes bsdcpio's -R option to accept numeric 2009-07-03 17:54:33 +00:00
cpio.h
err.c
Makefile
matching.c
matching.h
pathmatch.c
pathmatch.h