History log of /freebsd-10.0-release/usr.bin/csplit/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


227161 06-Nov-2011 ed

Add missing static keywords to csplit(1)


187019 10-Jan-2009 trhodes

A bit of rewording for clarity, taken from OpenBSD.

Submitted by: jmc@OpenBSD.org


186477 24-Dec-2008 trhodes

Update the description of -k, output files appear to
be left regardless of an error, signal, or complete
run.

PR: 69861
Submitted by: vlad902@gmail.com


140835 25-Jan-2005 tjr

Document input line length limit.


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


132028 12-Jul-2004 tjr

Remove BUGS section that talked about missing multibyte character support.
We have support now that the regular expression routines do.


131511 03-Jul-2004 tjr

Document missing multibyte character support in utilities specified
by POSIX.


127300 22-Mar-2004 tjr

Use fseeko() to properly support large files.


127298 22-Mar-2004 tjr

Use errc().


101865 14-Aug-2002 ru

mdoc(7) police: simplify.


100821 28-Jul-2002 dwmalone

The return value of snprintf should be always nonnegative, so it should
be safe to cast it to a size_t before comparing it to a sizeof().


100697 26-Jul-2002 tjr

Use sigaction(2) instead of signal(3) to avoid the signal handler being
re-entered.


99024 29-Jun-2002 tjr

Avoid truncating filenames with snprintf().


98107 10-Jun-2002 jmallett

Note that this appeared at least as early as PWB UNIX.

Use the literal string 'PWB UNIX', as we still have no .At macro for it.


97977 07-Jun-2002 tjr

Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their
effects on regular expressions. The libc regex code does not handle
equivalence classes well (for example), but we do our best.


97599 30-May-2002 ru

mdoc(7) police: markup polishing.


96710 16-May-2002 tjr

Handle the case where a negative offset in a regular expression match
is larger than the number of lines in the overflow file.


96708 16-May-2002 tjr

Correct synopsis and usage(): pattern arguments are not optional.


95927 02-May-2002 tjr

Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

This Makefile got left out of the previous commit.

PR: 36191
Reviewed by: mike


95926 02-May-2002 tjr

Add the csplit(1) utility, which splits files based on context, as specified
by SUSv3.

PR: 36191
Reviewed by: mike