History log of /freebsd-10.0-release/usr.bin/wc/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


227201 06-Nov-2011 ed

Add missing static keywords to wc(1)


216370 11-Dec-2010 joel

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


208210 17-May-2010 pjd

Use better type for siginfo (volatile sig_atomic_t instead of int).

Pointed out by: jh


208170 16-May-2010 pjd

On SIGINFO print current values on stderr.


201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


201181 29-Dec-2009 ed

Add missing `void' keyword for function without arguments.


185714 06-Dec-2008 keramida

Add a -L option to wc(1), for finger compatibility with the GNU
wc utility. The -L option can be used to report the length of
the longest line wc has seen in one or more files. It is
disabled by default, and wc uses the standard `-lwc'.

Submitted by: Sheldon Givens, sheldon at sigsegv.ca
Reviewed by: kib
MFC after: 1 week


165455 21-Dec-2006 ru

Prevent a line from being broken on a line boundary.


165454 21-Dec-2006 ru

Improve markup.


142544 26-Feb-2005 trhodes

Fix mismerge.

Noticed by: tjr


142332 23-Feb-2005 trhodes

Add better mdoc(7) mark up, clean up wording, better describe the effects
of some arguments.

PR: 47705
Based on a patch submitted by: Gary W. Swearingen <swear@attbi.com>
Glanced at by: simon


141846 13-Feb-2005 ru

Expand *n't contractions.


140420 18-Jan-2005 ru

Sort sections.


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


140055 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


139364 27-Dec-2004 josef

Remove warnings and make wc WARNS=6 clean.
Add FreeBSD Id to Makefile.

Approved by: ssouhlal


131507 03-Jul-2004 ru

Deal with double whitespace.


128049 09-Apr-2004 tjr

Improve robustness of multibyte character handling (-m option), and
simplify the read buffering now that we can feed partial multibyte
characters to mbrtowc().


107276 26-Nov-2002 ru

mdoc(7) police: markup polishing.

Approved by: re


101671 11-Aug-2002 tjr

Locale environment variables influence wc(1) regardless of whether the
-m option is specified; correct ENVIRONMENT section.


101670 11-Aug-2002 tjr

Use the iswspace(3) function now that it's been implemented.


98291 16-Jun-2002 tjr

When counting words, check the correct character variable to see whether it's
a space or not.

Noticed by: bde


98245 15-Jun-2002 tjr

fstat() returns information about the target of any symbolic link that
was opened, not the link itself. Remove dead code.


98167 13-Jun-2002 tjr

Correct the Standards section: wc is a utility, not a function.


98166 13-Jun-2002 tjr

Bump document date for previous commit.


98165 13-Jun-2002 tjr

Add the -m option, which counts characters (as opposed to -c, which
counts bytes). In locales that don't have multibyte characters, -m
is effectively an alias for -c.

This brings wc(1) up to P1003.1-2001 conformance.


92922 22-Mar-2002 imp

remove __P


91792 07-Mar-2002 mike

Leave the `copyright' variable exposed, since the main purpose of it
is to put a copyright in the object file.

Submitted by: bde


91481 28-Feb-2002 mike

Fix vendor ID (mostly obtained from rev 1.1).

Make use of `static' storage-class for local functions.

Replace uses of `u_quad_t' with `uintmax_t'.


87676 11-Dec-2001 markm

WARNS=2 fix, use __FBSDID().

Not added to Makefgile as WARNS=2 will be made default.


81687 15-Aug-2001 ru

mdoc(7) police: utilize the new .Ex macro.


81622 14-Aug-2001 ru

mdoc(7) police: s/BSD/.Bx/ where appropriate.


68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


58628 26-Mar-2000 charnier

Add DIAGNOSTICS section name


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


49685 13-Aug-1999 sheldonh

Correct style issues with the previous commit.

Requested by: bde


49461 06-Aug-1999 sheldonh

Fix integer overflow for files containing more than 4GB by using
u_quad_int instead of u_long for counters. (NetBSD's rev 1.15 - 1.18)

Deprecate register. (NetBSD's rev 1.13)

The diffs from NetBSD were not applied verbatim, because we don't care
about NO_QUAD right now.

PR: 12959
Reported by: Nicholas Barnes <nb@ravenbrook.com>
Obtained from: NetBSD


28696 25-Aug-1997 charnier

Sync usage string according to man page. Silent -Wall.


24360 29-Mar-1997 imp

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


17891 29-Aug-1996 wosch

[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41


15233 13-Apr-1996 bde

Changed all per-file errors to warnings. Exit with a nonzero status of
if there was a per-file error. My test case of `wc /proc/curproc/*'
works reasonably now (much like `size /proc/curproc/*'.

Reviewed by: wosch


15179 10-Apr-1996 wosch

Do not exit if a file is not readable. This is a short hack
until someone rewrite wc(1).


13380 10-Jan-1996 ache

Localize it.


1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.