diff --git a/buglist b/buglist index d6b065b..0488da1 100644 --- a/buglist +++ b/buglist @@ -20819,12 +20819,6 @@ compose(p,q) ========================================================================= -bug 7072/19: - -D(0^z, z) - -========================================================================= - bug 7071/211: )clear all @@ -40523,3 +40517,14 @@ subset?(si,si) -- true ssi:SSI := set [si] -- {{2}} subset?(ssi,ssi) -- false (a bug) +fixed +========================================================================= + +bug 7072/19: + +D(0^z, z) + + >> Error detected within library code: + Invalid argument + + diff --git a/changelog b/changelog index 1b47789..0ed1033 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20140613 tpd src/axiom-website/patches.html 20140613.10.tpd.patch +20140613 tpd buglist bug 7072/19 D(0^z, z) closed 20140613 tpd src/axiom-website/patches.html 20140613.09.tpd.patch 20140613 tpd buglist bug 7249: radicalSolve(z^7=1, z) 20140613 tpd src/axiom-website/patches.html 20140613.08.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 8de5390..ff5f065 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -4438,6 +4438,8 @@ buglist 7142 exp^log(x) Cannot take first of an empty list update buglist bug 7248: differentiation bug in D(1,z) 20140613.09.tpd.patch buglist bug 7249: radicalSolve(z^7=1, z) +20140613.10.tpd.patch +buglist bug 7072/19 D(0^z, z) closed