History log of /freebsd-10.0-release/usr.bin/wc/wc.c
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.


# 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


# 139364 27-Dec-2004 josef

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

Approved by: ssouhlal


# 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().


# 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.


# 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 21-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.


# 50477 27-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.


# 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.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources