sjg
008d7c831f
Add META_MODE support.
...
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
2015-06-13 19:20:56 +00:00
sjg
75a137820d
dirdeps.mk now sets DEP_RELDIR
2015-06-08 23:35:17 +00:00
sjg
b137080f19
Merge from head@274682
2014-11-19 01:07:58 +00:00
ngie
429a4fc8f2
Integrate usr.bin/cut/tests from NetBSD into atf/kyua
...
Sponsored by: EMC / Isilon Storage Division
2014-10-09 01:46:31 +00:00
sjg
5860f0d106
Updated dependencies
2014-05-16 14:09:51 +00:00
sjg
1a7e48acf1
Updated dependencies
2014-05-10 05:16:28 +00:00
sjg
6d37b86f2b
Updated dependencies
2013-03-11 17:21:52 +00:00
sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
obrien
3028e3f8ab
Sync with HEAD.
2013-02-08 16:10:16 +00:00
andrew
fe5328de4d
The is_delim function works on wchar_t characters not ints, update the
...
function to take a wchar_t as it's argument.
This fixes the build when wchar_t is not an int, i.e. ARM EABI.
2012-11-24 04:15:25 +00:00
eadler
1eb41dfcc4
Add 'w' flag to:
...
Use whitespace (spaces and tabs) as the delimiter.
Consecutive spaces and tabs count as one single field
separator.
Reviewed by: swildner@dragonflybsd.org
Approved by: cperciva
Obtained from: DragonFlyBSD
MFC after: 1 week
2012-11-20 01:57:21 +00:00
sjg
778e93c51a
Sync from head
2012-11-04 02:52:03 +00:00
marcel
9dd41e3647
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
kevlo
25b00968da
Fix typo
2012-06-11 03:10:15 +00:00
kevlo
2c79397387
- Consistenly mention columns and fields
...
- Add -b to short error messages
Obtained from: NetBSD
2012-06-11 03:02:40 +00:00
ed
91ffce3875
Add missing static keywords to cut(1)
2011-11-06 08:14:51 +00:00
joel
29af67e52c
Remove the advertising clause from UCB copyrighted files in usr.bin. This
...
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
2010-12-11 08:32:16 +00:00
trhodes
d7a4b1e1f2
Fix punctuation.
...
PR: 132834
Submitted by: "Alan R. S. Bueno" <alan.bsd@gmail.com>
2009-04-01 08:33:54 +00:00
ru
8aed240a3b
- Adopt the short description from POSIX as it better matches the
...
utility name.
- Fix a bug in description: the range preceded by a dash selects
up to the last number, not first.
2007-02-28 10:13:32 +00:00
ru
7f3c7f0d46
Sort sections.
2005-01-18 13:43:56 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
tjr
0473e0491d
When the last line of a file is missing a newline in -f mode, pass a
...
length argument to mbrtowc() that accounts for the terminating newline
character we add automatically. Failing to do this caused the loop to
unexpectedly run out of characters and incorrectly signal an "Illegal byte
sequence" error.
2004-11-05 10:45:23 +00:00
ru
9f45c1d92e
mdoc(7) fixes.
2004-07-07 19:57:16 +00:00
tjr
53bc92ab26
Describe the algorithm used by the -n option.
2004-06-28 06:20:28 +00:00
tjr
3318163536
Move some variable declarations to the top of the file.
2004-06-28 06:05:36 +00:00
tjr
46e11a46e2
Silence a warning about an unused argument.
2004-06-27 16:58:56 +00:00
tjr
eeb6bbb4fc
Correct the description of the -f option: input and output fields are
...
separated by the field delimiter character, which is not necessarily
the tab character.
2004-06-27 16:55:25 +00:00
tjr
d3e5b0992d
Handle multibyte characters when cutting out fields (-f and -d options.)
2004-06-27 16:42:33 +00:00
tjr
02b0649fa8
Update a comment that compared the parser with an obsolete draft of
...
IEEE Std 1003.2-1992. Most of the "extensions" here were actually
required by the final version of the standard.
2004-06-27 15:27:15 +00:00
tjr
669211bdd9
Add cross-reference to colrm(1).
2004-06-27 14:57:42 +00:00
tjr
f3e5f1bddb
Implement the -c option correctly in locales with multibyte characters
...
instead of treating it as a synonym for -b.
2004-06-27 14:55:07 +00:00
tjr
7c81a9a35e
Make the handling of invalid multibyte sequences more robust by using
...
mbrlen() instead of mblen().
2004-06-27 10:35:28 +00:00
keramida
30e6c01c53
Duplicate "from".
...
PR: docs/51724
Submitted by: Christopher Nehren <apeiron@comcast.net
2003-05-03 15:55:23 +00:00
ru
92183801f5
mdoc(7) police: markup polishing.
...
Approved by: re
2002-11-26 10:51:47 +00:00
dwmalone
b4339b74ad
ANSIify function definitions.
...
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
2002-09-04 23:29:10 +00:00
jmallett
2b6e4e1504
Remove local prototypes for main().
2002-08-19 03:07:56 +00:00
trhodes
cef72b6149
Revert previous delta for cut(1) and calendar(1) as they were not applied
...
correctly. My fault, forgot that -current was checked out.
2002-07-23 15:09:56 +00:00
trhodes
e123a791c5
MFC: Fix some grammar, greater reduce diffs to HEAD
2002-07-22 21:14:16 +00:00
obrien
29b5b637c7
Consistently use FBSDID
2002-06-30 05:34:21 +00:00
tjr
3409f7ad48
cut(1) appeared at least as early as System III.
2002-06-11 08:11:12 +00:00
tjr
59f0a60015
Add an examples section. Avoid beginning a sentence with a lowercase letter.
2002-06-08 08:37:27 +00:00
tjr
eca9ac0d2f
Document cut(1)'s deficiencies in dealing with multibyte characters in the
...
BUGS section. These will be easy to fix when we have wide character stdio.
2002-06-08 08:08:47 +00:00
tjr
3874025041
Don't split multibyte characters when the -n option is specified.
2002-06-08 07:27:21 +00:00
tjr
ef796a5f35
style(9): don't initialise variables in their declaration, remove space
...
after function name, use __unused on unused parameters instead of
initialising them to bogus values.
2002-06-07 09:13:43 +00:00
tjr
f0cf811c24
Move exit status info into Diagnostics section.
2002-05-30 00:46:00 +00:00
ru
1ed142f293
mdoc(7) police: use .Fl to represent stdin.
2002-05-29 18:21:42 +00:00
tjr
fb067c8f63
Initialise the `positions' array correctly before use.
2002-05-27 02:01:25 +00:00
tjr
2292a0fbef
When a file name of "-" is given, read from standard input (SUSv3)
2002-05-24 09:56:18 +00:00
tjr
425cb2e9e1
Allow byte/character positions >_POSIX2_LINE_MAX to be specified by
...
dynamically growing the `positions' array.
2002-05-24 09:11:18 +00:00
tjr
631d66bee1
If processing of one file fails, try to process the remaining files and
...
exit non-zero instead of immediately exiting. The traditional BSD
behaviour is explicitly forbidden by P1003.2.
2002-05-24 06:03:12 +00:00