Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
Math::Calc::Units is a simple calculator that keeps track of units. It
currently handles combinations of byte sizes and duration only, although
adding any other multiplicative types is easy. Any unknown type is
treated as a unique user type (with some effort to map English plurals
to their singular forms).
ok bernd@
also, add patch-libs_libCore_IO_cpp (which was ok steven@ some time ago)
if you are using freemat3 on amd64 make sure you've got the latest current
with floorf() fix
ones);
3.1 is a bugfix release, but also includes new threading api, perl-style
regular expressions, and the regression test suite (use run_tests).
ok steven@
you need at least 9 days old current system for it (correct
_POSIX_THREAD_ATTR_STACKSIZE define for qt4).
all the patches already got committed upstream.
"please commit!" steven@
initial port, most things appear to work after fixes to handle new gd,
to get plugins to work, and to fix xlib output).
Set up as a MULTI_PACKAGES so that we can sort further components into
distinct parts later.
- 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.