History log of /freebsd-10.1-release/usr.bin/csplit/csplit.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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)


# 127300 22-Mar-2004 tjr

Use fseeko() to properly support large files.


# 127298 22-Mar-2004 tjr

Use errc().


# 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().


# 97977 06-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.


# 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.


# 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