Update to moo 1.3. Changes:

- If only one number is input, print results in all bases. (From
   Pierre Riteau <pierre dot riteau at free dot fr>, thanks!).
 - Tokenize everything. Don't skip stuff that's not tokenized.
 - Enable all regression tests; I had forgotten I disabled them.
   Update tests to 64-bit goodness. Make it possible to override
   REGRESS_TARGETS on command line.
This commit is contained in:
ray 2007-01-12 03:13:52 +00:00
parent c50cd9fae3
commit d0cf35cbee
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.3 2006/06/17 21:58:08 alek Exp $
# $OpenBSD: Makefile,v 1.4 2007/01/12 03:13:52 ray Exp $
COMMENT= "Marco's Object Oriented calculator"
DISTNAME= moo-1.2
DISTNAME= moo-1.3
CATEGORIES= math
MAINTAINER= Raymond Lai <ray@cyth.net>

View File

@ -1,4 +1,4 @@
MD5 (moo-1.2.tgz) = 083b50f5d18da8631fdb6a98e76d6ea0
RMD160 (moo-1.2.tgz) = f8f477de8df33daf776b9efea43e52ce11980476
SHA1 (moo-1.2.tgz) = 039e5a9d419f3acdb7fcd292ae37d7640a8bdf73
SIZE (moo-1.2.tgz) = 7006
MD5 (moo-1.3.tgz) = ab3cc3d9877f372986f3c0f94a934944
RMD160 (moo-1.3.tgz) = e4ccbe3493d3218fac5ea6937ed44bd9ced12208
SHA1 (moo-1.3.tgz) = e5ae8cb1e5bf718a4af49d479e053a1706cc3409
SIZE (moo-1.3.tgz) = 7380