summaryrefslogtreecommitdiff
path: root/usr.bin/join
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19join: use getline() instead of fgetln()Martin Tournoij
2024-01-24join(1): Fix ordering in case of missing fieldsTijl Coosemans
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-06-20join(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.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-06-22join(1): Fix field ordering for -v outputConrad Meyer
2017-02-28Renumber copyright clause 4Warner Losh
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
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-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2013-02-04Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-18Fix a typo that crept in.Glen Barber
2012-05-10General mdoc(7) and typo fixes.Glen Barber
2011-11-06Add missing static keywords to join(1)Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-06-02mdoc cleanupUlrich Spörlein
2006-12-21Improve markup and do some minor wordsmithing.Ruslan Ermilov
2005-02-13Expand *n't contractions.Ruslan Ermilov
2005-01-18Sort sections.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-08-26Backout recent -j changes, the flags is deprecated.Maxim Konovalov
2004-08-25Add -j flag to usage() and the man page synopsis.Maxim Konovalov
2004-07-05Add support for multibyte characters.Tim J. Robbins
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2004-06-24Document the fact that join(1) does not recognize multibyte characters.Tim J. Robbins
2002-11-26mdoc(7) police: nit.Ruslan Ermilov