aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/join
Commit message (Expand)AuthorAgeFilesLines
* join: use getline() instead of fgetln()Martin Tournoij2024-04-191-8/+10
* join(1): Fix ordering in case of missing fieldsTijl Coosemans2024-01-241-2/+2
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* join(1): Add EXAMPLES sectionFernando ApesteguĂ­a2020-06-201-1/+73
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* join(1): Fix field ordering for -v outputConrad Meyer2017-06-221-2/+8
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-7/+4
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ | |/ |/|
| * Merge headSimon J. Gerraty2014-04-287-0/+48
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync with HEAD.David E. O'Brien2013-02-081-1/+1
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-167-0/+48
| |/ |/|
* | Cast *tabchar, a wchar_t, to a wint_t as it is the type the %lc printfAndrew Turner2013-02-041-1/+1
|/
* Fix a typo that crept in.Glen Barber2012-05-181-1/+1
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* Add missing static keywords to join(1)Ed Schouten2011-11-061-36/+36
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* mdoc cleanupUlrich Spörlein2010-06-021-2/+0
* Improve markup and do some minor wordsmithing.Ruslan Ermilov2006-12-211-16/+26
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Backout recent -j changes, the flags is deprecated.Maxim Konovalov2004-08-262-6/+4
* Add -j flag to usage() and the man page synopsis.Maxim Konovalov2004-08-252-4/+6
* Add support for multibyte characters.Tim J. Robbins2004-07-052-11/+73
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+1
* Document the fact that join(1) does not recognize multibyte characters.Tim J. Robbins2004-06-241-1/+6
* mdoc(7) police: nit.Ruslan Ermilov2002-11-261-1/+1
* ANSIify function definitions.David Malone2002-09-041-32/+17