<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/split/split.c, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-21T19:56:03Z</updated>
<entry>
<title>Avoid signed overflow in error handling code.</title>
<updated>2013-05-21T19:56:03Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-05-21T19:56:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=89c5c3aab88d115a8d6b2839fc5d24265162a43e'/>
<id>urn:sha1:89c5c3aab88d115a8d6b2839fc5d24265162a43e</id>
<content type='text'>
Reviewed by:	cperciva, bjk
</content>
</entry>
<entry>
<title>Implement 'split -d' which allows a numeric suffix instead of an</title>
<updated>2013-05-10T04:23:03Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-05-10T04:23:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f418e34078c7f45e389f96196376bb2e3360f24'/>
<id>urn:sha1:7f418e34078c7f45e389f96196376bb2e3360f24</id>
<content type='text'>
alphabetic one.

PR:		bin/116209
Submitted by:	Marcin Gryszkalis &lt;mg@fork.pl&gt; (adapted from)
Reviewed by:	will
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix warning when compiling with gcc46:</title>
<updated>2012-01-10T02:55:43Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-10T02:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af9eff1f2024d348d22658be2ab9feb5d6865b33'/>
<id>urn:sha1:af9eff1f2024d348d22658be2ab9feb5d6865b33</id>
<content type='text'>
	 error: variable 'defname' set but not use

Approved by:	dim
MFC after:	3 day
</content>
</entry>
<entry>
<title>Add missing static keywords to split(1)</title>
<updated>2011-11-06T08:17:11Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:17:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=973aa6bc58b8f3bfc3a3bca570494c0e081ad7aa'/>
<id>urn:sha1:973aa6bc58b8f3bfc3a3bca570494c0e081ad7aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Add a -n option to split(1) to split files into N chunks rather than</title>
<updated>2008-03-16T15:15:32Z</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2008-03-16T15:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e286f086c7bf9c728c2917887ad46ec7916271e'/>
<id>urn:sha1:0e286f086c7bf9c728c2917887ad46ec7916271e</id>
<content type='text'>
having to specify the right number of bytes.

Obtained from:	NetBSD
Submitted by:	Jan Schaumann &lt;jschauma@netmeister.org&gt;
PR:		113175
</content>
</entry>
<entry>
<title>Add support for splitting at gigabyte boundaries. [1]</title>
<updated>2006-08-10T10:41:47Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-10T10:41:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab'/>
<id>urn:sha1:a6dd1c93f49cf4b8e1d7ed6ed4100aef37d0ceab</id>
<content type='text'>
Also make both lowercase and uppercase suffix letters work
as byte-count suffixes, i.e. the following two commands are
equivalent now:

    % split -b 4m foo
    % split -b 4M foo

Submitted by:		Roman Divacky [1]
Lots of help by:	cperciva
Reviewed by:		cperciva
MFC after:		1 week
</content>
</entry>
<entry>
<title>Update usage &amp; SYNOPSIS and clarify that input files are not removed.</title>
<updated>2006-08-08T21:25:22Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-08-08T21:25:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49198c429758b2bca2854d3748a4c6cfaf6cc633'/>
<id>urn:sha1:49198c429758b2bca2854d3748a4c6cfaf6cc633</id>
<content type='text'>
Sort getopt option handling of -p too, while here.

The changes are adapted from a patch by Ruslan Ermilov, posted as
followup to docs/33852.

PR:             docs/33852
Submitted by:   Gary W. Swearingen &lt;swear@blarg.net&gt;
MFC after:      1 week
</content>
</entry>
<entry>
<title>Remove undocumented historic support for treating "-" as an option</title>
<updated>2005-08-30T12:32:18Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-30T12:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bb78dba49b79cf66f84c863e3c392ba9f9b7f08d'/>
<id>urn:sha1:bb78dba49b79cf66f84c863e3c392ba9f9b7f08d</id>
<content type='text'>
instead of a file operand; this is not compatible with POSIX.
</content>
</entry>
<entry>
<title>Remove the hack that varied the first character of the output file name</title>
<updated>2005-08-21T06:35:02Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2005-08-21T06:35:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e93586df9d2139aa4082b26e077a5fd802b67a5a'/>
<id>urn:sha1:e93586df9d2139aa4082b26e077a5fd802b67a5a</id>
<content type='text'>
if none was specified on the command line. This is not permitted by
POSIX, and no longer needed now that we have the -a option.

PR:		85099
Submitted by:	Toby Peterson (Apple Computer)
</content>
</entry>
</feed>
