git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19855 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-11 20:24:12 +00:00
parent 4ccc092c18
commit 5fdf640ff5

View File

@@ -1,5 +1,15 @@
2007-01-11 Love H<>rnquist <20>strand <lha@it.su.se>
* imath/imath.c: Update to imath-1.8 from Michael Fromberger
Fixed a bug in s_udiv() affecting the computation of quotient
digits. Thanks to Love <20>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.
* imath/imath.c (s_udiv): Allocate one more for q, remove debug
printfs