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
/
csplit
/
csplit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r317709: csplit: Fix check of fputs() return value, making csplit work
jilles
2017-05-12
1
-3
/
+3
*
Rename getline with get_line to avoid collision with getline(3)
bapt
2016-05-10
1
-8
/
+8
*
Add missing static keywords to csplit(1)
ed
2011-11-06
1
-30
/
+30
*
Use fseeko() to properly support large files.
tjr
2004-03-22
1
-3
/
+3
*
Use errc().
tjr
2004-03-22
1
-4
/
+2
*
The return value of snprintf should be always nonnegative, so it should
dwmalone
2002-07-28
1
-1
/
+1
*
Use sigaction(2) instead of signal(3) to avoid the signal handler being
tjr
2002-07-26
1
-3
/
+10
*
Avoid truncating filenames with snprintf().
tjr
2002-06-29
1
-2
/
+5
*
Respect LC_CTYPE and LC_COLLATE environment variables, mainly for their
tjr
2002-06-07
1
-0
/
+3
*
Handle the case where a negative offset in a regular expression match
tjr
2002-05-16
1
-0
/
+2
*
Correct synopsis and usage(): pattern arguments are not optional.
tjr
2002-05-16
1
-1
/
+1
*
Add the csplit(1) utility, which splits files based on context, as specified
tjr
2002-05-02
1
-0
/
+454