Skip to content
mmklee edited this page Feb 19, 2013 · 16 revisions

'Missing' (?) commits for Author: 'Martin Lee'

  1. 2011-11-18 17:41:42 +0100,d8fe665:'added heuristic for sparse lifting and updated tests'(Tst/Long/factorizep_l.res.gz.uu Tst/Long/factorizep_l.stat Tst/Short/factorizep_s.res.gz.uu Tst/Short/factorizep_s.stat factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h)
  • 2011-11-18 17:41:42 +0100,Martin Lee,6036d90 (Tst/Long/factorizep_l.res.gz.uu Tst/Long/factorizep_l.stat Tst/Short/factorizep_s.res.gz.uu Tst/Short/factorizep_s.stat factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h) : added heuristic for sparse lifting and updated tests
  1. 2011-11-24 14:35:53 +0100,27ab3a8:'replacing MP_INT by mpz_t'(factory/NTLconvert.cc factory/cf_factory.cc factory/cf_factory.h factory/fac_cantzass.cc factory/gmpext.h factory/int_int.cc factory/int_int.h factory/int_intdiv.cc factory/int_pp.cc factory/int_pp.h factory/int_rat.cc factory/int_rat.h factory/singext.cc factory/singext.h)
  • 2011-11-24 14:35:53 +0100,Martin Lee,a522916 (factory/NTLconvert.cc factory/cf_factory.cc factory/cf_factory.h factory/fac_cantzass.cc factory/gmpext.h factory/int_int.cc factory/int_int.h factory/int_intdiv.cc factory/int_pp.cc factory/int_pp.h factory/int_rat.cc factory/int_rat.h factory/singext.cc factory/singext.h factory/winnt/factory.h) : replacing MP_INT by mpz_t
  1. 2011-11-24 14:36:22 +0100,379e1bd:'replacing MP_INT by mpz_t (kernel part)'(kernel/clapconv.cc)
  2. 2011-11-29 14:33:18 +0100,f2f04c7:'modified some helper functions and removed unneccessary inclusion of config.h'(factory/cf_gcd_smallp.h factory/facFqFactorizeUtil.cc factory/facFqFactorizeUtil.h)
  • 2011-11-29 14:33:18 +0100,Martin Lee,6deedd6 (factory/cf_gcd_smallp.h factory/facFqFactorizeUtil.cc factory/facFqFactorizeUtil.h) : modified some helper functions and removed unneccessary inclusion of config.h
  1. 2011-11-29 14:36:04 +0100,01811dc:'add: code for sparse heuristic lifting a la Lucks/Wang moved: code for other sparse heuristic to facSparseHensel rm: unused function leadingCoeffReconstruction from facFqFactorize.cc'(factory/GNUmakefile.in factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h factory/facSparseHensel.cc factory/facSparseHensel.h)
  • 2011-11-29 14:36:04 +0100,Martin Lee,91788c0 (factory/Makefile.am factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h factory/facSparseHensel.cc factory/facSparseHensel.h) : add: code for sparse heuristic lifting a la Lucks/Wang moved: code for other sparse heuristic to facSparseHensel rm: unused function leadingCoeffReconstruction from facFqFactorize.cc
  1. 2011-12-06 12:02:30 +0100,fb4cc20:'chg: sqrfree command now returns also multiplicities by default'(Singular/LIB/paraplanecurves.lib Singular/iparith.cc Singular/table.h kernel/clapsing.cc kernel/clapsing.h)
  • 2011-12-06 12:02:30 +0100,Martin Lee,fee24e2 (Singular/LIB/paraplanecurves.lib Singular/iparith.cc Singular/table.h) : chg: sqrfree command now returns also multiplicities by default
  1. 2011-12-19 18:09:26 +0000,cbd9cd6:'Started fork SingularFlint from master'(Singular/configure Singular/configure.in factory/FLINTconvert.cc factory/FLINTconvert.h factory/GNUmakefile.in factory/config.h.in factory/configure factory/configure.in factory/flint-check.m4)
  2. 2011-12-20 00:49:30 +0000,1fbccb8:'chg: use Flint factorization over finite fields instead of NTL'(factory/cf_factor.cc)
  • 2011-12-20 00:49:30 +0000,Martin Lee,ae3775b (factory/cf_factor.cc) : chg: use Flint factorization over finite fields instead of NTL
  1. 2011-12-20 10:05:23 +0000,c49838d:'chg: check for Flint 2.3 in configure'(Singular/configure.in factory/configure.in)
  • 2011-12-20 10:05:23 +0000,Martin Lee,3ed6ccf (factory/configure.ac) : chg: check for Flint 2.3 in configure
  1. 2011-12-20 10:42:42 +0000,6738c08:'chg: checking of FLINT version'(factory/flint-check.m4)
  • 2011-12-20 10:42:42 +0000,Martin Lee,401911e (m4/flint-check.m4) : chg: checking of FLINT version
  1. 2011-12-20 17:08:05 +0000,f3c13af:'chg: switched off old factory factorization over Z chg: added some function declarations to FLINTconvert.h chg: added a lot of modular multiplication code and univariate arithmetic over Q and Q(a) using FLINT'(factory/FLINTconvert.h factory/cf_factor.cc factory/facFactorize.cc factory/facHensel.cc)
  • 2011-12-20 17:08:05 +0000,Martin Lee,88408d0 (factory/FLINTconvert.h factory/cf_factor.cc factory/facFactorize.cc factory/facHensel.cc) : chg: switched off old factory factorization over Z chg: added some function declarations to FLINTconvert.h chg: added a lot of modular multiplication code and univariate arithmetic over Q and Q(a) using FLINT
  1. 2012-01-04 19:24:29 +0100,a8ddd4d:'chg: changed behaviour of sqrfree with optional argument 3'(Singular/iparith.cc doc/reference.doc kernel/clapsing.cc)
  • 2012-01-04 19:48:21 +0100,Martin Lee,c92097b (Singular/iparith.cc doc/reference.doc libpolys/polys/clapsing.cc) : chg: changed behaviour of sqrfree with optional argument 3
  1. 2012-01-05 17:52:39 +0100,28935f9:'chg: more changes to replace polynomial factorization over integer with new algorithm'(factory/cf_factor.cc factory/facBivar.h factory/facFactorize.h)
  • 2012-01-05 17:52:39 +0100,Martin Lee,5302958 (factory/cf_factor.cc factory/facBivar.h factory/facFactorize.h) : chg: more changes to replace polynomial factorization over integer with new algorithm
  1. 2012-01-09 14:01:10 +0100,d9b8d31:'chg: replaced Hensel lifting and early factor detection by a faster version'(factory/facBivar.cc)
  • 2012-01-09 14:01:10 +0100,Martin Lee,f8ac2df (factory/facBivar.cc) : chg: replaced Hensel lifting and early factor detection by a faster version
  1. 2012-01-13 16:47:14 +0100,5ad6537:'chg/fix: created new configure for factory on wawa with autoconf 2.68'(factory/configure)
  2. 2012-01-24 17:47:03 +0100,f34c6a0:'chg: substitution in the top level routines'(factory/facBivar.h factory/facFactorize.h factory/facFqBivar.h factory/facFqFactorize.h)
  • 2012-01-24 17:47:03 +0100,Martin Lee,f9b796e (factory/facBivar.h factory/facFactorize.h factory/facFqBivar.h factory/facFqFactorize.h) : chg: substitution in the top level routines
  1. 2012-02-09 15:30:08 +0100,e8bf2c0:'chg: template instantiation is now part of *.a'(factory/GNUmakefile.in factory/ftmpl_inst.cc)
  2. 2012-02-09 15:34:09 +0100,2b61782:'chg: include string.h'(factory/memutil.c)
  • 2012-02-10 14:16:27 +0100,Martin Lee,66e25f2 (factory/libfac/test.cc) : chg: include string.h
  1. 2012-02-09 15:40:46 +0100,d7ae6f3:'chg: enable setting of gftables location by program'(factory/gfops.cc)
  • 2012-02-10 14:20:06 +0100,Martin Lee,83976e9 (factory/gfops.cc) : chg: enable setting of gftables location by program
  1. 2012-02-09 16:47:39 +0100,515f707:'chg: separated multiplication and Hensel lifting functions'(factory/GNUmakefile.in factory/facBivar.cc factory/facFqBivar.cc factory/facFqBivarUtil.cc factory/facFqFactorize.cc factory/facHensel.cc factory/facHensel.h factory/facMul.cc factory/facMul.h)
  • 2012-02-09 16:47:39 +0100,Martin Lee,0e2e232 (factory/Makefile.am factory/facBivar.cc factory/facFqBivar.cc factory/facFqBivarUtil.cc factory/facFqFactorize.cc factory/facHensel.cc factory/facHensel.h factory/facMul.cc factory/facMul.h) : chg: separated multiplication and Hensel lifting functions
  1. 2012-02-09 17:59:15 +0100,5a57054:'chg: more reorganization'(factory/cf_gcd_smallp.cc factory/facFactorize.cc factory/facFqBivarUtil.cc factory/facFqFactorize.cc factory/facHensel.cc factory/facHensel.h factory/facMul.cc)
  • 2012-02-09 17:59:15 +0100,Martin Lee,81d96ce (factory/cf_gcd_smallp.cc factory/facFactorize.cc factory/facFqBivarUtil.cc factory/facFqFactorize.cc factory/facHensel.cc factory/facHensel.h factory/facMul.cc) : chg: more reorganization
  1. 2012-02-10 14:11:02 +0100,4a699a8:'chg: include string.h'(libfac/test.cc)
  • 2012-02-10 14:16:27 +0100,Martin Lee,66e25f2 (factory/libfac/test.cc) : chg: include string.h
  1. 2012-02-13 17:54:44 +0100,862562e:'fix: check for sizeof long in factory configure'(factory/config.h.in factory/configure factory/configure.in)
  2. 2012-02-16 15:43:29 +0100,6058b9f:'chg: added coeff bounds to Hensel lifting routines added coeff bounds to henselLiftAndEarly'(factory/facFqBivar.cc factory/facFqBivar.h factory/facHensel.cc factory/facHensel.h)
  • 2012-02-16 15:43:29 +0100,Martin Lee,d9357b9 (factory/facFqBivar.cc factory/facFqBivar.h factory/facHensel.cc factory/facHensel.h) : chg: added coeff bounds to Hensel lifting routines added coeff bounds to henselLiftAndEarly
  1. 2012-02-16 16:35:20 +0100,bb2a942:'chg: use coeff bound in bivariate poly factorization over Q'(factory/facBivar.cc)
  • 2012-02-16 16:35:20 +0100,Martin Lee,1ade963 (factory/facBivar.cc) : chg: use coeff bound in bivariate poly factorization over Q
  1. 2012-02-17 15:47:40 +0100,8767a7c:'fix: typo'(factory/ftmpl_inst.cc)
  • 2013-01-21 11:23:03 +0100,Hans Schoenemann,60596cd (Singular/cntrlc.cc) : fix: porting singnal handling (win, etc.)
  • 2013-01-18 16:13:49 +0100,Martin Lee,95c8260 (libpolys/polys/ext_fields/algext.cc libpolys/polys/ext_fields/transext.cc) : fix: some simple bugs in comparison
  • 2012-07-25 00:55:08 +0200,Hans Schoenemann,802b082 (kernel/kutil.cc) : fix: syzygies for qring with ring-coeffs, part1
  • 2013-01-17 21:08:19 +0100,Alexander Dreyer,09860ed (Singular/Makefile.am) : Fix: autoconf variable double defined
  • 2013-01-17 13:00:10 +0100,Alexander Dreyer,6b39bc7 (Singular/pyobject_setup.cc) : Fix: avoid infinite recursion, if pyobject.so is broken
  • 2013-01-10 18:34:37 +0100,Hans Schoenemann,484a08c (libpolys/reporter/reporter.cc) : fix: SPrintStart/SPrintEnd with bachkup
  • 2013-01-10 17:28:23 +0100,Hans Schoenemann,ea9fd60 (Singular/subexpr.cc libpolys/polys/polys0.cc) : fix: p_String memory
  • 2013-01-04 18:26:57 +0100,Hans Schoenemann,979bd0f (omalloc/omBin.c omalloc/omBin.h) : fix: omBin.c:omGetUsedBytesOfBin
  • 2012-12-18 11:41:30 +0100,Martin Lee,92f57db (libpolys/misc/intvec.cc) : fix: printing in ivOptimizeKern if option(prot)
  • 2012-12-17 17:18:45 +0100,Martin Lee,c3304a3 (libpolys/coeffs/test.cc libpolys/tests/coeffs_test.h) : fix: tests
  • 2012-12-17 15:23:07 +0100,Martin Lee,5a0b785 (libpolys/coeffs/rintegers.cc libpolys/coeffs/rmodulo2m.cc) : fix: printing of coeffs Z and Z/2^m
  • 2012-12-17 14:03:23 +0100,Martin Lee,c7d05f3 (libpolys/coeffs/test.cc libpolys/tests/coeffs_test.h) : fix: tests of coeffs due to fixes of Z/*
  • 2012-12-17 13:10:48 +0100,Martin Lee,4880569 (libpolys/coeffs/rmodulo2m.cc libpolys/coeffs/rmodulon.cc) : fix: more fixes to init of Z/*
  • 2012-12-14 16:52:05 +0100,Martin Lee,6bb9d98 (Singular/ipshell.cc) : fix: rComposeRing due to fixed Z/n^m init
  • 2012-12-14 10:55:38 +0100,Alexander Dreyer,f4399e8 (Singular/iplib.cc libpolys/polys/mod_raw.cc libpolys/polys/mod_raw.h) : fix: reloading of modules (multiply calling LIB("file.so")) is ignored add: dynl_check_opened newly introduced
  • 2012-12-13 10:35:03 +0100,Martin Lee,a915285 (Tst/Short/bug_31.tst) : fix: minpoly directly after ring declaration
  • 2012-12-12 19:19:16 +0100,Hans Schoenemann,7b170f2 (libpolys/polys/monomials/ring.cc) : fix: removed unused stuff for options
  • 2012-12-12 19:18:36 +0100,Hans Schoenemann,21dbb41 (.gdbinit Tst/Manual/s.lst) : fix: testing stuff
  • 2012-12-12 10:19:10 +0100,Martin Lee,b15cf85 (factory/FLINTconvert.cc factory/NTLconvert.cc factory/canonicalform.cc factory/canonicalform.h factory/cf_factory.cc factory/cf_factory.h factory/int_int.h) : fix: memory leak
  • 2012-12-10 17:28:36 +0100,Alexander Dreyer,4fc65f5 (Singular/pyobject.cc) : Fix pyobject's C-procs for currPack->libname==NULL
  • 2012-12-07 14:19:36 +0100,Martin Lee,9053f02 (libpolys/polys/ext_fields/transext.cc) : fix: normalization in transcendental extension over finite field
  • 2012-12-07 18:22:01 +0100,Hans Schoenemann,20c99b7 (libpolys/polys/ext_fields/transext.cc) : fix: typo
  • 2012-12-07 18:01:25 +0100,Hans Schoenemann,98bf9ba (libpolys/polys/ext_fields/transext.cc) : fix: memory leak
  • 2012-12-07 14:36:49 +0100,Hans Schoenemann,6554ca4 (Singular/extra.cc) : fix: compiler warnings: 64bit stuff
  • 2012-12-05 16:40:50 +0100,Martin Lee,f659855 (factory/facFqBivar.cc) : fix: wrong deletion of FLINT matrices
  • 2012-12-05 15:14:46 +0100,Hans Schoenemann,80d7722 (libpolys/misc/mylimits.h) : fix: mylimits.h
  • 2012-11-28 12:58:24 +0100,Martin Lee,894604c (factory/facFqBivar.cc) : fix: wrong lifting precision in corner cases
  • 2012-11-27 14:27:19 +0100,Hans Schoenemann,cadaf23 (omalloc/omalloc.c) : fix: optional omalloc parts
  • 2012-11-27 10:27:27 +0100,Martin Lee,96d5052 (factory/facFqBivar.cc) : fix: prevent content from dividing out too much
  • 2012-11-26 14:11:39 +0100,Hans Schoenemann,e12d106 (omalloc/omAllocEmulate.c) : fix: optional code im omalloc
  • 2012-11-26 14:09:09 +0100,Hans Schoenemann,b4c464c (kernel/hutil.cc libpolys/polys/nc/old.gring.cc) : fix: tr. #463 (from master)
  • 2012-11-22 18:00:49 +0100,Martin Lee,7e3d567 (factory/facBivar.cc) : fix: computation of factor bound over Q(a)
  • 2012-11-21 10:06:48 +0100,Hans Schoenemann,e3b071b (Singular/newstruct.cc) : fix: overload print for newstruct
  • 2012-11-15 20:20:08 +0100,Hans Schoenemann,780b528 (Singular/iparith.cc) : fix: opt. in gcc 4.7 (iiMake_proc)
  • 2012-11-10 16:37:11 +0100,Hans Schoenemann,6ad7e61 (libpolys/polys/ext_fields/transext.cc) : fix: ntNormalize (no negative DEN.)
  • 2012-11-07 20:47:22 +0100,Hans Schoenemann,49fbc3f (Singular/subexpr.cc) : fix: minor opt. from master
  • 2012-11-02 16:17:10 +0100,Hans Schoenemann,d0b4e7a (libpolys/misc/intvec.cc) : fix: content in ivReduce
  • 2012-11-02 14:31:04 +0100,Hans Schoenemann,665ca84 (Singular/grammar.cc Singular/grammar.y) : fix: removed some unsed variables
  • 2012-11-02 14:26:55 +0100,Hans Schoenemann,f900d18 (libpolys/misc/intvec.cc) : fix: avoid overflow somehow better
  • 2012-11-02 14:26:13 +0100,Hans Schoenemann,2466d22 (libpolys/polys/ext_fields/algext.cc) : fix: naPower(0)
  • 2012-10-26 18:45:40 +0200,Martin Lee,c92b49e (Tst/Manual/extgcd.res.gz.uu Tst/Manual/extgcd.stat) : fix: the right new extgcd res
  • 2012-10-19 15:17:33 +0200,Martin Lee,7c118d6 (factory/cfNewtonPolygon.cc) : fix: memory leak
  • 2012-07-09 16:13:11 +0200,Hans Schoenemann,63e72b4 (Tst/Old/m17ex.res.gz.uu Tst/Old/m17ex.stat factory/FLINTconvert.cc) : fix: for 64bit patches: typo, FLINT
  • 2012-10-18 12:01:48 +0200,Hans Schoenemann,f235909 (Tst/Short/bug_55.res.gz.uu Tst/Short/bug_55.stat Tst/Short/bug_qring.res.gz.uu Tst/Short/bug_qring.stat) : fix: tests changed from changed interred
  • 2012-10-15 19:44:58 +0200,Hans Schoenemann,f92a39e (Singular/grammar.cc Singular/grammar.y Singular/iparith.cc Singular/iplib.cc Singular/ipshell.cc Singular/ipshell.h Singular/newstruct.cc) : fix: implementation of return(..) improved
  • 2012-10-15 13:42:27 +0200,Hans Schoenemann,17874ed (Singular/LIB/modstd.lib) : fix: tr. #459
  • 2012-10-12 15:46:46 +0200,Hans Schoenemann,e2c21a2 (Singular/LIB/random.lib) : fix: tr. #458
  • 2012-10-12 12:44:08 +0200,Hans Schoenemann,4b7db87 (Singular/iparith.cc Singular/ipshell.cc Tst/Manual/setglobalrings.res.gz.uu Tst/Manual/setglobalrings.stat) : fix: how to build ring from lists without order for components (rCompose)
  • 2012-10-09 18:36:50 +0200,Hans Schoenemann,7ec0599 (Singular/iparith.cc) : fix: tr. #455: NULL deref. in jjSUBST_Test
  • 2012-10-04 20:15:05 +0200,Oleksandr Motsak,095dee7 (kernel/mod2.h) : Fix: commented out MAX_INT_LEN macro in kernel/mod2.h due to its definition in auxiliary.h
  • 2012-09-24 14:52:20 +0200,Hans Schoenemann,f224d85 (kernel/kInline.h kernel/kspoly.cc kernel/kstd1.cc kernel/kstd2.cc kernel/kutil.cc kernel/kutil.h libpolys/polys/templates/p_kBucketSetLm__T.cc libpolys/polys/templates/pp_Mult_mm__T.cc) : fix: removing last from p_templates and k routines
  • 2012-03-29 17:44:44 +0200,Hans Schoenemann,b40eaa0 (Singular/iparith.cc) : fix: special hanndling of proc calls
  • 2012-08-30 16:13:11 +0200,Alexander Dreyer,f885217 (Singular/countedref.cc) : fix: allow shared(newstr.sh)=value; assignment for non-shared rhs
  • 2012-08-29 18:23:42 +0200,Alexander Dreyer,2fbb4e0 (Singular/countedref.cc) : fix: const qualifiers and simplified ref counting
  • 2012-08-23 22:09:11 +0200,Alexander Dreyer,a9bb741 (Singular/countedref.cc) : fix: got contexts, backreferences of indices, etc. right
  • 2012-09-03 11:19:02 +0200,Martin Lee,b4fef8d (factory/facFactorize.cc) : fix: typo
  • 2012-08-31 14:34:22 +0200,Martin Lee,621271b (factory/cf_gcd_smallp.cc) : fix: minor bug in gcd over Fq
  • 2012-08-30 13:50:27 +0200,Martin Lee,e0047d7 (factory/facFqFactorize.cc) : fix: minor bug in evaluationWRTDifferentSecondVar
  • 2012-08-27 11:46:16 +0200,Martin Lee,bed38bf (factory/facFactorize.cc factory/facFqFactorize.cc) : fix: possible infinite loop
  • 2012-08-27 11:41:36 +0200,Martin Lee,935632e (factory/facFqFactorize.cc) : fix: minor fix in distribute content
  • 2012-08-27 10:53:58 +0200,Martin Lee,4a7e5c0 (factory/cf_gcd.cc) : fix: do not use cf_prepgcd
  • 2012-08-23 15:55:40 +0200,Martin Lee,41e77d8 (factory/facFactorize.cc factory/facFqFactorize.cc) : fix: minor bug in precomputeLeadingCoeff chg: normalize only if necessary
  • 2012-08-15 15:30:36 +0200,Martin Lee,c7b56e2 (factory/facFqFactorize.cc) : chg: typo/editing
  • 2012-08-08 14:34:36 +0200,Martin Lee,9dacf3f (factory/facFactorize.cc factory/facFqFactorize.cc) : fix: more fixes to precomputeLeadingCoeff
  • 2012-07-16 11:15:58 +0200,Martin Lee,8256fd9 (factory/facFactorize.cc factory/facFqFactorize.cc) : fix: possible hang in multivariate factorization
  • 2012-08-29 11:56:27 +0200,Hans Schoenemann,416d764 (libpolys/polys/monomials/p_polys.h) : fix: compiler warning
  • 2012-08-20 11:38:46 +0200,Hans Schoenemann,4fb3a73 (kernel/kutil.cc) : fix: spielwiese patch
  • 2012-08-15 18:43:12 +0200,Hans Schoenemann,d8b0997 (libpolys/coeffs/modulop.cc) : fix: npInit for large ints
  • 2012-08-13 13:14:21 +0200,Hans Schoenemann,a8ead8e (Singular/walk.cc) : fix: memory leak in walk
  • 2012-08-10 18:22:45 +0200,Hans Schoenemann,285a393 (libpolys/coeffs/longrat.cc) : fix: nlContent
  • 2012-08-09 12:01:57 +0200,Hans Schoenemann,5a9fa5b (Singular/LIB/decodegb.lib) : fix: mod_ now indep. of implementation details of mod
  • 2012-08-08 19:38:31 +0200,Hans Schoenemann,b317e9f (libpolys/coeffs/longrat.cc) : fix: memory management in nlClearDenominator
  • 2012-08-07 11:01:05 +0200,Hans Schoenemann,6993c83 (Singular/iparith.cc Singular/table.h Singular/tok.h) : fix: mod -> %, removed INTMOD_CMD (from master)
  • 2012-08-02 10:49:05 +0200,Martin Lee,da984c6 (factory/facFqBivar.cc) : fix: tr 441
  • 2012-07-09 13:54:06 +0200,Hans Schoenemann,070c1b4 (factory/variable.cc libfac/charset/alg_factor.cc libfac/configure libfac/configure.in libfac/factor/Factor.cc) : fix: error about choosing field extensions (Tst/Short/bug_charseries2)
  • 2012-08-02 14:56:05 +0200,Hans Schoenemann,0419aba (Singular/Makefile.am) : fix: removed gentable2 stuff
  • 2012-06-27 00:04:39 +0200,Alexander Dreyer,5ebd4bc (Tst/Short/pyobject.res.gz.uu Tst/Short/pyobject.tst) : fix: test for
  • 2012-06-27 00:01:18 +0200,Alexander Dreyer,0227d1d (Singular/pyobject.cc) : fix: pyobject's ternary operation
  • 2012-08-01 23:15:29 +0200,Alexander Dreyer,107b5b2 (Singular/pyobject.cc) : fix: empty lists to pyobject
  • 2012-06-26 14:42:12 +0200,Alexander Dreyer,c0d2927 (Singular/newstruct.cc) : fix: removed done todo
  • 2012-06-21 23:21:06 +0200,Alexander Dreyer,1161a61 (Singular/blackbox.h Singular/pyobject.cc) : fix: pyobject handles ternary operations acordingly
  • 2012-08-01 23:07:23 +0200,Alexander Dreyer,b2aa086 (Singular/newstruct.cc Singular/newstruct.h Singular/pyobject.cc) : fix: pyobject falls back to newstruct operations
  • 2012-06-20 14:41:30 +0200,Alexander Dreyer,90707fe (Singular/newstruct.cc) : fix: don't segfault when assigning non-newstructed custom types to newstructs
  • 2012-07-31 11:50:49 +0200,Martin Lee,0a1c16f (libpolys/polys/clapconv.cc) : fix: do not switch on rationals if there none
  • 2012-06-20 17:15:10 +0200,Martin Lee,04cda6a (factory/facMul.cc) : fix: wrong computation of d1
  • 2012-07-31 11:45:53 +0200,Martin Lee,ec664a2 (factory/facFactorize.cc) : fix: compilation errors with --enable-timing
  • 2012-07-30 11:40:42 +0200,Martin Lee,86aa4d5 (factory/facFqBivar.cc) : fix: tr 440
  • 2012-07-30 11:20:00 +0200,Martin Lee,ed66770 (factory/facBivar.h factory/facFactorize.h) : fix: tr 439
  • 2012-06-13 18:27:00 +0200,Hans Schoenemann,91c8a93 (Singular/grammar.cc Singular/grammar.y) : fix: memory leak in if (#430) (from master)
  • 2012-05-30 15:50:10 +0200,Martin Lee,17642b3 (Tst/Short/gcd5primtest.res.gz.uu Tst/Short/gcd5primtest.stat Tst/Short/gcd5primtest.tst) : fix: typo in test
  • 2012-05-29 13:28:20 +0200,Hans Schoenemann,9aac3e4 (Singular/iparith.cc) : fix: lusolve: right side may be polynomial (from master)
  • 2012-05-21 19:28:11 +0200,Hans Schoenemann,e5324ae (Singular/ipconv.cc) : fix: memory leaks in conversion
  • 2012-05-10 16:23:38 +0200,Martin Lee,6f0279e (factory/facFqBivar.cc) : fix: wrong exit condition
  • 2012-05-04 14:31:30 +0200,Martin Lee,7a1151d (factory/DegreePattern.cc factory/cfNewtonPolygon.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : fix: compiler warnings
  • 2012-05-04 23:14:01 +0200,Martin Lee,edd8189 (factory/FLINTconvert.cc factory/cf_factor.cc) : fix: do not add lead coeff to factorization if it's 1 fix: do not compute factorization twice
  • 2012-04-28 22:13:44 +0200,Martin Lee,a034968 (factory/FLINTconvert.cc factory/FLINTconvert.h) : fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is needed in FLINT's longlong.h
  • 2012-04-16 15:17:59 +0200,Hans Schoenemann,bee6ff6 (kernel/kstd2.cc) : fix: test not needed: GetLm sets p and r
  • 2012-04-04 13:30:52 +0200,Martin Lee,050d1b7 (factory/cf_char.cc factory/cf_gcd_smallp.cc factory/cf_map_ext.cc factory/facFqBivar.cc factory/facFqBivarUtil.cc factory/facMul.cc factory/variable.cc) : fix: wrong/unneccessary asserts
  • 2012-03-21 15:38:21 +0100,Martin Lee,9ebec2d (factory/facFqBivar.cc) : fix: stupid bug in lattice recombination
  • 2012-03-20 11:46:00 +0100,Martin Lee,f531208 (factory/facMul.cc) : fix: seperate char= 0 and char>p
  • 2012-03-09 12:43:54 +0100,Martin Lee,ca058cd (factory/facMul.cc) : fix: some minor bugs chg: reverseSubstQa now takes an additional argument a polynomial variable
  • 2012-02-28 11:30:01 +0100,Martin Lee,f89fed0 (factory/facMul.cc) : fix: more fixes to Q(a) check
  • 2012-02-17 11:12:05 +0100,Martin Lee,c2aeb9a (factory/facMul.cc factory/facMul.h) : fix: typo
  • 2011-12-20 09:46:58 +0000,Martin Lee,7cb5590 (factory/cf_factor.cc factory/cf_gcd.cc) : fix: some preprocessor commands
  • 2012-03-28 16:55:33 +0200,Martin Lee,696bdef (Singular/maps_ip.cc) : fix: pSubstPar
  • 2012-03-27 14:47:27 +0200,Hans Schoenemann,131ab78 (libpolys/polys/monomials/p_polys.cc) : fix: p_Power, p_TewoMonPower for exp > char(k)
  • 2012-03-26 13:22:35 +0200,Hans Schoenemann,a10fdfe (libpolys/polys/monomials/p_polys.cc) : fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large exponents)
  • 2012-03-21 20:29:49 +0100,Hans Schoenemann,3c0498b (Singular/ipassign.cc Singular/ipshell.cc libpolys/polys/ext_fields/algext.cc) : fix: minpoly in ringlist (Manaul/elimRing.tst)
  • 2012-03-15 17:05:17 +0100,Hans Schoenemann,788fdfc (Singular/cntrlc.cc Singular/iparith.cc libpolys/polys/monomials/p_polys.h) : fix: p_deg/p_GetOrder for ordering am
  • 2012-03-13 12:42:18 +0100,Martin Lee,90f57ed (libpolys/polys/monomials/p_polys.cc) : fix: n_PermNumber
  • 2012-03-07 14:54:51 +0100,Hans Schoenemann,160f439 (Singular/ipshell.cc) : fix: ticket:400 vraiables(ideal i) for i containing entries==0 (from master)
  • 2012-02-29 19:12:06 +0100,Martin Lee,9e26458 (Singular/ipshell.cc libpolys/polys/monomials/p_polys.cc) : fix: avoid wrong registration of coeffs 'integer' fix: removed an unneccessary p_Test
  • 2012-03-05 13:33:48 +0100,Hans Schoenemann,dd39bd5 (doc/Makefile.in) : fix: parallel build for doc ((tr 410, patch by Bernhard R. Link)
  • 2012-03-02 12:13:46 +0100,Hans Schoenemann,ece1ce5 (Singular/ipshell.cc libpolys/polys/monomials/ring.cc) : fix: rCompose/NegOffset for ordering am/
  • 2012-02-24 16:10:54 +0100,Oleksandr Motsak,1a9dc5f (factory/int_poly.h) : fix: avoid redefine of OM_NDEBUG
  • 2012-02-24 14:56:31 +0100,Hans Schoenemann,7c6f069 (factory/int_int.h) : fix: avoid redefine of OM_NDEBUG
  • 2012-02-24 13:18:06 +0100,Hans Schoenemann,2ff3661 (Singular/claptmpl.cc) : fix: removed gfan-templates: already in gfanlib (from master)
  • 2012-02-22 20:27:41 +0100,Oleksandr Motsak,9a78ebe (m4/p-procs.m4) : FIX: repair dynamic modules (we didn't define HAVE_DYNAMIC_LOADING!)
  • 2012-02-23 16:06:55 +0100,Hans Schoenemann,b311aa8 (Singular/newstruct.cc) : fix: allow blackbox within newstruct (from master)
  • 2012-02-22 12:17:07 +0100,Martin Lee,0b618a7 (factory/facBivar.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc factory/libfac/charset/alg_factor.cc) : fix: compilation errors with --enable-timing
  • 2012-02-21 15:45:42 +0100,Martin Lee,f3a82f4 (factory/facBivar.cc factory/facFqBivar.cc factory/fac_multihensel.cc) : fix: compilation errors with --enable-debugoutput
  • 2012-02-22 10:22:53 +0100,Martin Lee,f71453f (factory/cf_gcd_smallp.cc factory/cf_gcd_smallp.h factory/facAlgExt.cc factory/gfops.cc factory/variable.cc) : fix: compilation errors with --enable-assertions
  • 2012-02-16 16:29:54 +0100,Hans Schoenemann,46eef0a (Singular/newstruct.cc) : fix: copying list withint newstruct (fix from master)
  • 2012-02-16 16:28:20 +0100,Hans Schoenemann,69672da (Singular/iparith.cc Singular/ipshell.cc libpolys/polys/ext_fields/algext.h libpolys/polys/ext_fields/transext.cc libpolys/polys/ext_fields/transext.h) : fix: pardeg
  • 2012-01-23 23:14:15 +0100,Martin Lee,3d00756 (factory/facFqBivar.cc) : fix: some minor fix
  • 2012-02-08 15:48:14 +0100,Hans Schoenemann,c8e0300 (libpolys/polys/ext_fields/transext.cc) : fix: normalization while mapping
  • 2012-02-03 15:16:59 +0100,Hans Schoenemann,951db29 (Tst/Manual/wurzel.res.gz.uu Tst/Manual/wurzel.stat Tst/Manual/wurzel.tst) : fix: approximate floats are difficult to test: rewrote test
  • 2012-01-27 16:44:14 +0100,Oleksandr Motsak,8156a76 (Singular/ipshell.cc Tst/New/res1_ideal_module.tst) : fix: correct type of the first resolution item
  • 2012-01-11 12:53:11 +0100,Martin Lee,2dbf7e5 (factory/facFqSquarefree.cc) : fix: some issues with leading coeff in squarefree factorization over finite fields
  • 2011-12-14 16:09:14 +0100,Hans Schoenemann,54e73b1 (kernel/kutil.cc) : fix: more fixes for kDebugPrint
  • 2011-11-24 09:36:36 +0100,Christian Eder,41530b3 (libpolys/polys/ext_fields/algext.cc) : fix: normalForm for algext::naWrite ( Tst/Manual/minpoly.tst )
  • 2011-11-23 15:49:07 +0100,Hans Schoenemann,58f11d0 (libpolys/polys/ext_fields/algext.cc) : fix: normal form for algext::naRead, Test for algext
  • 2011-11-23 15:31:34 +0100,Hans Schoenemann,da6ad4f (kernel/fegetopt.h) : fix: c comments instead of c++ for c-header
  • 2011-11-23 15:29:54 +0100,Hans Schoenemann,1374bcb (libpolys/polys/ext_fields/transext.cc) : Fix: normalform for transext::ntDiv, Tests for transext
  • 2011-11-22 19:51:59 +0100,Oleksandr Motsak,e7d5ef4 (Singular/fehelp.cc Singular/fevoices.cc Singular/grammar.cc Singular/grammar.y Singular/misc_ip.cc Singular/mpsr_Get.cc Singular/mpsr_GetPoly.cc kernel/febase.cc kernel/kutil.cc kernel/spectrum.cc kernel/syz1.cc kernel/syz3.cc) : FIX: consistenly include <misc/mylimits.h> (no omalloc/mylimits.h anymore!)
  • 2011-11-22 20:04:58 +0100,Oleksandr Motsak,0c7a634 (Singular/mmstd.c) : FIX: omConfig.h does NOT belong to the public interface of omalloc
  • 2011-11-17 20:31:17 +0100,Oleksandr Motsak,42ceaa3 (libpolys/misc/Makefile.am libpolys/tests/Makefile.am) : FIX: do NOT distribute misc/auxiliary.h + tests/*_test_runner.cpp FIX: distribute: tests/cxxtestgen.pl
  • 2011-11-17 20:10:47 +0100,Oleksandr Motsak,38991a6 (factory/Makefile.am) : FIX: some generated sources should NOT be distributed(factory: cplusplus.h factory.h factoryconf.h)
  • 2011-11-17 19:53:16 +0100,Oleksandr Motsak,756b140 (omalloc/Makefile.am) : FIX: some generated sources shoud NOT be distributed (omalloc: omConfig.h,omTables.h) within a source tarball!
  • 2011-11-18 23:34:37 +0100,Oleksandr Motsak,444bcfc (Singular/Makefile.am configure.ac factory/Makefile.am omalloc/configure.ac standalone.test/mk standalone.test/tt.cc) : CHG: minor cleanup ADD: original Hans's test for standalone testing: tt.cc FIX: typo
  • 2011-11-19 02:47:32 +0100,Oleksandr Motsak,eb07085 (Singular/utils.cc kernel/Makefile.am kernel/kutil.cc kernel/semic.cc kernel/semic.h kernel/test.cc standalone.test/test.cc) : FIX: preparing dynamic linking: * Singular/utils.cc needs 'category_out' from Singular/libparse.cc * kernel/semic.cc appeared twice in SOURCE in Makefile.am :( * kernel/kutil.cc needed showOption... CHG: kernel/semic.{h,cc} have got a minor cleanup FIX: standalone.test/test.cc now respects factory reqs. CHG: kernel/test.cc needed iiArithCmdOpt from Singular/
  • 2011-11-15 19:28:26 +0100,Hans Schoenemann,a2cdd62 (Singular/walk.cc kernel/semic.cc libpolys/coeffs/ffields.cc libpolys/coeffs/shortfl.cc libpolys/misc/mylimits.h libpolys/polys/matpol.cc libpolys/polys/monomials/ring.cc) : fix: avoid limits.h
  • 2011-11-15 11:48:11 +0100,Oleksandr Motsak,a27bc9f (Singular/Makefile.am kernel/Makefile.am) : FIX: correct test environment for make check in kernel/, Singular/
  • 2011-11-15 11:25:34 +0100,Oleksandr Motsak,8babe7f (omalloc/Makefile.am omalloc/omAllocSystem.c) : FIX: omMmap.c is needed for building with Valloc with Mmap
  • 2011-11-10 21:02:06 +0100,Oleksandr Motsak,3826d07 (Tst/New/gf_fetch.tst) : FIX: incompatible .tst and .res.gz.uu (for New/gf_fetch.)
  • 2011-11-10 17:59:46 +0100,Martin Lee,ce25762 (libpolys/polys/clapconv.cc libpolys/polys/clapconv.h libpolys/polys/clapsing.cc) : FIX: conversion over algebraic extensions and partly transcendental NOTE: conversion over transcendental extensions do not work due to bug in p_Cleardenom in p_polys.cc
  • 2011-11-09 20:14:22 +0100,Oleksandr Motsak,50831b0 (Singular/Makefile.am Singular/bbfan.cc Singular/test.cc Singular/tesths.cc kernel/Makefile.am) : FIX: bbcone.h/bbfan.h were moved from Singular to kernel in legacy Singular
  • 2011-11-09 10:13:02 +0100,Hans Schoenemann,146c603 (libpolys/coeffs/longrat.cc libpolys/polys/clapconv.cc libpolys/polys/clapconv.h libpolys/polys/ext_fields/algext.cc) : fix: nlModP (should not use nvDiv/npDiv implement conversion to/from factory for algext
  • 2011-11-08 13:46:01 +0100,Hans Schoenemann,fc49775 (libpolys/coeffs/coeffs.h libpolys/polys/clapconv.cc libpolys/polys/ext_fields/transext.cc) : fix: conversion of transext to/from factory
  • 2011-10-25 11:26:50 +0200,Hans Schoenemann,a5d181c (kernel/ideals.cc) : fix to tr. 379 (weight.cc::iv2array) fix to tr. 380 (ideals.cc::idLift)
  • 2011-10-19 15:07:52 +0200,Oleksandr Motsak,a82001e (Singular/LIB/linalg.lib) : FIX: error in linalg.lib::inverse
  • 2011-10-13 21:18:07 +0200,Niels Ranosch,14212fa (factory/NTLconvert.cc factory/NTLconvert.h factory/cf_factor.cc) : FIX: global variable fac_NTL_char should better be of type 'long'
  • 2011-10-13 21:04:27 +0200,Niels Ranosch,0217511 (factory/cf_assert.h factory/debug.h libpolys/polys/monomials/p_polys.h) : FIX: empty debug function-macros should better be: ((void) 0/1)
  • 2011-10-13 16:24:47 +0200,Oleksandr Motsak,3af3ca8 (factory/.gitignore factory/Makefile.am factory/configure.ac factory/factoryconf.template m4/ax_prefix_config_h.m4) : FIX: public factory config.h should have ifndef/define/endif guards!
  • 2011-10-11 19:23:42 +0200,Oleksandr Motsak,f681a60 (libpolys/polys/ext_fields/algext.cc) : FIX: another Frank's bug: "A=p_Mult_q(A,A,...)" - never works!
  • 2011-10-06 15:54:34 +0200,Oleksandr Motsak,3f5d6fc (Tst/New/print_nc_relations.tst Tst/New/print_qring.tst libpolys/polys/monomials/ring.cc) : FIX: printing vs. typing of a quotient ring ADD: tests for printing vs typing for qrings & non-commutative algebras
  • 2011-10-04 20:10:37 +0200,Oleksandr Motsak,4bb36c5 (Tst/New/gf_coeff_short.tst) : FIX: canonical form for test
  • 2011-09-29 18:29:06 +0200,Oleksandr Motsak,bebd746 (Singular/Makefile.am) : FIX: removed circullar dependency for LIB/all.lib
  • 2011-09-29 14:59:11 +0200,Hans Schoenemann,90aec7c (libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/p_polys.h) : fix: p_Content for alg.ext. fix: p_Monic
  • 2011-09-29 01:12:57 +0200,Oleksandr Motsak,b38d70e (libpolys/polys/ext_fields/transext.cc libpolys/polys/ext_fields/transext.h libpolys/polys/monomials/p_polys.cc) : FIX: p_PermPoly (longalg missing 3) FIX: mappings between trans. exts.: cannot p_Copy - need prCopy!
  • 2011-09-28 20:32:32 +0200,Burcin Erocal,a0acbc5 (libpolys/polys/ext_fields/transext.cc) : Fix typo where ntCopy() was called instead of n_Copy().
  • 2011-09-28 19:34:02 +0200,Oleksandr Motsak,9310cbb (libpolys/coeffs/test.cc libpolys/tests/coeffs_test.h) : FIX: tests should not need to call gmp numeric prescision!
  • 2011-09-28 19:08:54 +0200,Oleksandr Motsak,046a941 (Singular/ipshell.cc) : FIX: correct small real fields
  • 2011-09-28 15:14:16 +0200,Hans Schoenemann,aa98be7 (libpolys/polys/monomials/p_polys.cc) : fix: p_Content for extention fields
  • 2011-09-27 19:23:50 +0200,Hans Schoenemann,f3fb4d0 (Singular/iparith.cc) : fix: overflow checks from trunk
  • 2011-09-27 18:04:08 +0200,Oleksandr Motsak,c7aad03 (kernel/gr_kstd2.cc kernel/kstd1.cc kernel/nc.h kernel/sca.cc libpolys/polys/nc/nc.h libpolys/polys/nc/old.gring.cc libpolys/polys/nc/sca.cc) : FIX: non-commutative (left) GB should now work. NOTE: SCA was disabled with this!
  • 2011-09-26 18:59:29 +0200,Oleksandr Motsak,69ad7ee (Singular/Makefile.am Singular/feOptGen.h) : FIX: feOpt.inc - issue should be fixed with this!
  • 2011-09-26 18:54:56 +0200,Hans Schoenemann,a8b8d03 (Singular/feOptGen.cc) : fix: feOptStruct
  • 2011-09-26 18:25:22 +0200,Hans Schoenemann,79c0351 (Singular/feOpt.cc Singular/feOpt.h Singular/feOptGen.cc Singular/feOptGen.h Singular/feOptTab.h) : fix: comon stuff for feOpt.h/feOptGen.h -> feOptTab.h
  • 2011-09-26 13:43:14 +0200,Hans Schoenemann,a8516a0 (kernel/polys.cc) : fix: option handling during ring change (rChangeCurrRing)
  • 2011-09-25 18:53:16 +0200,Oleksandr Motsak,3de3f9a (configure.ac libpolys/configure.ac) : FIX: no such option enable-shared -> shared?
  • 2011-09-25 13:41:11 +0200,Oleksandr Motsak,4c5b460 (libpolys/configure.ac) : FIX: dlopen causes problems on PowerPC Mac...
  • 2011-09-24 01:01:31 +0200,Oleksandr Motsak,4fc8028 (Singular/makefile) : FIX: another try to fix feOpt.inc-issue...
  • 2011-09-23 23:15:49 +0200,Oleksandr Motsak,617c427 (Tst/regress.cmd) : FIX: team city property handling
  • 2011-09-16 14:37:01 +0200,Hans Schoenemann,0521c2b (Singular/ipshell.cc) : fix: error message while composing ring(5,x,dp) from a list
  • 2011-09-15 18:30:41 +0200,Hans Schoenemann,39457c2 (Singular/iparith.cc Singular/ipconv.cc Singular/ipprint.cc kernel/ideals.cc kernel/ideals.h numeric/mpr_base.cc) : fix: Module2Matrix/Matrix2Module: less dep. on currRing
  • 2011-09-15 14:18:54 +0200,Hans Schoenemann,35e86e4 (libpolys/polys/ext_fields/algext.cc libpolys/polys/ext_fields/transext.cc) : fix: naPower/ntPower for exp 0,1,-1
  • 2011-09-14 18:58:57 +0200,Oleksandr Motsak,a55ef03 (libpolys/polys/ext_fields/algext.cc libpolys/polys/ext_fields/transext.cc) : FIX: output the Frank's extension fields in the old Singular way (in order to avoid changing the testsuite result)
  • 2011-09-12 20:23:19 +0200,Oleksandr Motsak,746fd80 (Singular/makefile) : FIX: feOpt.inc should be generated 1st thing in for any target..
  • 2011-09-12 20:03:12 +0200,Oleksandr Motsak,a3bb5df (Singular/makefile kernel/.gitignore kernel/makefile) : FIX: special linker flags for dlopen'ing dynamic .so-s. FIX: pass correct Singular pathes to tests Convention: release versio nof test should be called testr, debug: testg
  • 2011-09-12 13:57:48 +0200,Oleksandr Motsak,eeae6e3 (Singular/misc_ip.cc configure.ac) : FIX: the use of "om_sing_opt_show_mem" in Singular/misc_ip.cc now depends on whether "--with-external-config_h=../Singular/omSingularConfig.h" was used, which is thus not necessary for building Singular anymore CHG: minor cleanup in configure.ac
  • 2011-09-09 19:41:13 +0200,Oleksandr Motsak,715936e (Singular/makefile Singular/misc_ip.cc Singular/mmalloc.h Singular/mmstd.c Singular/mpsr_GetMisc.cc Singular/test.cc configure.ac kernel/makefile kernel/test.cc omalloc/configure.ac omalloc/omConfig.h.in) : FIX: omalloc should be configured with with-external-config_h=../Singular/omSingularConfig.h (?) FIX: moved memory management to Singular/ FIX: mmstd.c should not provide mm/c/v -alloc & free (recursion problem!)
  • 2011-09-09 16:34:34 +0200,Oleksandr Motsak,1133b7f (Singular/fereadl.c Singular/makefile) : FIX: moved fereadl.c to Singular/
  • 2011-09-09 16:02:38 +0200,Oleksandr Motsak,2fce0e7 (libpolys/polys/linalg_from_matpol.cc libpolys/polys/matpol.cc libpolys/polys/matpol.h) : FIX: exposed mp_Wedge FIX: moving duplicates from linalg_from_matpol.cc to matpol.cc FIX: commented out unused(?!) stuff from linalg_from_matpol.cc in matpol.h TODO: match&clean up!
  • 2011-09-09 12:44:24 +0200,Oleksandr Motsak,f9dc437 (Singular/iparith.cc kernel/ideals.h) : FIX: no idSubst (use id_Subst + ring instead)
  • 2011-09-09 12:40:14 +0200,Oleksandr Motsak,d02fff6 (Singular/ipprint.cc kernel/polys.h) : FIX: no pVec2Polys (use p_Vec2Poly + ring instead)
  • 2011-09-08 21:16:31 +0200,Oleksandr Motsak,e044528 (kernel/kpolys.cc kernel/makefile kernel/polys.h kernel/ratgring.h) : FIX: pCompareChain & pCompareChainPart
  • 2011-09-08 21:04:15 +0200,Oleksandr Motsak,1a20e55 (kernel/polys.h libpolys/polys/monomials/p_polys.h) : FIX: p[_]?TakeOutComp*
  • 2011-09-08 19:45:45 +0200,Oleksandr Motsak,1450c9e (Singular/fglm.cc Singular/fglm.h Singular/iparith.cc Singular/makefile factory/ftmpl_inst.cc kernel/fglm.h kernel/fglmzero.cc) : FIX: moved interpreter-related FGLM declarations to Singular/fglm.h FIX: List template requires an "factory/templates/ftmpl_list.cc" include - UGLY!!!
  • 2011-09-08 19:41:29 +0200,Oleksandr Motsak,1da2a13 (kernel/ideals.cc kernel/syz1.cc kernel/syz2.cc kernel/syz3.cc libpolys/polys/monomials/ring.cc libpolys/polys/monomials/ring.h) : FIX: some rAssure_A_B() should not require an (BOOLEAN complete) argument!
  • 2011-09-07 21:16:49 +0200,Oleksandr Motsak,993ae23 (Singular/ipassign.cc Singular/ipshell.cc Singular/subexpr.cc Singular/walk.cc kernel/kstd1.cc kernel/polys.h libpolys/polys/monomials/p_polys.cc) : FIX: ppNoether belongs to a ring (currRing!?)
  • 2011-09-07 14:08:33 +0200,Oleksandr Motsak,74efabb (kernel/ideals.h) : FIX: one ";" too many
  • 2011-09-06 19:34:04 +0200,Oleksandr Motsak,f65f1bb (factory/Makefile.am) : FIX: one too many EXTRA_PROGRAMS... due to cplusplus
  • 2011-08-31 02:18:56 +0200,Oleksandr Motsak,3449431 (Singular/makefile) : FIX: tesths.cc should be compiled without -DLIBSINGULAR!
  • 2011-08-25 18:56:39 +0200,Oleksandr Motsak,dbcf787 (libpolys/polys/ext_fields/algext.cc libpolys/polys/ext_fields/transext.cc) : FIX: another bug: DBTest/cfDBTest is available only if LDEBUG is defined
  • 2011-08-25 18:34:13 +0200,Oleksandr Motsak,9680805 (Singular/feOpt.cc Singular/makefile Singular/mpsr_sl.cc Singular/tesths.cc) : FIX: minor fixes due to feOpt.*
  • 2011-08-26 22:42:30 +0200,Oleksandr Motsak,5fe8340 (kernel/ideals.cc kernel/nc.cc kernel/preimage.cc kernel/syz.cc kernel/syz0.cc kernel/syz1.cc kernel/syz3.cc kernel/tgb.cc kernel/walkMain.cc libpolys/polys/monomials/ring.h) : FIX: libpolys and kernel should use rDelete instead of rKill!
  • 2011-08-24 00:03:06 +0200,Oleksandr Motsak,06aafe1 (Singular/ipshell.cc) : FIX: ipshell needs isdigit from ctype.h
  • 2011-08-22 18:08:15 +0200,Hans Schoenemann,d5e030c (kernel/gr_kstd2.cc kernel/hdegree.cc kernel/kstd1.cc kernel/kutil.cc libpolys/polys/polys.h) : fix pOrdSgn -> r->OrdSgn
  • 2011-08-15 03:06:41 +0200,Oleksandr Motsak,d7c1c8b (kernel/febase.cc libpolys/polys/monomials/ring.cc) : FIX: removing duplicates
  • 2011-08-14 18:25:19 +0200,Oleksandr Motsak,fe72e1f (Singular/iplib.cc Singular/utils.cc) : FIX: symbol duplicate: iiInitSingularProcinfo
  • 2011-08-14 18:24:05 +0200,Oleksandr Motsak,8d033e2 (Singular/fevoices.cc) : FIX: symbol duplicate: feFilePending
  • 2011-08-14 18:11:52 +0200,Oleksandr Motsak,f11ea16 (kernel/ideals.cc libpolys/polys/simpleideals.cc) : FIX: duplicate of id_ChineseRemainder
  • 2011-08-12 21:17:22 +0200,Oleksandr Motsak,d8c7a64 (Singular/ipshell.cc) : FIX: to the fix of fix ...
  • 2011-08-12 20:35:56 +0200,Oleksandr Motsak,e7e8150 (Singular/ipshell.cc) : FIX: rCompose uses nInitChar now!
  • 2011-08-12 17:11:25 +0200,Oleksandr Motsak,a374b8b (Singular/iparith.cc libpolys/polys/monomials/ring.h) : FIX: rCompose and rDecompose are only used in iparith (and declared there)
  • 2011-08-12 17:01:21 +0200,Oleksandr Motsak,c44ade5 (Singular/iparith.cc) : FIX: mpIsDiagUnit -> mp_IsDiagUnit + currRing
  • 2011-08-10 19:39:16 +0200,Oleksandr Motsak,b1ca999 (libpolys/polys/monomials/monomials.h) : FIX: p_SetRingOfLeftv is not in libpolys!!!
  • 2011-08-10 15:35:02 +0200,Oleksandr Motsak,cf41549 (Singular/maps_ip.cc Singular/maps_ip.h) : FIX: correct headers in maps_ip
  • 2011-08-10 15:23:20 +0200,Oleksandr Motsak,4dbeb1a (Singular/gms.cc Singular/gms.h) : FIX: idNormalize -> id_Normalize(..., +ring), currRingHdl is defined in ipid.h
  • 2011-08-09 17:14:13 +0200,Oleksandr Motsak,a94666d (libpolys/tests/Makefile.am) : FIX: GMP/NTL must be at the end of liner's lib. list
  • 2011-08-09 17:08:03 +0200,Oleksandr Motsak,b346acb (libpolys/coeffs/Makefile.am) : FIX: GMP must be at the end of linker's library list
  • 2011-08-04 15:40:34 +0200,Oleksandr Motsak,e585b60 (kernel/makefile kernel/test.cc) : FIX: removed kernel/dbm_sl.h as a duplicating with Singular/dbm_sl.h
  • 2011-08-03 19:38:15 +0200,Oleksandr Motsak,1e872a8 (kernel/syz0.cc kernel/syz3.cc) : FIX: minor fixes
  • 2011-08-03 19:36:56 +0200,Oleksandr Motsak,af66d65 (kernel/syz0.cc kernel/syz1.cc libpolys/polys/monomials/ring.cc libpolys/polys/monomials/ring.h) : FIX: most Syzygy-related (e.g. *Comps) functions need a ring now
  • 2011-08-03 19:32:22 +0200,Oleksandr Motsak,f218a7d (kernel/syz0.cc kernel/syz2.cc kernel/syz3.cc) : FIX: p[LF]Deg -> p_[LF]Deg
  • 2011-08-03 19:16:33 +0200,Oleksandr Motsak,36dd348 (kernel/syz.h kernel/syz1.cc) : FIX: syPrint needs ring name now!
  • 2011-08-03 15:13:31 +0200,Oleksandr Motsak,e1215ec (kernel/ideals.cc) : FIX: pSetModDeg in ideals.cc
  • 2011-08-03 15:02:20 +0200,Oleksandr Motsak,b44f5ef (kernel/syz.cc) : FIX: pSetModDeg() -> p_SetModDeg(, currRing)
  • 2011-08-03 14:54:34 +0200,Oleksandr Motsak,b505907 (kernel/syz.cc) : FIX: pFDeg -> p_FDeg
  • 2011-08-02 10:37:20 +0200,Hans Schoenemann,5ddb8d5 (Singular/extra.cc Singular/feOpt.cc) : fix: some include paths
  • 2011-07-26 11:34:05 +0200,Hans Schoenemann,b7cfaff (kernel/ideals.cc libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/p_polys.h libpolys/polys/polys.h) : fix: pSeries moved pShift to p_polys::p_Shift
  • 2011-07-20 18:29:36 +0200,Oleksandr Motsak,eaae7da (kernel/kutil.cc kernel/structs.h libpolys/polys/nc/nc.h libpolys/polys/nc/old.gring.h) : FIX: more non-commutative functions should be public ADD: compatibility layers added to struct.h (to ease the migration)
  • 2011-07-19 17:55:43 +0200,Oleksandr Motsak,f0a8c59 (kernel/kInline.h libpolys/coeffs/numbers.h libpolys/polys/polys.h) : FIX: pNorm, was a macro => wrong method name... :/ FIX: nGcd may need currRing or another ring: moved to polys/polys.h for now
  • 2011-07-19 17:11:57 +0200,Oleksandr Motsak,1f637e0 (kernel/fast_mult.cc kernel/fglmcomb.cc kernel/fglmhom.cc kernel/fglmzero.cc kernel/gfan.cc kernel/gr_kstd2.cc kernel/hdegree.cc kernel/hilb.cc kernel/hutil.cc kernel/ideals.cc kernel/kpolys.cc kernel/kspoly.cc kernel/kstd1.cc kernel/kstd2.cc kernel/kstdfac.cc kernel/kutil.cc kernel/kutil.h kernel/ratgring.cc kernel/stairc.h kernel/syz.h kernel/syz0.cc kernel/syz1.cc kernel/syz2.cc kernel/syz3.cc kernel/tgb.cc kernel/tgb_internal.h kernel/walkProc.cc libpolys/polys/polys.h) : FIX: replaced pVariables by currRing->N... ADD: added 'void rChangeCurrRing(ring r);' to polys/polys.h CHG: started changing gr_kstd2.cc and syz*.cc
  • 2011-07-19 15:14:35 +0200,Oleksandr Motsak,8505243 (kernel/ideals.h) : FIX: more compatibility wrappers (with currRing)
  • 2011-07-19 15:14:18 +0200,Oleksandr Motsak,e276e42 (libpolys/polys/simpleideals.cc) : FIX: minor correction
  • 2011-07-19 12:45:22 +0200,Hans Schoenemann,ed47edf (factory/cf_gmp.h libpolys/coeffs/si_gmp.h libpolys/resources/feResource.h) : fix typo
  • 2011-05-25 17:26:09 +0200,Oleksandr Motsak,e676cdf (libpolys/coeffs/coeffs.h) : FIX: Doxygen style comments
  • 2011-05-23 21:27:56 +0200,Oleksandr Motsak,b2366e1 (libpolys/coeffs/Makefile.am) : FIX: libpolys/coeffs/test was not compiled on FreeBSD (renamed into tt-r, and tt-g resp.)
  • 2011-05-23 20:10:02 +0200,Oleksandr Motsak,9eb0f96 (libpolys/coeffs/Makefile.am libpolys/coeffs/coeffs.h libpolys/coeffs/longrat.cc libpolys/coeffs/longrat.h libpolys/coeffs/numbers.cc libpolys/coeffs/test.cc) : FIX: test coeffs using factory AND ntl (without public use of factory in coeffs.h)
  • 2011-05-19 10:12:19 +0200,Oleksandr Motsak,9737a6f (libpolys/polys/Makefile.am libpolys/polys/templates/p_Procs_Lib.cc) : FIX: out of tree building of templates
  • 2011-05-11 18:21:10 +0200,Hans Schoenemann,e432a05 (libpolys/polys/monomials/p_polys.cc) : fix: memory leak in p_DivideM
  • 2011-05-11 12:11:48 +0200,Hans Schoenemann,0276c1a (libpolys/polys/kbuckets.cc libpolys/polys/monomials/p_polys.h libpolys/polys/nc/ncSACache.cc) : fix: some "unused parameter" warnings
  • 2011-05-04 19:53:52 +0200,Oleksandr Motsak,2271fcf (factory/GNUmakefile.in) : FIX: don't delete cf_gmp.h (not generated anymore!)
  • 2011-05-02 19:23:26 +0200,Oleksandr Motsak,3bb9cb2 (sw.sh) : FIX: minor fixes to sw.sh
  • 2011-04-29 19:04:05 +0200,Hans Schoenemann,bfa04ee (libpolys/coeffs/gnumpc.cc libpolys/coeffs/mpr_complex.cc libpolys/polys/monomials/ring.cc) : fix typos minpoly is a poly in r->cf->algring
  • 2011-04-27 13:56:45 +0200,Oleksandr Motsak,afa93aa (libpolys/polys/monomials/p_polys.h libpolys/polys/monomials/ring.cc) : FIX: p_?GetCoeff must test the input
  • 2011-04-27 13:31:20 +0200,Hans Schoenemann,b5b9dc3 (libpolys/tests/polys_test.h) : fix poly_test
  • 2011-04-27 13:01:09 +0200,Oleksandr Motsak,bfde6c3 (libpolys/tests/polys_test.h) : FIX: some silly bugs in tests... TODO: correct assumes...?
  • 2011-04-23 02:46:30 +0200,Oleksandr Motsak,52f218b (libpolys/polys/templates/mod_raw.cc libpolys/tests/p_Procs_FieldGeneral.0.so libpolys/tests/p_Procs_FieldGeneral.so libpolys/tests/p_Procs_FieldGeneral_g.0.so libpolys/tests/p_Procs_FieldGeneral_g.so libpolys/tests/p_Procs_FieldIndep.0.so libpolys/tests/p_Procs_FieldIndep.so libpolys/tests/p_Procs_FieldIndep_g.0.so libpolys/tests/p_Procs_FieldIndep_g.so libpolys/tests/p_Procs_FieldQ.0.so libpolys/tests/p_Procs_FieldQ.so libpolys/tests/p_Procs_FieldQ_g.0.so libpolys/tests/p_Procs_FieldQ_g.so libpolys/tests/p_Procs_FieldZp.0.so libpolys/tests/p_Procs_FieldZp.so libpolys/tests/p_Procs_FieldZp_g.0.so libpolys/tests/p_Procs_FieldZp_g.so) : FIX: mod_raw: check ELF ADD: dynamic modules (quick and dirty hack for tests)
  • 2011-04-21 13:34:10 +0200,Oleksandr Motsak,01c1d06 (libpolys/coeffs/coeffs.h libpolys/polys/OBSOLETE_pInitContent.cc libpolys/polys/kbuckets.cc libpolys/polys/monomials/maps.cc libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/ring.cc libpolys/polys/monomials/ring.h libpolys/polys/nc/gring.cc libpolys/polys/polys0.cc libpolys/polys/templates/p_Procs_Set.h) : FIX: moved P/minpoly/parameters from ring to coeff
  • 2011-04-20 18:08:03 +0200,Oleksandr Motsak,2945379 (libpolys/polys/monomials/maps.cc libpolys/polys/monomials/maps.h) : FIX: pMinPolyNormalize -> p_MinPolyNormalize
  • 2011-04-19 14:32:23 +0200,Oleksandr Motsak,aa450d0 (libpolys/polys/monomials/p_polys.h libpolys/polys/polys.h) : FIX: move some minor functions from polys.h -> p_polys.h
  • 2011-04-14 11:57:55 +0200,Oleksandr Motsak,503a313 (libpolys/polys/matpol.cc) : FIX: some more fixes (adding ring)
  • 2011-04-13 15:03:03 +0200,Hans Schoenemann,c9c1186 (libpolys/polys/simpleideals.cc) : fix typo
  • 2011-04-11 15:17:12 +0200,Oleksandr Motsak,d6a97c3 (libpolys/polys/Makefile.am libpolys/polys/nc/gring.cc libpolys/polys/nc/gring.h libpolys/polys/nc/nc.h libpolys/polys/nc/ncSACache.cc libpolys/polys/nc/ncSAFormula.cc libpolys/polys/nc/ncSAFormula.h libpolys/polys/nc/sca.cc libpolys/polys/nc/summator.cc) : FIX: the rest of NC-related stuff can be compiled in now
  • 2011-04-08 18:42:43 +0200,Oleksandr Motsak,40d0649 (libpolys/polys/matpol.h libpolys/polys/nc/gring.cc libpolys/polys/nc/gring.h libpolys/polys/nc/nc.h) : FIX: most of NC-stuff
  • 2011-03-31 19:37:45 +0200,Oleksandr Motsak,0281927 (libpolys/coeffs/coeffs.h libpolys/polys/coeffrings.h libpolys/polys/ideals.h libpolys/polys/matpol.h libpolys/polys/monomials/maps.cc libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/p_polys.h libpolys/polys/monomials/ring.cc libpolys/polys/monomials/ring.h libpolys/polys/nc/gring.h libpolys/polys/nc/nc.h libpolys/polys/pInline0.h) : FIX: p_polys.cc, ring.cc (mostly NC-stuff + ideals/matrices/numbers)
  • 2011-03-31 18:30:18 +0200,Oleksandr Motsak,45d2332 (libpolys/misc/auxiliary.h libpolys/misc/mylimits.h libpolys/polys/monomials/p_polys.cc libpolys/polys/monomials/p_polys.h libpolys/polys/nc/nc.h libpolys/polys/nc/sca.h) : FIX: p_polys.cc CHG: use mylimits.h instead of limit.h in misc/auxiliary.h!
  • 2011-03-30 18:10:59 +0200,Oleksandr Motsak,4f0f42c (kernel/structs.h libpolys/polys/monomials/p_polys.h libpolys/polys/monomials/ring.cc libpolys/polys/nc/gring.h libpolys/polys/nc/nc.h) : FIX: non-commutative interface in nc/*, main header: nc.h
  • 2011-03-30 17:01:50 +0200,Oleksandr Motsak,21c6b36 (libpolys/polys/monomials/p_polys.h) : FIX: p_GetMaxExp
  • 2011-03-30 16:57:03 +0200,Oleksandr Motsak,bb6c8a5 (libpolys/polys/monomials/p_polys.h) : FIX: poly-cmp procedures should be in a correct order
  • 2011-03-30 16:50:13 +0200,Oleksandr Motsak,5948a89 (libpolys/polys/monomials/monomials.h libpolys/polys/monomials/p_polys.h libpolys/polys/polys.h) : FIX: moving stuff around in order to fix inlines/declarations problems
  • 2011-03-30 16:24:54 +0200,Oleksandr Motsak,0ceb74f (libpolys/polys/monomials/monomials.cc libpolys/polys/monomials/monomials.h) : FIX: avoid redefines
  • 2011-03-23 18:39:21 +0100,Oleksandr Motsak,630ca96 (libpolys/coeffs/Makefile.am libpolys/coeffs/configure.ac libpolys/coeffs/longrat.cc libpolys/resources/Makefile.am libpolys/resources/configure.ac libpolys/resources/feFopen.cc libpolys/resources/feResource.cc) : FIX: separate debug/optimized flags for resources and coeffs FIX: longrat.cc: missing "coeff" arguments!
  • 2011-03-23 17:45:45 +0100,Oleksandr Motsak,53ca3d9 (libpolys/misc/Makefile.am libpolys/misc/auxiliary.h libpolys/misc/intvec.cc) : FIX: separate CC Flags for debug/release lib-versions FIX: config.h should NOT be installed and thus used by public headers FIX: include local "config.h" before including <misc/auxiliary.h>
  • 2011-03-23 15:26:38 +0100,Hans Schoenemann,a22a822 (libpolys/polys/monomials/p_polys.h) : fix typo
  • 2011-03-02 14:19:52 +0100,Oleksandr Motsak,89abbe0 (.gitignore libpolys/polys/monomials/maps.cc libpolys/polys/monomials/maps.h libpolys/polys/monomials/preimage.cc) : FIX: preimage of a map needs a GB -> separated into preimage.cc
  • 2011-02-21 12:29:04 +0100,Oleksandr Motsak,48620ab (libpolys/polys/monomials/ring.cc) : FIX: omAllocBin(char*)
  • 2011-02-18 15:54:44 +0100,Oleksandr Motsak,0c1b247 (libpolys/coeffs/LIB) : FIX: update LIB due to libpoly/
  • 2011-02-16 15:54:13 +0100,Mohamed Barakat,af8c79e (configure.in for_Hans_with_love.sh libpolys/reporter/Makefile.am) : fixed typo in reporter/Makefile.am
  • 2011-01-28 18:33:00 +0100,Oleksandr Motsak,c7afe57 (.gitignore libpolys/coeffs/COPYING libpolys/coeffs/INSTALL libpolys/misc/COPYING libpolys/misc/INSTALL libpolys/polys/COPYING libpolys/polys/INSTALL libpolys/reporter/COPYING libpolys/reporter/INSTALL) : FIX: COPYING AND INSTALL will be generated/changed automatically, i.e. no need to keep them here
  • 2010-12-22 17:20:14 +0100,Oleksandr Motsak,86bbe35 (libpolys/polys/templates/p_Procs_Generate.cc) : FIX: another wrong fix - fixed
  • 2010-10-18 20:29:25 +0200,Oleksandr Motsak,356ffbb (configure) : fix: resource -> resources more of global config/make
  • 2010-08-05 16:38:23 +0200,Oleksandr Motsak,c08a3a5 (coeffs/Makefile.in misc/Makefile.in reporter/Makefile.in resource/Makefile.in) : fix: removed hard-coded pathes (for install) from misc/coeffs/reporter/resource/+Makefile.in.
  • 2010-06-24 16:04:32 +0200,Hans Schoenemann,b738630 (coeffs/Makefile.in) : fixed typo
  • 2010-06-18 20:16:36 +0200,Hans Schoenemann,e5ffec7 (coeffs/rmodulon.h coeffs/test.cc) : fixed typos for rmodulon
  1. 2012-02-21 15:29:56 +0100,0ad61a2:'fix: inclusion of stdlib.h'(factory/assert.h)
  2. 2012-02-21 15:32:14 +0100,62d1d69:'fix: missing ;'(factory/cf_cyclo.cc)
  • 2013-01-07 16:54:52 +0100,Martin Lee,f3057e7 (libpolys/polys/ext_fields/algext.cc) : fix: missing naKillChar
  • 2012-12-07 10:16:34 +0100,Martin Lee,9f4478c (libpolys/coeffs/longrat.cc) : fix: missing changes from master
  • 2012-03-28 18:34:31 +0200,Martin Lee,7331442 (Singular/LIB/multigrading.lib) : fix: missing @
  • 2011-07-11 16:39:38 +0200,Oleksandr Motsak,6a7368d (libpolys/coeffs/coeffs.h) : FIX: IsRing should be available for DivBy!?
  1. 2012-02-21 15:37:28 +0100,f47fd80:'fix: compilation errors with --enable-assertions'(factory/algext.cc factory/cf_gcd_smallp.cc factory/cf_gcd_smallp.h factory/facAlgExt.cc factory/facSparseHensel.h factory/gfops.cc factory/templates/ftmpl_array.cc factory/templates/ftmpl_list.cc factory/templates/ftmpl_matrix.cc factory/variable.cc)
  • 2012-02-22 10:22:53 +0100,Martin Lee,f71453f (factory/cf_gcd_smallp.cc factory/cf_gcd_smallp.h factory/facAlgExt.cc factory/gfops.cc factory/variable.cc) : fix: compilation errors with --enable-assertions
  1. 2012-02-21 15:43:27 +0100,26b1e09:'fix: need std::'(factory/debug.h factory/fac_berlekamp.cc factory/fac_univar.cc)
  • 2012-02-22 11:03:36 +0100,Martin Lee,346edc8 (factory/debug.h factory/fac_berlekamp.cc factory/fac_univar.cc) : fix: need std::
  1. 2012-02-21 15:46:20 +0100,16d549d:'fix: compilation errors with --enable-timing'(factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc)
  • 2012-07-31 11:45:53 +0200,Martin Lee,ec664a2 (factory/facFactorize.cc) : fix: compilation errors with --enable-timing
  • 2012-02-22 12:17:07 +0100,Martin Lee,0b618a7 (factory/facBivar.cc factory/facFactorize.cc factory/facFqBivar.cc factory/facFqFactorize.cc factory/libfac/charset/alg_factor.cc) : fix: compilation errors with --enable-timing
  1. 2012-02-21 16:59:02 +0100,c9a4693:'fix: compilation of factory without NTL'(factory/cfModResultant.cc factory/cf_factor.cc factory/cf_gcd.cc factory/facAlgExt.cc factory/facBivar.cc factory/facBivar.h factory/facFactorize.cc factory/facFactorize.h factory/facFqFactorize.h factory/facSparseHensel.cc factory/facSparseHensel.h)
  2. 2012-02-23 13:00:13 +0100,6ffd1e1:'fixes from spielwiese'(factory/gfops.cc factory/variable.cc)
  3. 2012-02-28 14:28:47 +0100,cf68003:'chg: count factors only in debug version'(kernel/clapsing.cc)
  • 2012-02-28 14:28:47 +0100,Martin Lee,ea1d44c (libpolys/polys/clapsing.cc) : chg: count factors only in debug version
  1. 2012-03-06 12:03:45 +0100,fd9999d:'chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h'(factory/facBivar.cc factory/facBivar.h)
  • 2012-03-06 12:03:45 +0100,Martin Lee,5f92d88 (factory/facBivar.cc factory/facBivar.h) : chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h
  1. 2012-03-06 21:48:34 +0100,29c892e:'chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary'(factory/facFqBivar.cc factory/facFqBivar.h factory/facMul.cc)
  • 2012-03-06 21:48:34 +0100,Martin Lee,ad01774 (factory/facFqBivar.cc factory/facFqBivar.h factory/facMul.cc) : chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary
  1. 2012-03-19 12:27:28 +0100,0d0427d:'fix: typos in GNUmakefile'(factory/GNUmakefile.in)
  2. 2012-03-20 18:42:42 +0100,ee411a2:'fix: bug in evaluation point search'(factory/facBivar.cc)
  • 2012-03-20 18:42:42 +0100,Martin Lee,fd41465 (factory/facBivar.cc) : fix: bug in evaluation point search
  1. 2012-03-22 14:12:44 +0100,bbf256b:'chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization'(factory/facFqSquarefree.cc factory/facFqSquarefree.h)
  • 2012-03-22 14:12:44 +0100,Martin Lee,6caa2a6 (factory/facFqSquarefree.cc factory/facFqSquarefree.h) : chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization
  1. 2012-03-23 13:12:45 +0100,ca67ec4:'chg: created new configure for factory and Singular on wawa'(Singular/configure factory/configure)
  2. 2012-03-27 14:27:12 +0200,97ee32b:'chg: add FLINT_CFLAGS to LIBCFLAGS,LIBCXXFLAGS and LIBCGGFLAGS'(factory/GNUmakefile.in)
  3. 2012-04-04 13:20:40 +0200,0035a3c:'chg: better debug output'(factory/facBivar.cc factory/facFqBivar.cc factory/facHensel.cc)
  • 2012-04-04 13:20:40 +0200,Martin Lee,27ab369 (factory/facBivar.cc factory/facFqBivar.cc factory/facHensel.cc) : chg: better debug output
  1. 2012-04-11 16:22:25 +0200,1d0c92d:'chg: use convex dense compression in gcd'(factory/cfNewtonPolygon.cc factory/cfNewtonPolygon.h factory/cf_gcd_smallp.cc)
  • 2012-04-11 16:22:25 +0200,Martin Lee,e243418 (factory/cfNewtonPolygon.cc factory/cfNewtonPolygon.h factory/cf_gcd_smallp.cc) : chg: use convex dense compression in gcd
  1. 2012-04-24 13:01:15 +0200,bc757bc:'chg: deleted unused old functions + editing chg: added description'(factory/fac_ezgcd.cc)
  • 2012-04-24 13:01:15 +0200,Martin Lee,c244d04 (factory/fac_ezgcd.cc) : chg: deleted unused old functions + editing chg: added description
  1. 2012-04-28 22:13:44 +0200,1133d51:'fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is needed in FLINT's longlong.h'(factory/FLINTconvert.cc factory/FLINTconvert.h)
  • 2012-04-28 22:13:44 +0200,Martin Lee,a034968 (factory/FLINTconvert.cc factory/FLINTconvert.h) : fix: gmp 5.x does not define __GMP_BITS_PER_MP_LIMB any more which is needed in FLINT's longlong.h
  1. 2012-05-03 12:29:49 +0200,da397cd:'fix: include config.h instead of factoryconf.h'(factory/algext.cc)
  • 2012-05-03 12:29:49 +0200,Martin Lee,0d56271 (factory/algext.cc) : fix: include config.h instead of factoryconf.h
  1. ~~2012-05-03 15:53:02 +0200,1bf3eb1:'chg: first test LC's before doing a full termination test in GCD'(factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/cf_gcd_smallp.h)
  • 2012-05-03 15:53:02 +0200,Martin Lee,1e4b53c (factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/cf_gcd_smallp.h) : chg: first test LC's before doing a full termination test in GCD
  1. 2012-05-04 16:17:21 +0200,4d6d91a:'chg: deleted fieldGCD'(factory/GNUmakefile.in factory/algext.cc factory/cf_defs.h factory/cf_gcd.cc factory/cf_switches.cc factory/cf_switches.h factory/fieldGCD.cc factory/fieldGCD.h)
  • 2012-05-04 16:25:07 +0200,Martin Lee,42253a4 (Singular/extra.cc Singular/misc_ip.cc libpolys/polys/clapsing.cc) : chg: deleted fieldGCD related stuff outside of factory
  • 2012-05-04 16:17:21 +0200,Martin Lee,e16f7df (factory/Makefile.am factory/algext.cc factory/cf_defs.h factory/cf_gcd.cc factory/cf_switches.cc factory/cf_switches.h factory/fieldGCD.cc factory/fieldGCD.h) : chg: deleted fieldGCD
  1. 2012-05-04 16:25:07 +0200,2d13c0e:'chg: deleted fieldGCD related stuff outside of factory'(Singular/extra.cc Singular/misc_ip.cc kernel/clapsing.cc)
  • 2012-05-04 16:25:07 +0200,Martin Lee,42253a4 (Singular/extra.cc Singular/misc_ip.cc libpolys/polys/clapsing.cc) : chg: deleted fieldGCD related stuff outside of factory
  1. 2012-05-07 12:46:27 +0200,f9ce5c8:'chg: use FLINT in bivariate factorization'(factory/facFqBivar.cc)
  • 2012-05-07 12:46:27 +0200,Martin Lee,18a6606 (factory/facFqBivar.cc) : chg: use FLINT in bivariate factorization
  1. 2012-05-07 17:34:51 +0200,4f391f9:'fix: issues with building factory without NTL'(factory/algext.cc factory/cf_factor.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/facFqBivar.h factory/fac_ezgcd.cc)
  • 2012-05-07 17:34:51 +0200,Martin Lee,517530b (factory/algext.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/fac_ezgcd.cc) : fix: issues with building factory without NTL
  • 2011-12-14 15:59:16 +0100,Martin Lee,6f6320b (factory/cf_gcd_smallp.cc factory/facFqFactorize.cc) : fix: issues with building factory without NTL
  1. 2012-05-08 11:05:19 +0200,6052384:'chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes'(factory/cf_gcd_smallp.cc factory/cf_map_ext.cc factory/facFqBivar.cc factory/facFqFactorize.cc)
  • 2012-05-08 11:05:19 +0200,Martin Lee,9a12097 (factory/cf_gcd_smallp.cc factory/cf_map_ext.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : chg: use NTL zz_p* instead of ZZ_p*, deleted unneccessary includes
  1. 2012-05-08 14:33:58 +0200,76e6508:'chg: deleted sparse modular gcd from sm_sparsemod.*'(factory/GNUmakefile.in factory/cf_chinese.cc factory/cf_gcd.cc factory/cf_map.cc factory/sm_sparsemod.cc factory/sm_sparsemod.h factory/sm_util.cc factory/sm_util.h)
  • 2012-05-08 14:33:58 +0200,Martin Lee,e886046 (factory/Makefile.am factory/cf_chinese.cc factory/cf_gcd.cc factory/cf_map.cc factory/sm_sparsemod.cc factory/sm_sparsemod.h factory/sm_util.cc factory/sm_util.h) : chg: deleted sparse modular gcd from sm_sparsemod.*
  1. 2012-05-08 14:50:18 +0200,a1fd965:'chg: deleted abs_fac and related stuff'(factory/GNUmakefile.in factory/abs_fac.cc factory/bifac.cc factory/bifac.h factory/bifacConfig.h factory/factory.template factory/lgs.cc factory/lgs.h)
  • 2012-05-08 14:50:18 +0200,Martin Lee,e699d86 (factory/Makefile.am factory/abs_fac.cc factory/bifac.cc factory/bifac.h factory/bifacConfig.h factory/factory.template factory/lgs.cc factory/lgs.h) : chg: deleted abs_fac and related stuff
  1. 2012-05-08 14:51:57 +0200,a791a10:'chg: deleted abs_fac outside of factory'(Singular/extra.cc)
  • 2012-05-08 14:51:57 +0200,Martin Lee,1d92bfd (Singular/extra.cc) : chg: deleted abs_fac outside of factory
  1. 2012-05-08 15:09:19 +0200,9a1de40:'chg: towards removal of winnt directory'(factory/GNUmakefile.in)
  2. 2012-05-08 15:10:05 +0200,52cf5a7:'chg: removed winnt directory'(factory/winnt/INSTALL.nt factory/winnt/config.h factory/winnt/factory.h factory/winnt/factoryconf.h factory/winnt/nt.mak)
  • 2012-05-08 15:10:05 +0200,Martin Lee,fefaa8e (factory/winnt/INSTALL.nt factory/winnt/config.h factory/winnt/factory.h factory/winnt/factoryconf.h factory/winnt/nt.mak) : chg: removed winnt directory
  1. 2012-05-08 16:44:28 +0200,b4dfcba:'chg: towards removal of ftest directory'(factory/GNUmakefile.in)
  • 2012-05-09 13:33:17 +0200,Martin Lee,9dbf5c3 (factory/Makefile.am) : chg: towards removal of ftest directory
  1. 2012-05-08 16:45:05 +0200,75e72cc:'chg: removed ftest directory'(factory/ftest/ChangeLog factory/ftest/GNUmakefile.in factory/ftest/bextgcd.m4 factory/ftest/bgcd.m4 factory/ftest/commonden.m4 factory/ftest/degree.m4 factory/ftest/deriv.m4 factory/ftest/divides.m4 factory/ftest/divrem.m4 factory/ftest/extgcd.m4 factory/ftest/factorize.m4 factory/ftest/fbinops.m4 factory/ftest/feval.m4 factory/ftest/ftest_io.cc factory/ftest/ftest_io.h factory/ftest/ftest_util.cc factory/ftest/ftest_util.h factory/ftest/ftest_util.m4 factory/ftest/gcd.m4 factory/ftest/gcd.ntl.m4 factory/ftest/insert.m4 factory/ftest/norm.m4 factory/ftest/ntl_util.cc factory/ftest/ntl_util.h factory/ftest/resultant.m4 factory/ftest/revert.m4 factory/ftest/size.m4 factory/ftest/sqrfree.m4 factory/ftest/totaldegree.m4)
  • 2012-05-09 15:59:14 +0200,Martin Lee,e95e4ed (factory/fex/ChangeLog factory/fex/gcdUnivP.fex factory/fex/gcdUnivPAlpha.fex factory/fex/insert.fex factory/fex/runfex factory/fex/stdUnivPGcd.in) : chg: removed fex directory
  • 2012-05-08 16:45:05 +0200,Martin Lee,a5b5dfd (factory/ftest/ChangeLog factory/ftest/GNUmakefile.in factory/ftest/bextgcd.m4 factory/ftest/bgcd.m4 factory/ftest/commonden.m4 factory/ftest/degree.m4 factory/ftest/deriv.m4 factory/ftest/divides.m4 factory/ftest/divrem.m4 factory/ftest/extgcd.m4 factory/ftest/factorize.m4 factory/ftest/fbinops.m4 factory/ftest/feval.m4 factory/ftest/ftest_io.cc factory/ftest/ftest_io.h factory/ftest/ftest_util.cc factory/ftest/ftest_util.h factory/ftest/ftest_util.m4 factory/ftest/gcd.m4 factory/ftest/gcd.ntl.m4 factory/ftest/insert.m4 factory/ftest/norm.m4 factory/ftest/ntl_util.cc factory/ftest/ntl_util.h factory/ftest/resultant.m4 factory/ftest/revert.m4 factory/ftest/size.m4 factory/ftest/sqrfree.m4 factory/ftest/totaldegree.m4) : chg: removed ftest directory
  1. 2012-05-08 16:51:32 +0200,76efc3f:'chg: removed ftest from configure'(factory/configure factory/configure.in)
  2. 2012-05-14 17:59:42 +0200,221f531:'fix: multiple definitions with --enable-timing'(factory/facBivar.cc factory/facFqBivar.cc factory/facFqFactorize.cc)
  • 2012-05-14 17:59:42 +0200,Martin Lee,978ce37 (factory/facBivar.cc factory/facFqBivar.cc factory/facFqFactorize.cc) : fix: multiple definitions with --enable-timing
  1. 2012-06-19 17:28:51 +0200,e445263:'fix: do not switch on rationals if there none'(kernel/clapconv.cc)
  • 2012-07-31 11:50:49 +0200,Martin Lee,0a1c16f (libpolys/polys/clapconv.cc) : fix: do not switch on rationals if there none
  1. 2012-08-01 17:56:22 +0200,aed373c:'chg: replaced hack by setMipo'(libfac/factor/Factor.cc)
  • 2012-08-01 17:56:22 +0200,Martin Lee,21263cf (factory/libfac/factor/Factor.cc) : chg: replaced hack by setMipo
  1. 2012-08-01 21:26:50 +0200,4119e2d:'chg: if variable has level LEVELBASE it has no minpoly'(factory/variable.cc)
  • 2012-08-01 21:26:50 +0200,Martin Lee,1836885 (factory/variable.cc factory/variable.h) : chg: if variable has level LEVELBASE it has no minpoly
  1. 2012-08-02 14:35:27 +0200,238d9c9:'fix: missing setReduce'(factory/variable.h)
  2. 2012-08-08 13:31:30 +0200,2b54b28:'chg: faster retrieval of terms chg: LucksWangSparseHeuristic now returns also partial factors'(factory/facSparseHensel.cc factory/facSparseHensel.h)
  • 2012-08-08 13:31:30 +0200,Martin Lee,7b5cb2e (factory/facSparseHensel.cc factory/facSparseHensel.h) : chg: faster retrieval of terms chg: LucksWangSparseHeuristic now returns also partial factors
  1. 2012-08-12 20:03:16 +0200,224d377:'chg: chmod -x'(factory/cf_gcd_smallp.cc factory/facAlgExt.cc factory/facAlgExt.h factory/facIrredTest.cc factory/facIrredTest.h)
  • 2012-08-12 20:03:16 +0200,Martin Lee,8797746 (factory/facIrredTest.cc factory/facIrredTest.h) : chg: chmod -x
  1. 2012-08-15 16:47:03 +0200,f27e9e5:'chg: moved some helper functions to utilities'(factory/facFqFactorize.cc factory/facFqFactorize.h factory/facFqFactorizeUtil.cc factory/facFqFactorizeUtil.h)
  • 2012-08-15 16:47:03 +0200,Martin Lee,8336c9d (factory/facFqFactorize.cc factory/facFqFactorize.h factory/facFqFactorizeUtil.cc factory/facFqFactorizeUtil.h) : chg: moved some helper functions to utilities
  1. 2012-08-16 11:18:22 +0200,030df1d:'chg: deleted templates from installcf target'(factory/GNUmakefile.in)
  2. 2012-08-16 11:37:51 +0200,a606339:'chg: deleted everything related to ftmpl_inst as this is part of libcf.a now'(factory/GNUmakefile.in)
  3. 2012-08-27 11:36:58 +0200,3bbb6a8:'chg: distribute content in precomputation of leading coeff'(factory/facFactorize.cc factory/facFqFactorize.cc)
  4. 2012-09-10 14:44:51 +0200,a480af9:'chg: adapt flint check macro to newer version of flint'(factory/flint-check.m4)
  5. 2012-09-10 14:47:34 +0200,097ca9f:'chg: updated configure due to changes in flint'(Singular/configure Singular/configure.in factory/configure factory/configure.in)
  6. 2012-09-24 11:36:50 +0200,d5bfecf:'fix: several issues with --enable-assertions'(factory/cf_gcd_smallp.cc factory/facFqBivarUtil.cc factory/facFqSquarefree.h factory/fac_ezgcd.cc factory/templates/ftmpl_array.cc factory/templates/ftmpl_list.cc factory/templates/ftmpl_matrix.cc)
  • 2012-09-26 13:01:54 +0200,Martin Lee,72f1e4b (factory/cf_gcd_smallp.cc factory/facFqBivarUtil.cc factory/facFqSquarefree.h factory/fac_ezgcd.cc) : fix: several issues with --enable-assertions
  1. 2012-10-09 11:11:29 +0200,b1abf09:'chg: deleted some unused code chg: joined precomputeLeadingCoeff from facFactorize.cc and facFqFactorize.cc'(factory/facBivar.cc factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h)
  • 2012-10-09 11:11:29 +0200,Martin Lee,afbebe8 (factory/facBivar.cc factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h) : chg: deleted some unused code chg: joined precomputeLeadingCoeff from facFactorize.cc and facFqFactorize.cc
  1. 2012-10-12 17:30:21 +0200,b8428dd:'chg: added more timing infos to gcd functions'(factory/algext.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/fac_ezgcd.cc)
  • 2012-10-12 17:30:21 +0200,Martin Lee,2a95b23 (factory/algext.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/fac_ezgcd.cc) : chg: added more timing infos to gcd functions
  1. 2012-10-12 17:31:21 +0200,c78b7a5:'chg: added more timing infos to main factorization functions'(factory/facAlgExt.cc factory/facBivar.cc factory/facBivar.h factory/facFactorize.cc factory/facFactorize.h factory/facFqBivar.cc factory/facFqBivar.h factory/facFqFactorize.cc factory/facFqFactorize.h)
  • 2012-10-12 17:31:21 +0200,Martin Lee,0851b01 (factory/facAlgExt.cc factory/facBivar.cc factory/facBivar.h factory/facFactorize.cc factory/facFactorize.h factory/facFqBivar.cc factory/facFqBivar.h factory/facFqFactorize.cc factory/facFqFactorize.h) : chg: added more timing infos to main factorization functions
  1. 2012-10-19 17:23:18 +0200,e0ae0fd:'chg: timing.h in libfac and factory now coincide'(libfac/factor/timing.h)
  • 2012-10-24 12:43:48 +0200,Martin Lee,d914239 (factory/libfac/factor/timing.h) : chg: timing.h in libfac and factory now coincide
  1. 2012-10-26 12:51:34 +0200,b1bca2a:'chg: avoid undefined signed integer overflow'(factory/imm.h)
  • 2012-10-26 12:51:34 +0200,Martin Lee,18ccf29 (factory/imm.h) : chg: avoid undefined signed integer overflow
  1. 2012-11-05 15:30:56 +0100,5efa902:'fix: bug in loading of gftables from Singular'(factory/singext.h)
  2. 2012-11-12 18:14:16 +0100,3e11973:'chg: faster computation of resultants'(factory/cfModResultant.cc)
  • 2012-11-12 18:14:16 +0100,Martin Lee,f6237dd (factory/cfModResultant.cc) : chg: faster computation of resultants
  1. 2012-11-14 16:25:23 +0100,89cdc15:'chg: added new files to Makefile'(factory/GNUmakefile.in)
  • 2012-11-16 13:25:41 +0100,Martin Lee,f3bd4cf (factory/Makefile.am) : chg: added new files to Makefile
  1. 2012-11-15 14:42:02 +0100,845446b:'fix: dangling else'(libfac/charset/csutil.cc)
  • 2012-11-15 17:35:23 +0100,Martin Lee,2024b69 (factory/libfac/charset/charset.cc factory/libfac/factor/Factor.cc factory/libfac/factor/SqrFree.cc) : chg: commented out unused errmsg fix: dangling else
  • 2012-11-15 14:20:48 +0100,Martin Lee,5337d7e (factory/libfac/charset/csutil.cc) : fix: dangling else
  1. 2012-11-15 14:43:20 +0100,41d662b:'chg: extraneous parentheses'(libfac/charset/charset.cc)
  • 2012-11-15 14:22:01 +0100,Martin Lee,1fa5f53 (factory/libfac/charset/charset.cc) : fix: extraneous parentheses
  1. 2012-11-15 14:44:07 +0100,0fdaab1:'chg: deleted unused mypsr'(libfac/charset/alg_factor.cc)
  • 2012-11-15 14:23:42 +0100,Martin Lee,6885049 (factory/libfac/charset/alg_factor.cc) : chg: deleted unused mypsr
  • 2012-11-15 14:19:28 +0100,Martin Lee,a0adc35 (factory/facFactorize.cc factory/facFqFactorize.cc factory/facFqFactorize.h) : chg: deleted unused parameters from getLeadingCoeffs
  1. 2012-11-15 14:45:04 +0100,ab6f346:'chg: commented out unused functions'(libfac/charset/algfactor.cc)
  2. 2012-11-15 15:16:32 +0100,9c067bf:'chg: deleted unnecessary ';''(factory/cf_linsys.cc factory/cf_random.cc factory/fac_multihensel.cc factory/fac_multivar.cc factory/fac_univar.cc factory/fac_util.cc)
  • 2012-07-31 11:52:28 +0200,Martin Lee,6bc4cd8 (factory/cf_hnf.cc) : chg: deleted unneccessary '#if 1'
  • 2012-02-01 10:54:42 +0100,Martin Lee,f047b56 (factory/facFqBivar.cc) : chg: deleted unnecessary divisibility test
  1. 2012-11-16 12:44:35 +0100,7bbf173:'chg: commented out unused errmsg fix: dangling else'(libfac/charset/charset.cc libfac/factor/Factor.cc libfac/factor/SqrFree.cc)
  • ~~2012-11-15 17:35:23 +0100,Martin Lee,2024b69 (factory/libfac/charset/charset.cc factory/libfac/factor/Factor.cc factory/libfac/factor/SqrFree.cc) : chg: commented out unused errmsg fix: dangling else
  1. 2012-11-19 17:26:28 +0100,776ab89:'chg: skip zz_p::init() if it is already correctly initialized'(factory/algext.cc factory/cfModResultant.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/cf_map_ext.cc factory/facFqBivar.cc factory/facHensel.cc factory/facMul.cc)
  • 2012-11-19 17:26:28 +0100,Martin Lee,bffe62d (factory/algext.cc factory/cfModResultant.cc factory/cf_gcd.cc factory/cf_gcd_smallp.cc factory/cf_map_ext.cc factory/facFqBivar.cc factory/facHensel.cc factory/facMul.cc) : chg: skip zz_p::init() if it is already correctly initialized
  1. 2012-12-12 10:19:10 +0100,00be8d7:'fix: memory leak'(factory/FLINTconvert.cc factory/NTLconvert.cc factory/canonicalform.cc factory/canonicalform.h factory/cf_factory.cc factory/cf_factory.h factory/int_int.h)
  • 2012-12-12 10:19:10 +0100,Martin Lee,b15cf85 (factory/FLINTconvert.cc factory/NTLconvert.cc factory/canonicalform.cc factory/canonicalform.h factory/cf_factory.cc factory/cf_factory.h factory/int_int.h) : fix: memory leak
  • 2012-12-07 18:01:25 +0100,Hans Schoenemann,98bf9ba (libpolys/polys/ext_fields/transext.cc) : fix: memory leak
  • 2012-10-19 15:17:33 +0200,Martin Lee,7c118d6 (factory/cfNewtonPolygon.cc) : fix: memory leak
  • 2012-08-13 13:14:21 +0200,Hans Schoenemann,a8ead8e (Singular/walk.cc) : fix: memory leak in walk
  • 2012-08-08 19:38:31 +0200,Hans Schoenemann,b317e9f (libpolys/coeffs/longrat.cc) : fix: memory management in nlClearDenominator
  • 2012-06-13 18:27:00 +0200,Hans Schoenemann,91c8a93 (Singular/grammar.cc Singular/grammar.y) : fix: memory leak in if (#430) (from master)
  • 2012-05-21 19:28:11 +0200,Hans Schoenemann,e5324ae (Singular/ipconv.cc) : fix: memory leaks in conversion
  • 2012-02-28 18:05:18 +0100,Hans Schoenemann,d901095 (kernel/shiftgb.cc) : fix: memeory leak in pmLastVblock() (kernel/shiftgb.cc)
  • 2011-07-05 11:31:10 +0200,Hans Schoenemann,da49bc5 (libpolys/polys/nc/gring.cc) : fix memeory leaks (tr 214, svn 14322,14323)
  • 2011-05-11 18:21:10 +0200,Hans Schoenemann,e432a05 (libpolys/polys/monomials/p_polys.cc) : fix: memory leak in p_DivideM

'Missing' (?) commits for Author: 'mlee'

  1. 2011-11-28 19:40:21 +0100,0ada101:'fix for squarefree decomposition: now the first entry of sqrfree is always the leading coefficient and squarefree factors are sorted by multiplicity'(factory/cf_algorithm.h factory/cf_factor.cc factory/fac_sqrfree.cc kernel/clapsing.cc)
  2. 2011-11-28 19:40:21 +0100,489bca5:'more fixes for squarefree decomposition'(factory/fac_multivar.cc factory/fac_sqrfree.cc)