summaryrefslogtreecommitdiff
path: root/usr.bin/units/units.c
Commit message (Expand)AuthorAgeFilesLines
* units(1): Refactor the manual page and update usage informationMateusz Piotrowski2020-02-031-3/+3
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-3/+3
* units: fix some nitsEitan Adler2018-06-161-4/+5
* units(1): units(1) free savescr in error condition tooEitan Adler2018-01-151-2/+8
* units(1): add missing ':' for two short argumentsEitan Adler2018-01-051-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Bring a little more compability with GNU units 2.12Eitan Adler2016-04-211-14/+31
* Rename units.lib -> definitions.unitsEitan Adler2016-04-191-1/+1
* Remove pathnames.hEitan Adler2016-04-191-1/+1
* Fix interaction between libedit initialization and CapsicumEdward Tomasz Napierala2015-08-081-5/+7
* Only initialize libedit when necessaryJulio Merino2015-06-281-13/+14
* units(1): Add support for output-formatEitan Adler2014-07-171-14/+46
* units(1): Clean upEitan Adler2014-07-051-18/+14
* units: Support start of line comments with '#'Eitan Adler2014-07-051-1/+1
* units(1): Add 'terse' supportEitan Adler2014-07-051-11/+20
* units(1): Add 'help' flagEitan Adler2014-07-041-2/+6
* units(1): add long optionsEitan Adler2014-07-041-1/+11
* units(1): Fix minor typosEitan Adler2014-05-151-2/+2
* units(1): call el_end()Eitan Adler2014-05-121-0/+1
* units(1): unbreak -f option, fix some style, increase compatibility.Eitan Adler2014-05-121-6/+4
* units(1): use common functionsEitan Adler2014-05-121-3/+2
* units(1): don't compare pointers with 0Eitan Adler2014-04-141-1/+1
* units(1): Add 'static' and sort list.Eitan Adler2014-04-141-18/+18
* units(1): Add v option: verboseEitan Adler2014-04-141-13/+36
* units(1): Add U optionEitan Adler2014-04-141-2/+9
* units(1): support reading multiple units filesEitan Adler2014-04-141-9/+12
* units(1): parse config file after setting defaultsEitan Adler2014-04-141-1/+1
* units(1): add libedit supportEitan Adler2014-04-141-19/+48
* units(1): make -V print version instead of -vEitan Adler2014-04-071-8/+4
* add capsicum to units(1)Eitan Adler2014-03-301-0/+10
* Add missing static keywords to units(1)Ed Schouten2011-11-061-6/+6
* Add limited support for units that are related by affine ratherDavid Malone2008-08-161-17/+58
* Add enough consts to keep everyone happy.David Malone2002-07-281-1/+1
* Add prototypes and turn on WARNS=?2.David Malone2001-06-241-0/+18
* Give units a bit of a cleanup:David Malone2001-02-281-32/+26
* Don't segv when trying to add a 0-length unit name.Kris Kennaway2000-07-311-21/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Cosmetic in usage(). Rewrote man page in mdoc format.Philippe Charnier1997-08-211-35/+24
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix exit code when used in non-interactive mode.Alexander Langer1996-06-081-3/+5
* Units conversion utility courtesy of NetBSD.Alexander Langer1996-06-081-0/+706