From 1651ced64c9ccc7bb997ad5f202b6cd32d31a498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 11 Feb 1998 06:28:59 +0100 Subject: [PATCH] *** empty log message *** Rev: src/ChangeLog:1.132 --- src/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7605c41af6..2dd294a70d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,11 @@ Wed Feb 11 04:31:44 1998 Niels M�ller <nisse@idonex.se> * modules/Gmp/mpz_glue.c (low_get_digits): Fixed handling of base - 256. This function should not return any leading zeros. + 256. This function should not return any leading zeros. + (low_get_digits): Yet another bug... The number zero is special, + it is represented with no mpz limbs at all, but should still + produce one digit. In fact, this is the only number for which + low_get_digits will produce a leading zero. Wed Jan 21 11:37:44 1998 Fredrik Hubinette <hubbe@cytocin.hubbe.net> -- GitLab