summaryrefslogtreecommitdiffstats
path: root/usr.bin/ul/ul.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r302558:gahr2016-07-201-108/+133
| | | | | | | Do not truncate lines longer than 512 chars. PR: 210344 Differential Revision: https://reviews.freebsd.org/D6881
* Fix a signed/unsigned comparison when wchar_t is unsigned by casting theandrew2013-01-061-1/+1
| | | | wchar_t to a wint_t.
* Add missing static keywords to ul(1)ed2011-11-061-30/+30
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | 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
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Check for read errors.tjr2004-07-301-0/+2
|
* Add support for multibyte characters, based on Bruno Haible's worktjr2004-07-291-38/+74
| | | | in the util-linux package.
* ANSIify function definitions.dwmalone2002-09-041-23/+17
| | | | | | | | | 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
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
|
* remove __Pimp2002-03-221-12/+12
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-031-7/+8
|
* Don't coredump on long input lines. If anyone actually cares, this shouldkris2000-07-311-1/+1
| | | | | | be fixed to actually process long lines instead of truncating them. Obtained from: OpenBSD
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Main() returns int.charnier1997-08-261-2/+2
|
* Use err(3), add usage() and prototypes.charnier1997-08-201-25/+53
| | | | Move setmode() to setnewmode() because of a conflict with setmode(2 or 3).
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+508
OpenPOWER on IntegriCloud