summaryrefslogtreecommitdiff
path: root/usr.bin/csplit
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-31DIRDEPS_BUILD: Connect new directories.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
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
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-02-08Correct example.Joel Dahl
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-11-06Add missing static keywords to csplit(1)Ed Schouten
2009-01-10A bit of rewording for clarity, taken from OpenBSD.Tom Rhodes
2008-12-24Update the description of -k, output files appear toTom Rhodes
2005-01-25Document input line length limit.Tim J. Robbins
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-07-12Remove BUGS section that talked about missing multibyte character support.Tim J. Robbins
2004-07-03Document missing multibyte character support in utilities specifiedTim J. Robbins
2004-03-22Use fseeko() to properly support large files.Tim J. Robbins
2004-03-22Use errc().Tim J. Robbins
2002-08-14mdoc(7) police: simplify.Ruslan Ermilov
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-10Note that this appeared at least as early as PWB UNIX.Juli Mallett
2002-06-07Respect LC_CTYPE and LC_COLLATE environment variables, mainly for theirTim J. Robbins
2002-05-30mdoc(7) police: markup polishing.Ruslan Ermilov
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
2002-05-02Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins