]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r227183,r229905,r250432,r250451,r250882:
authoreadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Jun 2013 21:06:17 +0000 (21:06 +0000)
committereadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 13 Jun 2013 21:06:17 +0000 (21:06 +0000)
commit67f9a1fdd1d82f720c54b94233af122aedf143a0
tree805df417430ae8ed9ea5c89f73ba6370f3ae4286
parent990c8a52851edf7ca8a80ae1c6d0405a7b3a4245
MFC r227183,r229905,r250432,r250451,r250882:

- Add missing static keywords to split(1)

- Fix warning when compiling with gcc46:
 error: variable 'defname' set but not use

- Implement 'split -d' which allows a numeric suffix instead of an
alphabetic one.

- Bump .Dd for recent content change.
Avoid signed overflow in error handling code.

PR: bin/116209

git-svn-id: svn://svn.freebsd.org/base/stable/8@251710 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/split/split.1
usr.bin/split/split.c