Timeline
Aug 30, 2014:
- 1:04 PM Changeset in git [5ce0932]spielwiese by
- fix: template instantiations
Aug 29, 2014:
- 10:56 AM Changeset in git [be56d6d]spielwiese by
- update test results for Long/gcdp_l.tst
Aug 28, 2014:
- 1:56 PM Changeset in git [d1a302]spielwiese by
- switch to old resultant algorithm if there are no primes left
Aug 26, 2014:
- 12:17 PM Changeset in git [ffb732]spielwiese by
- replaced isSame, isMember, MyUnion, minus by new templates
- 12:13 PM Changeset in git [8b7b108]spielwiese by
- added operator== to lists added Union, Difference, find which take an additional equality comparision function instantiated templates with List<CanonicalForm> as typename
- 11:26 AM Changeset in git [98abec]spielwiese by
- more docu for cf_map_ext
- 11:21 AM Changeset in git [53e6c3]spielwiese by
- deleted some redundant code
- 11:20 AM Changeset in git [30e27f]spielwiese by
- more docu in facBivar.h
- 11:19 AM Changeset in git [b53ff6]spielwiese by
- docu for coprimality check
- 11:18 AM Changeset in git [91695f]spielwiese by
- more docu in cfModGcd.h
- 11:16 AM Changeset in git [b5f2548]spielwiese by
- moved docu from .cc to .h
- 11:14 AM Changeset in git [8c5f4b]spielwiese by
- deleted some unnecessary const
- 11:13 AM Changeset in git [86b7c4d]spielwiese by
- more docu for facMul
- 11:12 AM Changeset in git [53ccafa]spielwiese by
- exclude points that lead to a content
Aug 25, 2014:
- 10:47 AM Changeset in git [a8203ae]spielwiese by
- fix: decimal: handling of "0"
Aug 23, 2014:
- 4:25 PM Changeset in git [eacb781]spielwiese by
- chg: status update 23.08.
Aug 21, 2014:
- 3:13 PM Changeset in git [6ad99e7]spielwiese by
- version 4-0-0.p4
Aug 20, 2014:
- 5:30 PM Changeset in git [705ba5]spielwiese by
- doc: reference eigenvalue
- 2:40 PM Ticket #636 (std over integers in local ordering) created by
- Here's a problem I encountered while doing tropical computations: …
- 2:19 PM Changeset in git [7356be]spielwiese by
- simplified system: removed minor, waitforssilinks, naIdeal
Aug 19, 2014:
- 6:55 PM Changeset in git [85e8693]spielwiese by
- SINGULAR_4_1: add pAE routine via iiAddCproc
- 4:14 PM Changeset in git [45bd4a5]spielwiese by
- AE,pAE,QAE removed from system: included in SINGULAR_4_1 stuff
Aug 18, 2014:
- 5:57 PM Changeset in git [8664f3]spielwiese by
- Merge pull request #636 from mmklee/syntax chg: syntax simplification
- 4:35 PM Changeset in git [78abc7]spielwiese by
- chg: status update 18.08.
- 4:25 PM Changeset in git [7e57e1]spielwiese by
- chg: syntax simplification
Aug 15, 2014:
- 7:30 PM Changeset in git [b158b77]spielwiese by
- rewrite of rCheckOrdSgn and setting of r->OrdSgn
- 5:54 PM Changeset in git [9da0b0]spielwiese by
- Fix omalloc
- 5:45 PM Ticket #613 (rootofUnity doesn't return primitive root) closed by
- fixed
- 5:24 PM Changeset in git [82cbd5b]spielwiese by
- 4_1: add new cf-types: AE,QAE,pAE(<int>)
- 11:40 AM Changeset in git [cb1932]spielwiese by
- fix: ref-cnt for undefined proc variables
Aug 14, 2014:
- 4:41 PM Changeset in git [069a40]spielwiese by
- introduce nCopyCoeff for copying coeffs
- 4:12 PM Changeset in git [c44ff75]spielwiese by
- minor optim. for return(..)
- 3:13 PM Changeset in git [354921]spielwiese by
- newstruct: setting basering of ring-dep stuff
- 2:51 PM Changeset in git [a23f7b]spielwiese by
- fix: dangling else in updateResult (if cf is not a field)
Aug 13, 2014:
- 8:37 PM Changeset in git [1c4822a]spielwiese by
- Fix bugs due to clang warnings...
- 7:09 PM Changeset in git [92740ae]spielwiese by
- fixed: typo in alias stuff
Aug 12, 2014:
- 6:23 PM Changeset in git [ef6a0b]spielwiese by
- fix: listvar for rings in non-actiive packages
Aug 11, 2014:
- 3:41 PM Changeset in git [d9c16e]spielwiese by
- removed Short/bug_554 from Short/ok_s.lst
- 2:38 PM Changeset in git [933516]spielwiese by
- code cleanup: types in lib, comments
- 11:44 AM Changeset in git [cad35a8]spielwiese by
- memory leak while redefining ring-dep lists
- 11:42 AM Changeset in git [e37661]spielwiese by
- debug: allow ring tracking via omalloc
Aug 8, 2014:
- 4:02 PM Changeset in git [84d88f7]spielwiese by
- memory leak in Eval (from master)
- 3:35 PM Changeset in git [309948]spielwiese by
- memory leak in ASSUME (from master)
- 11:31 AM Changeset in git [a5ab27]spielwiese by
- Revert "Groebner Walk, Sagbi Walk" This reverts commit ffd4a9600207a9670cfe0cb81450accbaaec26d7. Conflicts: Singular/LIB/modwalk.lib Singular/LIB/rwalk.lib Singular/LIB/swalk.lib Singular/walk.cc Singular/walk.h To many bugs: - syntax error (mainly: include paths) - changed interface without changed libs (grwalk.lib) - several failing tests (in Manual/*, Buch/*, etc.)
Aug 7, 2014:
- 4:10 PM Changeset in git [fde66a9]spielwiese by
- format errors
- 4:05 PM Changeset in git [a0e7db]spielwiese by
- bug fixes for walk stuff
- 3:56 PM Changeset in git [c311064]spielwiese by
- singular_4_1: report version 4100
Aug 6, 2014:
- 6:07 PM Changeset in git [fdda308]spielwiese by
- Merge pull request #634 from YueRen/gcd_fixes fix: gcd over integers of two terms ignoring coefficients
- 5:29 PM Changeset in git [3fff1f5]spielwiese by
- fixed: some missing types in proc declarations
- 4:39 PM Changeset in git [441944]spielwiese by
- new: various starting point algorithms for principal ideals for natalia
- 12:31 PM Ticket #469 (genus before normal not the same as genus after normal?) closed by
- fixed: current status: + original bug - genus(s): 9, solved + additional …
- 9:31 AM Changeset in git [1beccea]spielwiese by
- minpoly only for univariate polynomial rings
Aug 5, 2014:
- 4:40 PM Ticket #469 (genus before normal not the same as genus after normal?) reopened by
- too many things - some unresolved
- 4:09 PM Ticket #469 (genus before normal not the same as genus after normal?) closed by
- fixed: fixed with 5ea16e64a937f2fe750ed01befb68c7102c6c33c
- 4:06 PM Ticket #259 (Bug with genus normal.lib) closed by
- fixed: fixed with 5ea16e64a937f2fe750ed01befb68c7102c6c33c
- 3:42 PM Changeset in git [5ea16e6]spielwiese by
- Merge pull request #630 from surface-smoothers/genus.minor.bug test for tickets 259 and 469; fix adding R+Rhelp
- 3:28 PM Ticket #529 (options modified by accident 'primdec.lib') closed by
- fixed: fixed with f88637cd3951446f4ea41d2da58ba27c30cc910f
- 3:16 PM Changeset in git [f88637]spielwiese by
- fix: test result
- 2:59 PM Changeset in git [147168a]spielwiese by
- Merge pull request #629 from surface-smoothers/work.on.ticket.529 fixed another option modifying bug and added a test (tr.529)
- 2:23 PM Changeset in git [468a2b]spielwiese by
- Merge branch 'surface-smoothers-fix.baseringchange.algebra.is_injective' into spielwiese
- 2:23 PM Changeset in git [6a0bf0]spielwiese by
- Merge branch 'fix.baseringchange.algebra.is_injective' of https://github.com/surface-smoothers/Sources into surface-smoothers-fix.baseringchange.algebra.is_injective Conflicts: Tst/Short.lst
- 12:55 AM Changeset in git [6b883dd]spielwiese by
- fix test for ticket 613
- 12:41 AM Changeset in git [e5308d]spielwiese by
- test fix
Aug 4, 2014:
- 7:12 PM Changeset in git [48d3aa]spielwiese by
- bugfix for ticket 574
- 6:57 PM Ticket #635 (random() gives constant output) closed by
- fixed: fixed: added test, max-min is limited by 231
- 6:51 PM Changeset in git [53bb4c6]spielwiese by
- fix tr.635 (max-min is limited by 2^31)
- 6:20 PM Changeset in git [f5bce2]spielwiese by
- fix: gcd over integers of two terms ignoring coefficients
- 6:10 PM Ticket #597 (radicalEHV() fails for zero and unit ideal) closed by
- fixed
- 6:10 PM Ticket #635 (random() gives constant output) created by
- Of course, one can never be sure, but I would say that, with a very …
- 5:53 PM Ticket #632 (bugs in primdec::AnnExt_R) closed by
- fixed: fixed with 5377d02efca0391542126f6f44bbab148cfd1411
- 5:52 PM Ticket #611 (Primdec::prepareAss() fails for zero ideal) closed by
- fixed: fixed with 5377d02efca0391542126f6f44bbab148cfd1411
- 5:51 PM Ticket #583 (special cases for equidimMaxEHV, equiMaxEHV, equidimMax not handled ...) closed by
- fixed: equidimMaxEHV from primdec.lib: fixed with …
- 5:35 PM Changeset in git [5377d02]spielwiese by
- missing parts for dccf2b7858608f2bcc2740c336f09a1482164db8 (tr.583,611,632)
- 5:19 PM Changeset in git [1b27750]spielwiese by
- Merge pull request #627 from surface-smoothers/spielwiese bugfixes for tickets 583, 611, 632
- 2:19 PM Changeset in git [0ded61]spielwiese by
- tests: print(ring/qring)
- 1:44 PM Changeset in git [f8801b]spielwiese by
- fixing f3149e13175bee0d8ebd2653e9c18f2b0496ddbb (tr.613)
- 1:17 PM Changeset in git [cc514e]spielwiese by
- Merge pull request #626 from surface-smoothers/fix.613 bugfix for ticket 613
- 11:00 AM Ticket #634 (Radical ideals in algebraic extensions) created by
- There are at least three different ways to compute the radical of an …
Aug 3, 2014:
- 11:43 PM Changeset in git [71e8e1]spielwiese by
- add test for 509
- 6:20 PM Changeset in git [c62827]spielwiese by
- test for ticket 256 and small bugfixes add tests related to ticket 469
- 4:19 PM Changeset in git [3d7ea3]spielwiese by
- fixed another option modifying bug and added a test
- 3:37 PM Ticket #633 (accidental basering change in algebra::is_injective) created by
- There is an accidental basering change in algebra::is_injective() …
- 3:26 PM Changeset in git [d6d936]spielwiese by
- fix basering change in algebra::is_injective
Aug 2, 2014:
- 2:49 PM Ticket #632 (bugs in primdec::AnnExt_R) created by
-
bugs in
primdec::AnnExt_R
causes fail of e.g. {{{ … - 2:36 PM Changeset in git [dccf2b]spielwiese by
- bugfixes for 583, 611, 632
Note: See TracTimeline
for information about the timeline view.