Commit Graph

10 Commits

Author SHA1 Message Date
Love Hörnquist Åstrand
4ccc092c18 Update to imath-1.8 from Michael Fromberger
Fixed a bug in s_udiv() affecting the computation of quotient digits.
Thanks to Love Åstrand for isolating this bug.  Also in this release,
defining USELLONG=Y or USELLONG=N on the command line for make will
switch support for the "long long" data type on or off without having
to edit the Makefile.  The default is still to permit use of "long
long", even though the type is not standard ANSI C90.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19854 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-11 20:23:15 +00:00
Love Hörnquist Åstrand
e617970842 remove more debug stuff from s_udiv
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19832 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-11 03:59:34 +00:00
Love Hörnquist Åstrand
008afda06f (s_udiv): Allocate one more for q, remove debug printfs
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19830 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-11 03:55:51 +00:00
Love Hörnquist Åstrand
3d77ddb771 (s_udiv): make a copy of a and b before we start to make sure there is
something un-tainted to print in cause of failure. XXX remove this delta
(s_embar): make static


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19802 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-10 17:28:52 +00:00
Love Hörnquist Åstrand
fde9807985 More verbose debugging in case of assertion failure. XXX temporary for
AIX problem.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19757 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-08 10:17:31 +00:00
Love Hörnquist Åstrand
b4c55d807b add imath-1.7
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18759 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-21 16:32:36 +00:00
Love Hörnquist Åstrand
20b7f3a475 Allocate more bits.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18649 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-20 15:04:51 +00:00
Love Hörnquist Åstrand
aa01dfb5e1 import imath 1.6
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18322 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-07 19:43:57 +00:00
Love Hörnquist Åstrand
1e83468c03 Cast argument to ctype(3) functions to (unsigned char).
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18253 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-06 07:30:54 +00:00
Love Hörnquist Åstrand
3d256d3f4a import core of imath 1.1.9
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17471 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-05-06 12:31:07 +00:00