History log of /freebsd-10-stable/usr.bin/ul/ul.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303075 20-Jul-2016 gahr

MFC r302558:
Do not truncate lines longer than 512 chars.

PR: 210344
Differential Revision: https://reviews.freebsd.org/D6881


# 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

# 245093 06-Jan-2013 andrew

Fix a signed/unsigned comparison when wchar_t is unsigned by casting the
wchar_t to a wint_t.


# 227190 06-Nov-2011 ed

Add missing static keywords to ul(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


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 146466 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 132882 30-Jul-2004 tjr

Check for read errors.


# 132858 29-Jul-2004 tjr

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


# 102944 04-Sep-2002 dwmalone

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


# 102412 25-Aug-2002 charnier

Replace various spelling with FALLTHROUGH which is lint()able


# 92922 21-Mar-2002 imp

remove __P


# 87303 03-Dec-2001 dwmalone

Warns cleanups. Add FreeBSD ID to Makefile.


# 64052 31-Jul-2000 kris

Don't coredump on long input lines. If anyone actually cares, this should
be fixed to actually process long lines instead of truncating them.

Obtained from: OpenBSD


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 28789 26-Aug-1997 charnier

Main() returns int.


# 28454 20-Aug-1997 charnier

Use err(3), add usage() and prototypes.
Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).


# 24360 29-Mar-1997 imp

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


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 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