aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ul/ul.c
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-241-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-09-141-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Do not truncate lines longer than 512 chars.Pietro Cerutti2016-07-111-108/+133
* Rationalize license numberingBaptiste Daroussin2016-05-091-1/+1
* Some style(9) fixesBaptiste Daroussin2016-05-091-11/+7
* Fix a signed/unsigned comparison when wchar_t is unsigned by casting theAndrew Turner2013-01-061-1/+1
* Add missing static keywords to ul(1)Ed Schouten2011-11-061-30/+30
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Check for read errors.Tim J. Robbins2004-07-301-0/+2
* Add support for multibyte characters, based on Bruno Haible's workTim J. Robbins2004-07-291-38/+74
* ANSIify function definitions.David Malone2002-09-041-23/+17
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* remove __PWarner Losh2002-03-221-12/+12
* Warns cleanups. Add FreeBSD ID to Makefile.David Malone2001-12-031-7/+8
* Don't coredump on long input lines. If anyone actually cares, this shouldKris Kennaway2000-07-311-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Main() returns int.Philippe Charnier1997-08-261-2/+2
* Use err(3), add usage() and prototypes.Philippe Charnier1997-08-201-25/+53
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+508