summaryrefslogtreecommitdiffstats
path: root/usr.bin/col
Commit message (Collapse)AuthorAgeFilesLines
* MFC r315776:ngie2017-03-302-1/+1
| | | | | | | | Rename tests from <foo> to <foo>_test to match the FreeBSD test suite naming scheme usr.bin/diff/diff_test was renamed to usr.bin/diff/netbsd_diff_test to avoid collisions with the renamed FreeBSD test.
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after r298107 Summary of changes: - Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed - Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc - Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously. - Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk - Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk. - Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo - Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup) Document the proposed changes in share/examples/tests/tests/... via examples so it's clear that ${PACKAGES}FILES is the suggested way forward in terms of replacing FILES. share/mk/bsd.README didn't seem like the appropriate method of communicating that info. MFC after: never probably X-MFC with: r298107 PR: 209114 Relnotes: yes Tested with: buildworld, installworld, checkworld; buildworld, packageworld Sponsored by: EMC / Isilon Storage Division
* MFHgjb2016-03-101-0/+11
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/ | | | Sponsored by: The FreeBSD Foundation
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
| | | | | | | | | | | | netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-277-67/+187
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-1/+1
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | For half and reverse line feeds, recognize both SUSv2-style escape-digitbapt2015-05-102-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | and BSD-style escape-control-char sequences in the input stream. Submitted by: schwarze at OpenBSD Discussed with: schwarze at OpenBSD Obtained from: OpenBSD
* | | Fix about ten integer overflows and underflows and a handful of logicbapt2015-05-081-48/+69
| | | | | | | | | | | | | | | | | | | | | | | | errors in line number handling. Submitted by: ingo at OpenBSD Discussed with: ingo at OpenBSD Obtained from: OpenBSD
* | | Capsicumize col(1)bapt2015-05-021-0/+19
| | |
* | | Actually push the right testsbapt2015-05-021-8/+2
| | |
* | | Add regression test about reverse line feed to col(1)bapt2015-05-025-0/+60
| | |
* | | Use defines to improve claritybapt2015-05-011-5/+5
| | | | | | | | | | | | MFC after: 2 weeks
* | | col: fixing 25 year old bugbapt2015-05-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes col(1) respect POSIX again for escape sequences as decribed in its manpage The bug was introduced in CSRG in 1990 This also reverts r280911 Differential Revision: https://reviews.freebsd.org/D2424 Reviewed by: jhb MFC after: 2 weeks
* | | Remove bogus cast.kevlo2015-03-311-4/+4
| |/ |/|
* | Fix to col when printing half-line feeds w/ -f option...jmg2014-10-171-1/+1
|/ | | | | | | Message-Id on openbsd-tech: 20141017195810.GJ132@iris.usta.de Submitted by: Ingo Schwarze Obtained from: OpenBSD MFC after: 3 days
* Add missing static keywords to col(1)ed2011-11-061-23/+23
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Remove more extraneous ;s.emaste2010-07-151-1/+1
|
* The variables i and tot don't need to be static.stefanf2006-07-181-2/+2
|
* Avoid shadowing a local scratch variable,dwmalone2005-11-131-2/+2
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Add a standard DIAGNOSTICS section.tjr2004-08-041-1/+3
|
* Add a cross-reference to colcrt(1).tjr2004-07-291-0/+1
|
* Sort #include directives and remove one duplicate that crept in to thetjr2004-07-291-2/+1
| | | | previous commit.
* Add support for multibyte characters, loosely based on Bruno Haible'stjr2004-07-292-18/+41
| | | | work in the util-linux package.
* Document incorrect handling of multibyte characters.tjr2004-07-151-1/+5
|
* Deal with double whitespace.ru2004-07-031-1/+1
|
* ANSIify function definitions.dwmalone2002-09-041-14/+8
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Remove local prototypes for main().jmallett2002-08-191-1/+0
|
* Sort options in Description section.tjr2002-06-041-5/+5
|
* Note SUSv2 conformance.tjr2002-06-041-0/+5
|
* Use `The .Nm utility'charnier2002-04-191-6/+9
|
* remove __Pimp2002-03-221-8/+8
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-5/+6
| | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
* Use __FBSDID().markm2001-12-021-6/+6
|
* Remove the misnamed `xmalloc' and replace its uses with the realloc (alongobrien2001-07-241-19/+11
| | | | with error checking) that it actually was.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* Add the -p flag to force unknown control sequences to be passedmikeh2001-06-173-7/+18
| | | | | | | | through unchanged. Reviewed by: silence on -audit Obtained from: NetBSD MFC after: 3 weeks
* Use err(3) and style(9) cleanup.mikeh2001-06-171-21/+13
| | | | MFC after: 2 weeks
OpenPOWER on IntegriCloud