History log of /src/usr.bin/col/col.c (Results 151 – 171 of 171)
Revision Date Author Comments
# 70708375 13-Nov-2005 David Malone <dwmalone@FreeBSD.org>

Avoid shadowing a local scratch variable,


# 919480b7 29-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Sort #include directives and remove one duplicate that crept in to the
previous commit.


# c3fae744 29-Jul-2004 Tim J. Robbins <tjr@FreeBSD.org>

Add support for multibyte characters, loosely based on Bruno Haible's
work in the util-linux package.


# f4ac32de 04-Sep-2002 David Malone <dwmalone@FreeBSD.org>

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.

R

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

show more ...


# 3a7fc8ce 19-Aug-2002 Juli Mallett <jmallett@FreeBSD.org>

Remove local prototypes for main().


# f1bb2cd2 22-Mar-2002 Warner Losh <imp@FreeBSD.org>

remove __P


# 9f5b04e9 10-Dec-2001 David Malone <dwmalone@FreeBSD.org>

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though c

Style improvements recommended by Bruce as a follow up to some
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.

show more ...


# 84c0ff22 02-Dec-2001 Mark Murray <markm@FreeBSD.org>

Use __FBSDID().


# 44974a7f 24-Jul-2001 David E. O'Brien <obrien@FreeBSD.org>

Remove the misnamed `xmalloc' and replace its uses with the realloc (along
with error checking) that it actually was.


# 844518ff 17-Jun-2001 Mike Heffner <mikeh@FreeBSD.org>

Add the -p flag to force unknown control sequences to be passed
through unchanged.

Reviewed by: silence on -audit
Obtained from: NetBSD
MFC after: 3 weeks


# f34d0e74 17-Jun-2001 Mike Heffner <mikeh@FreeBSD.org>

Use err(3) and style(9) cleanup.

MFC after: 2 weeks


# 50d6b258 26-May-2001 Kris Kennaway <kris@FreeBSD.org>

Fix a trivial warning and clamp down with WARNS=2

MFC after: 1 week


# 43d665c0 11-May-2001 Dima Dorfman <dd@FreeBSD.org>

Document the -h option.


# a292105a 26-Mar-2000 Philippe Charnier <charnier@FreeBSD.org>

Use errx(). .Nm fixes


# fa146c53 06-Dec-1998 Archie Cobbs <archie@FreeBSD.org>

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 1c8af878 29-Mar-1997 Warner Losh <imp@FreeBSD.org>

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


# df3f5d9d 11-Mar-1997 Peter Wemm <peter@FreeBSD.org>

Merge from Lite2


# 0da30e9a 11-Mar-1997 Peter Wemm <peter@FreeBSD.org>

Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.


# 8bbd9072 24-Oct-1995 Andrey A. Chernov <ache@FreeBSD.org>

Add setlocale LC_CTYPE


# f746e67c 17-Jan-1995 Bruce Evans <bde@FreeBSD.org>

Obtained from: looked at the fix in 1.1.5 and rewrote it

Fix entabbing.


# 9b50d902 27-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Usr.bin Sources


1234567