summaryrefslogtreecommitdiff
path: root/usr.bin/csplit/csplit.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-08csplit(1): Fix extraneous output in edge caseConrad Meyer
2017-05-02csplit: Fix check of fputs() return value, making csplit work again.Jilles Tjoelker
2016-05-10Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin
2011-11-06Add missing static keywords to csplit(1)Ed Schouten
2004-03-22Use fseeko() to properly support large files.Tim J. Robbins
2004-03-22Use errc().Tim J. Robbins
2002-07-28The return value of snprintf should be always nonnegative, so it shouldDavid Malone
2002-07-26Use sigaction(2) instead of signal(3) to avoid the signal handler beingTim J. Robbins
2002-06-29Avoid truncating filenames with snprintf().Tim J. Robbins
2002-06-07Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirTim J. Robbins
2002-05-16Handle the case where a negative offset in a regular expression matchTim J. Robbins
2002-05-16Correct synopsis and usage(): pattern arguments are not optional.Tim J. Robbins
2002-05-02Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins