Merged some changes from the 4.2 branch:
commit9574becd71a8728a220337d7cfcf1e3589f13945
authorjay <jay>
Sun, 20 Aug 2006 20:39:48 +0000 (20 20:39 +0000)
committerjay <jay>
Sun, 20 Aug 2006 20:39:48 +0000 (20 20:39 +0000)
treed2a0bc5c854e356be6329187ecfb58e1fce0ad89
parent5540633e2e8f1e46184c7cb481ebb1e92ce0c395
Merged some changes from the 4.2 branch:
Describe what happens if you do "find -printf %" (with a single % at
the end of the format).  Added test case for "find -printf %H".  Fixes
for "find -perm" with X.  Better range checking in frcode.c.  Tests
for long initially-identical prefixes in frcode.c and that it
correctly encodes paths with mroe than 2^16 characters in comon in the
prefix.  Also initial spaces.  Added --show-limits to the xargs help
message and manpage.
18 files changed:
doc/find.texi
find/find.1
find/testsuite/Makefile.am
find/testsuite/find.gnu/printfHdfl.exp [new file with mode: 0644]
find/testsuite/find.gnu/printfHdfl.xo [new file with mode: 0644]
find/testsuite/find.gnu/sv-bug-17477.exp [new file with mode: 0644]
find/testsuite/find.posix/perm-X.exp [new file with mode: 0644]
find/testsuite/find.posix/perm-X.xo [new file with mode: 0644]
locate/frcode.c
locate/locate.c
locate/testsuite/Makefile.am
locate/testsuite/config/unix.exp
locate/testsuite/locate.gnu/bigprefix1.exp [new file with mode: 0644]
locate/testsuite/locate.gnu/exceedshort.exp [new file with mode: 0644]
locate/testsuite/locate.gnu/space1st.exp [new file with mode: 0644]
locate/updatedb.sh
xargs/xargs.1
xargs/xargs.c