| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=140420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=140368
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=137250
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131227
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131226
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131201
|
| |
|
|
|
|
|
|
| |
separated by the field delimiter character, which is not necessarily
the tab character.
Notes:
svn path=/head/; revision=131200
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131197
|
| |
|
|
|
|
|
|
| |
IEEE Std 1003.2-1992. Most of the "extensions" here were actually
required by the final version of the standard.
Notes:
svn path=/head/; revision=131196
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131195
|
| |
|
|
|
|
|
| |
instead of treating it as a synonym for -b.
Notes:
svn path=/head/; revision=131194
|
| |
|
|
|
|
|
| |
mbrlen() instead of mblen().
Notes:
svn path=/head/; revision=131183
|
| |
|
|
|
|
|
|
| |
PR: docs/51724
Submitted by: Christopher Nehren <apeiron@comcast.net
Notes:
svn path=/head/; revision=114581
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107259
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=102944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102084
|
| |
|
|
|
|
|
| |
correctly. My fault, forgot that -current was checked out.
Notes:
svn path=/head/; revision=100579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99115
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98111
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98044
|
| |
|
|
|
|
|
| |
BUGS section. These will be easy to fix when we have wide character stdio.
Notes:
svn path=/head/; revision=98042
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98035
|
| |
|
|
|
|
|
|
| |
after function name, use __unused on unused parameters instead of
initialising them to bogus values.
Notes:
svn path=/head/; revision=98012
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97530
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97495
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97328
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97237
|
| |
|
|
|
|
|
| |
dynamically growing the `positions' array.
Notes:
svn path=/head/; revision=97234
|
| |
|
|
|
|
|
|
| |
exit non-zero instead of immediately exiting. The traditional BSD
behaviour is explicitly forbidden by P1003.2.
Notes:
svn path=/head/; revision=97218
|
| |
|
|
|
|
|
| |
help the GCC3 transition and CURRENT in general.
Notes:
svn path=/head/; revision=90415
|
| |
|
|
|
|
|
| |
first)
Notes:
svn path=/head/; revision=87250
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79755
|
| |
|
|
|
|
|
| |
Not objected to by: -audit
Notes:
svn path=/head/; revision=77852
|
| |
|
|
|
|
|
|
| |
PR: 26810
Reviewed by: dwmalone
Notes:
svn path=/head/; revision=75930
|
| |
|
|
|
|
|
|
| |
Remoce unused #include
Use imperative mode to start flag description
Notes:
svn path=/head/; revision=72108
|
| |
|
|
|
|
|
| |
Reviewed by: markm
Notes:
svn path=/head/; revision=71726
|
| |
|
|
|
|
|
| |
Reviewed by: markm
Notes:
svn path=/head/; revision=71725
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68963
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57670
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
Notes:
svn path=/head/; revision=48792
|
| |
|
|
|
|
|
| |
infrastructure, and I don't seem to find time to merge it.
Notes:
svn path=/head/; revision=43927
|
| |
|
|
|
|
|
|
|
|
| |
cut.c rev 1.9 to 1.13
* Man page internal cleanups
* 8-bit characters cast to unsigned for is*()
* Misc cleanups for egcs -Wall compatibility
Notes:
svn path=/head/; revision=43533
|
| |
|
|
|
|
|
|
|
|
| |
some text.
Obtained from: Merge from OpenBSD
(cut.1 up to OpenBSD rev 1.3, cut.c up to OpenBSD rev 1.6)
Notes:
svn path=/head/; revision=43532
|
| |
|
|
|
|
|
|
|
| |
makes us conform to IEEE Std1003.2-1992 (``POSIX.2'').
Obtained from: NetBSD (but with slight modifications).
Notes:
svn path=/head/; revision=43531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41568
|
| |
|
|
|
|
|
| |
page to sync with usage string.
Notes:
svn path=/head/; revision=27098
|
| |
|
|
|
|
|
| |
posix standard on the topic.
Notes:
svn path=/head/; revision=24360
|