CVS commit: src/usr.bin/units

2020-04-23 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Apr 23 09:38:17 UTC 2020 Modified Files: src/usr.bin/units: units.lib Log Message: If we're having Thai units, make them correct. A tarangwah is a square wah, which is ~4m^2 but not exactly (just as a wah is not exactly 2m, but

CVS commit: src/usr.bin/units

2020-04-22 Thread Sean Cole
Module Name:src Committed By: scole Date: Wed Apr 22 16:57:58 UTC 2020 Modified Files: src/usr.bin/units: units.lib Log Message: Add troyounce To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/units/units.lib Please note that diffs are not public

CVS commit: src/usr.bin/units

2020-04-22 Thread Sean Cole
Module Name:src Committed By: scole Date: Wed Apr 22 16:35:47 UTC 2020 Modified Files: src/usr.bin/units: units.lib Log Message: On second thought, don't include more than one spelling for thai units To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.b

CVS commit: src/usr.bin/units

2020-04-22 Thread Sean Cole
Module Name:src Committed By: scole Date: Wed Apr 22 16:21:37 UTC 2020 Modified Files: src/usr.bin/units: units.lib Log Message: Add more Thai length, area and weight units To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/units/units.lib Please

CVS commit: src/usr.bin/units

2017-03-20 Thread Sean Cole
Module Name:src Committed By: scole Date: Tue Mar 21 01:21:59 UTC 2017 Modified Files: src/usr.bin/units: units.lib Log Message: Add most common thai length/area measurements of wah rai ngan To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/units/

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:38:50 UTC 2016 Modified Files: src/usr.bin/units: units.lib Log Message: File watt in the right group, and accept W as well, as that's quite standard. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:32:49 UTC 2016 Modified Files: src/usr.bin/units: units.c Log Message: Improve previous slightly; while we accept e.g. "meter2" to mean "meter^2", don't allow "meter-2" to be interpreted as "meter^-2" as that's ver

CVS commit: src/usr.bin/units

2016-02-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Feb 5 03:30:08 UTC 2016 Modified Files: src/usr.bin/units: units.c Log Message: Improve the parser. Now we understand negative exponents; fixes PR 50768. Also handle negative numbers better in general (don't randomly drop

CVS commit: src/usr.bin/units

2015-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 15:09:06 UTC 2015 Modified Files: src/usr.bin/units: units.lib Log Message: Add tera- and peta-bytes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/units/units.lib Please note that diffs a

CVS commit: src/usr.bin/units

2013-01-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jan 6 00:19:13 UTC 2013 Modified Files: src/usr.bin/units: units.1 units.c Log Message: Sort options in man page SYNOPSIS and sync usage with it. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr

CVS commit: src/usr.bin/units

2013-01-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jan 2 14:05:04 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Really expand the name, not the definition, as the comment says. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/units/u

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 12:45:06 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: fix incomplete comment To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/units/units.c Please note that diffs are not pub

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:51:56 UTC 2013 Modified Files: src/usr.bin/units: units.1 units.c Log Message: Add -l and -L options to units(1). "-l" simply lists all unit definitions, while "-L" alsoreduces them to depend only on a few primitive un

CVS commit: src/usr.bin/units

2013-01-01 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Jan 1 11:44:01 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Correctly ignore duplicate definitions. "continue" applies only to the innermost loop. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:57:46 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Rename "tappit-hen" to "tappithen" because unit names cannot contain hyphens. Also change the definition from "3 imperial" (a dimensionless quant

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 17:07:04 UTC 2012 Modified Files: src/usr.bin/units: units.c Log Message: Allow a number and a unit to be juxtaposed without an intervening space. Now "litres/100km" works as desired, instead of silently being treated as "

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:45:53 UTC 2012 Modified Files: src/usr.bin/units: units.lib Log Message: Fix references to undefined units: * "southamericarand" should be "southafricarand"; * "sidereal day" should be "siderealday"; * "perusol" should

CVS commit: src/usr.bin/units

2012-12-28 Thread Alan Barrett
Module Name:src Committed By: apb Date: Fri Dec 28 13:25:26 UTC 2012 Modified Files: src/usr.bin/units: units.1 Log Message: Improve the description of the [count] from-unit to-unit arguments. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/unit

CVS commit: src/usr.bin/units

2011-09-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 6 18:35:41 UTC 2011 Modified Files: src/usr.bin/units: units.c Log Message: ANSIfy, static + __dead To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/units/units.c Please note that diffs are not

CVS commit: src/usr.bin/units

2011-04-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 3 19:44:15 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: Expand user warning (adding examples) and move to CAVEATS as it's not fixable. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.bin/units

2011-04-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Apr 3 19:25:05 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: remove stray extra word To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/units/units.1 Please note that diffs are n

CVS commit: src/usr.bin/units

2011-03-28 Thread Erik E. Fair
Module Name:src Committed By: fair Date: Mon Mar 28 16:09:10 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: Add dholland's comment about units not warning users about non-sensical conversions to the BUGS section. To generate a diff of this commit: cvs r

CVS commit: src/usr.bin/units

2011-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 28 00:14:51 UTC 2011 Modified Files: src/usr.bin/units: units.1 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/units/units.1 Please note that diffs are not public domai

CVS commit: src/usr.bin/units

2011-03-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 28 00:08:47 UTC 2011 Modified Files: src/usr.bin/units: units.lib Log Message: Update radioactivity-related units from http://physics.nist.gov/cuu/Units/. The prior definition of sievert was, as far as I can tell, entire