index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
split
/
split.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change manual string conversion to expand_number
eadler
2013-11-09
1
-16
/
+4
*
Avoid signed overflow in error handling code.
eadler
2013-05-21
1
-1
/
+3
*
Implement 'split -d' which allows a numeric suffix instead of an
eadler
2013-05-10
1
-5
/
+23
*
Fix warning when compiling with gcc46:
eadler
2012-01-10
1
-3
/
+0
*
Add missing static keywords to split(1)
ed
2011-11-06
1
-10
/
+10
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
Add a -n option to split(1) to split files into N chunks rather than
das
2008-03-16
1
-11
/
+69
*
Add support for splitting at gigabyte boundaries. [1]
keramida
2006-08-10
1
-5
/
+6
*
Update usage & SYNOPSIS and clarify that input files are not removed.
keramida
2006-08-08
1
-8
/
+8
*
Remove undocumented historic support for treating "-" as an option
tjr
2005-08-30
1
-14
/
+8
*
Remove the hack that varied the first character of the output file name
tjr
2005-08-21
1
-10
/
+2
*
Respect locale settings from the environment.
tjr
2004-07-11
1
-0
/
+3
*
Support larger files (at least 64-bit offsets) by using off_t instead of
tjr
2002-07-15
1
-8
/
+21
*
Remove <sys/types> where we use <sys/param> already.
jmallett
2002-06-15
1
-8
/
+5
*
Allow "-" to be specified as an operand as well as an option.
tjr
2002-05-27
1
-1
/
+3
*
Avoid overflowing `fname' if the file name prefix given on the command
tjr
2002-05-27
1
-1
/
+2
*
remove __P
imp
2002-03-22
1
-4
/
+4
*
Add -a option (SUSv3) to split(1).
mike
2002-02-01
1
-7
/
+31
*
WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.
markm
2001-12-12
1
-11
/
+10
*
Add/fix the ability to split a file larger than 2 gigabytes.
jwd
2000-11-19
1
-4
/
+6
*
Print usage via fprintf(stderr, ..) instead of errx() to avoid progname prefix.
archie
1999-02-05
1
-2
/
+3
*
Add new option '-p pattern' for splitting files based on matching lines in
archie
1999-02-01
1
-52
/
+77
*
Cosmetic in err() string.
charnier
1997-08-11
1
-9
/
+10
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-29
1
-1
/
+1
*
This fixes 'split -l NNN foo'. As it stands split will
rgrimes
1995-07-07
1
-1
/
+1
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+288