[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:05 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 0e146d8d609a83c0a4394e18e23faea9696860d0
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Thu Mar 8 19:31:36 2012 +0100

    update: ChangeLog

diff --git a/Singular/ChangeLog b/Singular/ChangeLog
index fd118cb..4103e7b 100644
--- a/Singular/ChangeLog
+++ b/Singular/ChangeLog
@@ -1,35 +1,8 @@
-Chanes since 3-1-3-3:
-- new library: realclassify.lib
-- new library: parallel.lib
-- test code for threads/semaphores
-- libray grobcov.lib updated
-- library modstd.lib updated
-- fix sqrfree
-- new library: symodstd.lib
+Changes since 3-1-4
+- new libaray ffsolve.lib
+- newstruct changes: overload print, etc.
 
-Chanes since 3-1-3-2:
-- blackbox types, newstruct etc.
-- factory fixes: implemnts factorize/gcd for more kinds of polynomials
-- Do 29. Sep 17:34:08 CEST 2011: 3-1-3-3
-
-Changes since 3-1-3-1:
-- libsingular fixed (and examples provided)
-- Di 24. Mai 17:32:18 CEST 2011: 3-1-3-2
-
-Changes since 3-1-3:
-- update normliz/normaliz.lib to 2.7
-- missing ncfactor.lib -> Singular-share
-- operator / for int yields a warning
-- port to SolarisStudio compiler on linux
-  (./configure --without-dl;make install;cd Singular;make Singular-static)
-- fixes to ssiLinks: can also transmit newstruct
-- added to newstruct: for each rin-dep. member a an additional,
-  read-only member r_a iis added (the ring a is in) 
-- degBound also for non-commutive rings
-- added all that libs that missed the 3-1-3 deadline
-- Di 26. Apr 12:07:06 CEST 2011: 3-1-3-1
-
-Do 7. Apr 2011
+2012-01-30 
 Release 3-1-3
 
 
diff --git a/Singular/ChangeLog b/Singular/ChangeLog.313
similarity index 100%
copy from Singular/ChangeLog
copy to Singular/ChangeLog.313
diff --git a/Singular/maps_ip.cc b/Singular/maps_ip.cc
index d39afac..9fe8339 100644
--- a/Singular/maps_ip.cc
+++ b/Singular/maps_ip.cc
@@ -1,7 +1,6 @@
 /****************************************
 *  Computer Algebra System SINGULAR     *
 ****************************************/
-/* $Id$ */
 /*
 * ABSTRACT - the mapping of polynomials to other rings
 */
@@ -68,10 +67,10 @@ BOOLEAN maApplyFetch(int what,map theMap,leftv res, leftv w, ring preimage_r,
         if (currRing->minpoly!=NULL)
         {
           number a=(number)res->data;
-	  number one=nInit(1);
+          number one=nInit(1);
           number product = nMult(a,one );
-	  nDelete(&one);
-	  nDelete(&a);
+          nDelete(&one);
+          nDelete(&a);
           res->data=(void *)product;
         }
         #ifdef LDEBUG

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list