Timeline
Mar 29, 2012:
- 5:44 PM Changeset in git [b40eaa0]jengelh-datetimespielwiese by
- fix: special hanndling of proc calls
- 3:31 PM Changeset in git [0b27942]jengelh-datetimespielwiese by
- chg: look up <arg1> <op> <arg2> also in arg2 bb table
- 3:26 PM Changeset in git [d1eb80]jengelh-datetimespielwiese by
- dynamic modules don't need LDFLAGS
- 2:36 PM Changeset in git [3b8a6e]jengelh-datetimespielwiese by
- removed AM_LDFLAGS from those Makefile.am where a library is built chg: AM_LDFLAGS -> user variable AMLDFLAGS, which was added manualy to *_LDFLAGS NOTE: AM_LDFLAGS goes to library dependency in the resulting .la file
- 2:28 PM Changeset in git [9f524d]jengelh-datetimespielwiese by
- reverted library packing with LIBADD chg: correct _LDADD chg: no use of LIBADD in libcoeffs & libpolys chg: install all of libmisc, libreporter, libcoeffs & libpolys NOTE: coeffs & polys should not pack libmisc & libreporter since it causes usage problems for shared libs from an installed package
- 2:15 PM Changeset in git [4bc0ab9]jengelh-datetimespielwiese by
- updated all active automake files: INCLUDES -> AM_CPPFLAGS chg: ... and some minor cleanup
- 1:49 PM Changeset in git [fca452]jengelh-datetimespielwiese by
- update of Singular structure diagramm add: findexec_resources del: removed resources add: IntegerProgramming
- 1:34 PM Changeset in git [b4a676]jengelh-datetimespielwiese by
- made findexec into a standalone library + removal of resources add: findexec/configure.ac del: removed the rests of libpolys/resources & references to it from everywhere fix: findexec/feResource.cc should better not use S_UNAME chg: factory should only need findexec & omalloc for testing
Mar 28, 2012:
- 8:24 PM Changeset in git [da4e5c]jengelh-datetimespielwiese by
- Merge pull request #92 from mmklee/hilbertSeries fix: missing @
- 6:34 PM Changeset in git [733144]jengelh-datetimespielwiese by
- fix: missing @
- 6:17 PM Changeset in git [33635d]jengelh-datetimespielwiese by
- Merge pull request #91 from mmklee/pSubstPar fixed parameter substitution with pSubstPar TODO: check for memory leaks
- 4:55 PM Changeset in git [696bde]jengelh-datetimespielwiese by
- fix: pSubstPar
- 1:05 PM Changeset in git [6f84545]jengelh-datetimespielwiese by
- chg: updated test results and stats due to changes
- 9:55 AM Ticket #414 (Overflow in echoing large numbers from coefficient rings) created by
- Hi! Large numbers from Z/2n are not printed correctly: […] We …
Mar 27, 2012:
- 10:20 PM Changeset in git [9735e15]jengelh-datetimespielwiese by
- chg: added new tests for factorization over Q and Q(a)
- 10:16 PM Changeset in git [a8a93f]jengelh-datetimespielwiese by
- chg: clear denominators of factors
- 7:01 PM Changeset in git [0c6947]jengelh-datetimespielwiese by
- fix includes of 'resources/feFopen.h'
- 6:09 PM Changeset in git [e197f5]jengelh-datetimespielwiese by
- fix due to case sensitive file systems fix: tests from Manual/ with only case different names chg: updated *.uu results as well! chg: updated regress.cmd to remote the leading _ for tests starting with "_[a-z0-9]" during the TC output NOTE: the tests with lower case names got a leading underscore character (_)
- 4:25 PM Changeset in git [1dad21]jengelh-datetimespielwiese by
- fix: findexec/feFopen*
- 2:47 PM Changeset in git [131ab78]jengelh-datetimespielwiese by
- fix: p_Power, p_TewoMonPower for exp > char(k)
Mar 26, 2012:
- 1:54 PM Changeset in git [854405]jengelh-datetimespielwiese by
- chg: move feFopen to findexec dir.
- 1:22 PM Changeset in git [a10fdf]jengelh-datetimespielwiese by
- fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large exponents)
Mar 23, 2012:
- 8:26 PM Changeset in git [393c47]jengelh-datetimespielwiese by
- fix the usage of minpoly in *.lib: only to string may be used
- 5:00 PM Changeset in git [d92248]jengelh-datetimespielwiese by
- fix: multiply A with right multiple of denominators of factors
- 2:09 PM Changeset in git [286be1f]jengelh-datetimespielwiese by
- chg: changes due to building with FLINT
- 2:09 PM Changeset in git [8944cc]jengelh-datetimespielwiese by
- chg: include config.h
- 2:08 PM Changeset in git [631bc19]jengelh-datetimespielwiese by
- Merge pull request #89 from mmklee/eigenvalfix fix: undef HAVE_EIGENVAL
Mar 22, 2012:
- 8:14 PM Changeset in git [8ecb43]jengelh-datetimespielwiese by
- due to legacy Singular: if HAVE_DYNAMIC_LOADING was defined then no HAVE_EIGENVAL & HAVE_GMS should be defined
- 7:52 PM Changeset in git [47dcc3c]jengelh-datetimespielwiese by
- Merge pull request #88 from ederc/sp-devel-texring fix for Manual/texring.tst:
- 7:52 PM Changeset in git [8c8dba]jengelh-datetimespielwiese by
- Merge pull request #85 from ederc/sp-devel fix for Manual/size.tst NOTE: minideal will be replaced by qideal at AlgExt. soon
- 7:23 PM Changeset in git [faf350]jengelh-datetimespielwiese by
- enable rDecompose over the same alg.extension, disable for qrings
- 6:54 PM Changeset in git [7e9f12]jengelh-datetimespielwiese by
- removed minimal ideal from AlgExtInfo infavour of qring chg: algext. expects a qring (qideal != NULL) and uses it directly
- 6:30 PM Changeset in git [16c400]jengelh-datetimespielwiese by
- fix rDelete should delete qideal!
- 3:51 PM Changeset in git [c2a8b6]jengelh-datetimespielwiese by
- chg: set interface back to official FLINT 2.3.alpha2
- 3:30 PM Changeset in git [c848e3]jengelh-datetimespielwiese by
- chg: re-enable system("cpu"), change setting of semaphore 0 (cherry picked from commit 71871dcf30b201439f1a4885b5dd9f6ecd140938) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
- 3:25 PM Changeset in git [a5450a]jengelh-datetimespielwiese by
- fix: use smaller bound for sieving factors
- 2:14 PM Changeset in git [8baf483]jengelh-datetimespielwiese by
- chg: use squarefree factorization instead of squarefree part
- 2:12 PM Changeset in git [6caa2a6]jengelh-datetimespielwiese by
- chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization
- 1:57 PM Changeset in git [1f4998]jengelh-datetimespielwiese by
- fix: undef HAVE_EIGENVAL
Mar 21, 2012:
- 8:29 PM Changeset in git [3c0498]jengelh-datetimespielwiese by
- fix: minpoly in ringlist (Manaul/elimRing.tst)
- 7:02 PM Changeset in git [f630e4]jengelh-datetimespielwiese by
- set coeffs::nNULL if needed...
- 6:48 PM Changeset in git [dd668f]jengelh-datetimespielwiese by
- use minideal (instead of qideal) in rCompose chg: use qideal instead of minideal for alg_ext TODO: remove direct access to extRing from outside
- 6:40 PM Changeset in git [1cbc28]jengelh-datetimespielwiese by
- updated test according to legacy Singular + new lists of tests
- 3:38 PM Changeset in git [9ebec2]jengelh-datetimespielwiese by
- fix: stupid bug in lattice recombination
- 9:37 AM Changeset in git [619d03]jengelh-datetimespielwiese by
- fix for Manual/texring.tst: Adds initialization of r->cf->nNULL
Mar 20, 2012:
- 11:19 PM Changeset in git [4e17e7]jengelh-datetimespielwiese by
- fix: multi instead of biFactorize
- 6:42 PM Changeset in git [fd4146]jengelh-datetimespielwiese by
- fix: bug in evaluation point search
- 4:30 PM Changeset in git [2d2c99c]jengelh-datetimespielwiese by
- Merge pull request #87 from mmklee/rSum_fix R sum fix
- 3:50 PM Changeset in git [823e1a]jengelh-datetimespielwiese by
- Merge pull request #86 from mmklee/bigint_fix chg: added cfInit_bigint for GF NOTE: bigint -> number seems to work now up to the 32bit vs 64 bit gmp issue while converting to machine float: < 99999999999999999999999999 --> number 1.000e+26 -- > 99999999999999999999999999 --> number 1.593e+19
- 3:44 PM Changeset in git [28b503]jengelh-datetimespielwiese by
- avoid rebuilding of Singular due to plural_cmd.inc & iparith.inc dependency & update
- 3:33 PM Changeset in git [bcfd11a]jengelh-datetimespielwiese by
- elimination of rMinpolyIsNULL in favour of nCoeff_is_algExt fix rMinpolyIsNULL (idIs0) TODO: remove rMinpolyIsNULL it completely!
- 3:05 PM Changeset in git [d42add3]jengelh-datetimespielwiese by
- fix: rSum for Zp(a)+Z, Q(a)+Q
- 1:39 PM Changeset in git [d4fa60]jengelh-datetimespielwiese by
- chg: added cfInit_bigint for GF
- 12:38 PM Changeset in git [9c4a7d]jengelh-datetimespielwiese by
- fix for Manual/size.tst
- 11:52 AM Changeset in git [dc390c]jengelh-datetimespielwiese by
- fix: swap variables before return after LucksWangSparseHeuristic fix: remove contents in extNonMonicFactorRecombination
- 11:49 AM Changeset in git [92add1]jengelh-datetimespielwiese by
- fix: deleted duplicate function declaration
- 11:47 AM Changeset in git [2f6b737]jengelh-datetimespielwiese by
- fix: getTerms2 and patch for coeffs
- 11:46 AM Changeset in git [f53120]jengelh-datetimespielwiese by
- fix: seperate char= 0 and char>p
Mar 19, 2012:
- 8:54 PM Changeset in git [1090a98]jengelh-datetimespielwiese by
- fix n_Int of ZERO number over extension fields (alg & trans)
- 6:56 PM Changeset in git [6f84e21]jengelh-datetimespielwiese by
- fix: "? wrong type declaration. type 'help poly;'" was due to making 'denominator' & 'numerator' - reserved words (kernel functions)
- 6:49 PM Changeset in git [6725bc3]jengelh-datetimespielwiese by
- fix "? f is undefined in kill" after setting minpoly in finvar.lib::molien
- 6:09 PM Changeset in git [bbe954]jengelh-datetimespielwiese by
- distributing 'template.lib' as an experimental library
- 12:17 PM Changeset in git [837495]jengelh-datetimespielwiese by
- fix: ifdef's for FLINT
Mar 18, 2012:
- 2:11 AM Ticket #413 (Fix (a single) hardcoded 'g++' (in Singular 3-1-3-3)) created by
-
In
factory/GNUmakefile.in
,$(CXX)
should be used instead ofg++
: …
Mar 16, 2012:
- 9:31 PM Changeset in git [da5d77]jengelh-datetimespielwiese by
- minor changes to ParDeg chg: ndParDeg is a static function add: nfParDef in ffields.cc (GF!) add: n_ParDeg(ring) wrapper add: added standard assumes to wrappers for ChineseRemainder, Farey, ParDeg
- 9:28 PM Changeset in git [66b967]jengelh-datetimespielwiese by
- gmp_float::is(One|MOne|Zero) are const methods
- 9:26 PM Changeset in git [7fee876]jengelh-datetimespielwiese by
- moved prarameter-handling to coeffs from rings.* and related fixes chg: removed complex_parameter, m_nfParameter add: n_NumberOfParameters, n_ParameterNames, n_Param(coeffs) fix: par(1) (n_Param) for n_GF & n_long_C fix/chg: n_long_C is an Extension as well (rIsExtension) fix: n_long_C ngcCoeffWrite: additional space needed for compatibility with legacy Singular fix: complexToStr over non-C coeffs! fix: rRenameVars renames _new_ VARIABLES instead of _old_ parameters! fix: coeff construction was broken in walk.cc add/fix: nfKillChar, ngcKillChar chg: cleanup of headers & tests chg: parameter output during "make check"
- 8:22 PM Changeset in git [ce1f78]jengelh-datetimespielwiese by
- fixed short/long output of coeffs depending on ShortOut/CanShortOut options of rings Note: the ugly ShortOut correction p_String0Short/p_String0Long is due to Hans
- 7:42 PM Changeset in git [5a72fe]jengelh-datetimespielwiese by
- added a print-out test over rings with parameters
- 7:01 PM Changeset in git [da0565]jengelh-datetimespielwiese by
- fix "equal coeffs test" in preimage.
- 5:13 PM Ticket #412 (vdim does not give a warning in case of internal int overflow) created by
- […]
- 4:27 PM Changeset in git [8066cd9]jengelh-datetimespielwiese by
- Merge pull request #83 from mmklee/bug_fixes_sw fix: idIsZeroDim
- 4:08 PM Changeset in git [f9da5e]jengelh-datetimespielwiese by
- chg/fix: handling of minpolys over Q[t]\Z[t]
- 3:24 PM Changeset in git [a82c308]jengelh-datetimespielwiese by
- fix: idIsZeroDim
Mar 15, 2012:
- 7:43 PM Changeset in git [4d94c97]jengelh-datetimespielwiese by
- improved n[at]CoeffIsEqual chg: they should test the *equality* of underlying rings, e.g. in order to assure the coeffs of the following rings are the same:Q(P)[X],Q(P)[Y]
- 7:37 PM Changeset in git [90934a]jengelh-datetimespielwiese by
- better rEqual & rSamePolyRep fix: they both should test the equality of coeffs directly (NOT via type & rPar/Minpoly) fix: rEqual should use rSamePolyRep chg: moved documentation to header in doxygen style
- 7:33 PM Changeset in git [55e2df0]jengelh-datetimespielwiese by
- added p_EqualPolys for elements over _equal_ rings
- 7:31 PM Changeset in git [2c0c30]jengelh-datetimespielwiese by
- fix: rDelete didn't care about reference counter... should it? NOTE: since the use of ring' reference counter is very inconsistent this might lead to heavy memory leaks
- 7:27 PM Changeset in git [cd9796]jengelh-datetimespielwiese by
- added real const pointers due to typedefs NOTE: http://stackoverflow.com/questions/2253738/c-typedef-interpretation-of-const-pointers
- 5:26 PM Changeset in git [dad9fb]jengelh-datetimespielwiese by
- Merge pull request #82 from mmklee/bug_fixes_sw Bug fixes sw
- 5:05 PM Changeset in git [788fdf]jengelh-datetimespielwiese by
- fix: p_deg/p_GetOrder for ordering am
- 3:55 PM Changeset in git [d841a1]jengelh-datetimespielwiese by
- fix: use changevar() from ring.lib in changeoriginalvar()
- 2:59 PM Changeset in git [cc50e4]jengelh-datetimespielwiese by
- fix: ringlist error in sagbi.lib
Mar 14, 2012:
- 4:14 PM Changeset in git [662167]jengelh-datetimespielwiese by
- chg: enable letterplace together with plural
- 11:19 AM Changeset in git [28216f]jengelh-datetimespielwiese by
- fix: ntGetDenom & ntGetNumerator
Mar 13, 2012:
- 2:58 PM Changeset in git [801d2b]jengelh-datetimespielwiese by
- add: help for modules, "static" modules - part 1
- 12:42 PM Changeset in git [90f57e]jengelh-datetimespielwiese by
- fix: n_PermNumber
- 10:48 AM Changeset in git [7089a9]jengelh-datetimespielwiese by
- fix: init of short reals from bigint
Mar 12, 2012:
- 6:11 PM Changeset in git [a02f4c]jengelh-datetimespielwiese by
- fix: init of complex numbers (set precision to at least SHORT_REAL_LENGTH)
- 4:25 PM Changeset in git [af0a55]jengelh-datetimespielwiese by
- fix: system("cpu) -> system("--cpus")
- 3:48 PM Changeset in git [7d63e1]jengelh-datetimespielwiese by
- fix: auto-set --cpus depending on machine (cherry picked from commit a105120f52f4e741b4e7ce0e3c6054111859f429) Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
Mar 9, 2012:
- 2:18 PM Changeset in git [39af60]jengelh-datetimespielwiese by
- fix: rSumInternal for Z/p+Z/p(a) and Q+Q(a) or Q+Z/p(a)
- 12:47 PM Changeset in git [b4af1b]jengelh-datetimespielwiese by
- chg: coeff bound for factorization over Q(a), now Hensel lifting is done over ZZ_p^k[t]/(f) for suitable p and k
- 12:46 PM Changeset in git [41fea7]jengelh-datetimespielwiese by
- fix: divisibility testing chg: coeff bound for factorization over Q(a)
- 12:43 PM Changeset in git [ca058c]jengelh-datetimespielwiese by
- fix: some minor bugs chg: reverseSubstQa now takes an additional argument a polynomial variable
- 12:13 PM Changeset in git [1ddcde9]jengelh-datetimespielwiese by
- chg: some typos
- 12:09 PM Changeset in git [062583]jengelh-datetimespielwiese by
- chg: shift factors of the norm instead of factors over Q(a)
- 12:08 PM Changeset in git [24c6177]jengelh-datetimespielwiese by
- chg: mapdomain() now maps BaseDomains
Mar 8, 2012:
- 6:00 PM Ticket #356 (Crash with std in char 62003 (prime) and alg extension) closed by
- fixed: The test polynomial is reducible in char 353: …
- 5:56 PM Changeset in git [8df232]jengelh-datetimespielwiese by
- fix: init of real and complex numbers from bigints
- 5:50 PM Ticket #391 (Problem with example part and map definition) closed by
- wontfix: This works as intended: all variables defined in an example are loca …
Mar 7, 2012:
- 5:08 PM Ticket #405 (C-c does not work as expected) closed by
- fixed: solved with rev. 655fe5d
- 4:19 PM Ticket #409 (please add a way to tag examples in .lib files) closed by
- fixed: fixed with rev. c73968b
- 2:56 PM Ticket #400 (variables is errornous if the the first entry of an ideal is zero) closed by
- fixed: fixed, although it was NOT a ticket for somebody.
- 2:54 PM Changeset in git [160f439]jengelh-datetimespielwiese by
- fix: ticket:400 vraiables(ideal i) for i containing entries==0 (from master)
- 2:42 PM Ticket #411 (libfac/Makefile recreates object files in every run) closed by
- fixed: fixed with ce708016ad
- 2:41 PM Ticket #407 (please tag all examples using MP) closed by
- fixed: We do not want system("with"... in any example but the example to …
- 12:48 PM Ticket #403 (generic initial ideals berechnen) closed by
- wontfix: Forwarded message from Viktor Levandovskyy …
Mar 6, 2012:
- 9:48 PM Changeset in git [ad0177]jengelh-datetimespielwiese by
- chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary
- 1:58 PM Changeset in git [71e402]jengelh-datetimespielwiese by
- one should better not manipulate "am" ordering directly NOTE: use 'am' if correct induced degrees are needed
- 1:11 PM Ticket #411 (libfac/Makefile recreates object files in every run) created by
- libfac/Makefile.in puts object files into the OPTOBJ directory, which …
- 12:13 PM Changeset in git [54af8a5]jengelh-datetimespielwiese by
- chg: added divisibility test over Q(a)
- 12:04 PM Changeset in git [4a0a303]jengelh-datetimespielwiese by
- chg: added diophantine equation solver over Q(a) using p-adic lifting
- 12:03 PM Changeset in git [5f92d8]jengelh-datetimespielwiese by
- chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h
- 11:37 AM Changeset in git [4e6d2a]jengelh-datetimespielwiese by
- chg: use a big prime instead of a small prime in coeff bound fix: map recResult in Z/p in diophantineHensel
- 10:35 AM Changeset in git [2fbb9e6]jengelh-datetimespielwiese by
- chg: make minimal polynomial an element of Z[t]
Mar 5, 2012:
- 11:56 PM Changeset in git [51aa162]jengelh-datetimespielwiese by
- chg: do not compute p^k in FLINT
- 10:31 PM Changeset in git [69fdf90]jengelh-datetimespielwiese by
- chg: do not require coeff bound to be const
- 10:09 PM Changeset in git [47dc5ea]jengelh-datetimespielwiese by
- chg: *,/,% for univariate polys over Z_p^k[x]/(f) via NTL
- 10:05 PM Changeset in git [c729f2]jengelh-datetimespielwiese by
- chg: conversion to NTL ZZ_pX now allows non-word size p chg: added conversion of NTL ZZ_pEX to CanonicalForm and back
- 9:45 PM Changeset in git [b78a13]jengelh-datetimespielwiese by
- chg: faster reversion of Kronecker substitution
- 8:43 PM Changeset in git [5020a6]jengelh-datetimespielwiese by
- Added unused GetAMPos/GetAMData helper functions to syzextra
- 8:43 PM Changeset in git [3a8a0d9]jengelh-datetimespielwiese by
- fixes to _am ordering add: additional int* weights_m pointer in struct sro_am fix: rO_WMDegree should not mess around with start/end fix: rCompose: _am ordering was not treated (fixed also by Hans)
- 8:30 PM Changeset in git [5dc555]jengelh-datetimespielwiese by
- better .gitignore
- 8:29 PM Changeset in git [4c6c938]jengelh-datetimespielwiese by
- added a new experimental library: schreyer.lib for working with Schreyer orderings NOTE: the library requires the dynamic module: syzextra
- 5:24 PM Changeset in git [fc2746]jengelh-datetimespielwiese by
- fix the usage of iiWriteMatrix NOTE: trailing (int)0 have been treated wrongly as (ring)NULL...
- 3:10 PM Ticket #410 (hidden submakes in doc) closed by
- fixed: fixed as proposed.
- 1:33 PM Changeset in git [dd39bd]jengelh-datetimespielwiese by
- fix: parallel build for doc ((tr 410, patch by Bernhard R. Link)
- 12:51 PM Ticket #410 (hidden submakes in doc) created by
- If doc/Makefile is called with -jN (N >=2), one get warnings from …
- 11:37 AM Ticket #406 (some common spelling mistakes) closed by
- Thanks for spell checking
- 10:57 AM Ticket #408 (buffer overrun in dummy help browser) closed by
- fixed: Thanks for the patch: the buffer in question is part of another buffer …
- 10:54 AM Changeset in git [ac1f9c]jengelh-datetimespielwiese by
- fix: help browser dummy (tr 408, patch by Bernhard R. Link)
- 10:42 AM Changeset in git [6a9f2e]jengelh-datetimespielwiese by
- fix: shiftgb::p_mLPshift by Benjamin Schnitzler
Mar 4, 2012:
- 6:25 PM Ticket #409 (please add a way to tag examples in .lib files) created by
- In order to be able to build the documentation even with some programs …
- 6:20 PM Ticket #408 (buffer overrun in dummy help browser) created by
- the internal help browser segfaults when viewing the help and …
Mar 3, 2012:
- 3:16 PM Ticket #407 (please tag all examples using MP) created by
- Attached patch adds tags to all MPtcp or MPfile using examples, so the …
- 3:03 PM Ticket #406 (some common spelling mistakes) created by
- lintian found some common spelling mistakes: assigment, choosen, …
- 10:21 AM Changeset in git [522906]jengelh-datetimespielwiese by
- tag more examples Add a way to tag all examples from a .lib file included. Use this new feature to tag some libs needed external programs, special features or significant memory usage in order to be able to build documentation on more machines. Make DOC2TEX_EXAMPLE_EXCLUSIONS a make variable, so that this setting can also be overridden at make invocation time.
Mar 2, 2012:
- 5:24 PM Changeset in git [9b1590]jengelh-datetimespielwiese by
- made rSetISReference to copy leading term only
- 3:29 PM Changeset in git [ecf019]jengelh-datetimespielwiese by
- chg: consider lists with only DEF_CMD as empty lists(print, delete)(from master)
- 12:13 PM Changeset in git [ece1ce]jengelh-datetimespielwiese by
- fix: rCompose/NegOffset for ordering am/
Feb 29, 2012:
- 7:49 PM Changeset in git [f93c5e9]jengelh-datetimespielwiese by
- add: new order am: weights on vars and gens
- 7:12 PM Changeset in git [9e26458]jengelh-datetimespielwiese by
- fix: avoid wrong registration of coeffs 'integer' fix: removed an unneccessary p_Test
- 5:18 PM Changeset in git [f323dd1]jengelh-datetimespielwiese by
- chg: move feResource to findexec lib
- 5:16 PM Changeset in git [42d26c]jengelh-datetimespielwiese by
- fix: need to check more than just characteristic
- 4:20 PM Changeset in git [daaa28]jengelh-datetimespielwiese by
- fix: create ringlist in compatible ring
Feb 28, 2012:
- 8:11 PM Changeset in git [f3461d]jengelh-datetimespielwiese by
- removed componentWeights from IS-ordering NOTE/TODO: the induced degrees must be implemented separately (via an extendable variable and module components weight-vector)
- 7:37 PM Changeset in git [443b19]jengelh-datetimespielwiese by
- Pass homogenizing weights to kStd
- 7:36 PM Changeset in git [986225e]jengelh-datetimespielwiese by
- minor changes to syzextra chg: variable function installation (ADD) add: listvar to the test
- 7:33 PM Changeset in git [de0a2a]jengelh-datetimespielwiese by
- minor improvements to IS ordering chg: better rDebugPrint output chg: better pSetm_General (assumes on better places)
- 7:14 PM Changeset in git [d8b0f69]jengelh-datetimespielwiese by
- Merge pull request #76 from mmklee/factory_libfac_sw chg: use libfac's neworder if we have libfac
- 6:59 PM Changeset in git [8d8cd94]jengelh-datetimespielwiese by
- fix: return value of enterid for packages
- 6:36 PM Changeset in git [52d480]jengelh-datetimespielwiese by
- fix: qring for rings with cf=ring
- 6:05 PM Changeset in git [d90109]jengelh-datetimespielwiese by
- fix: memeory leak in pmLastVblock() (kernel/shiftgb.cc)
- 3:13 PM Changeset in git [7ee1907]jengelh-datetimespielwiese by
- chg: update to ssi-3
- 2:39 PM Changeset in git [42af505]jengelh-datetimespielwiese by
- chg: skip Q(a) check
- 2:28 PM Changeset in git [ea1d44c]jengelh-datetimespielwiese by
- chg: count factors only in debug version
- 2:28 PM Changeset in git [67ed74]jengelh-datetimespielwiese by
- chg: use FLINT for multiplication over Q(a)
- 12:05 PM Changeset in git [2b76ff]jengelh-datetimespielwiese by
- chg: conversion of NTL ZZ to CanonicalForm
- 11:30 AM Changeset in git [f89fed]jengelh-datetimespielwiese by
- fix: more fixes to Q(a) check
Note: See TracTimeline
for information about the timeline view.