Timeline
May 11, 2011:
- 7:44 PM Changeset in git [613794]spielwiese by
- add: CoeffIsEqual/KillChar for n_Z2m, n_Z
- 7:18 PM Changeset in git [529fa4]spielwiese by
- add: nChineseRemainder/idChineseRemainder
- 7:03 PM Changeset in git [686f46]spielwiese by
- fix: cf_hnf.c does not compile fix: allow inplace compilation (for factory)
- 6:44 PM Changeset in git [cd6df87]spielwiese by
- fixed linking against factory and commented out chinese remainder - build gftables if they are not there otherwise we copy from srcdir - added factory/gftables
- 6:21 PM Changeset in git [e432a0]spielwiese by
- fix: memory leak in p_DivideM
- 5:52 PM Changeset in git [2b17ec]spielwiese by
- fix memory leak in resolutions git-svn-id: file:///usr/local/Singular/svn/trunk@14211 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:52 PM Changeset in git [7d2573]spielwiese by
- fix memory leak in attribute handling git-svn-id: file:///usr/local/Singular/svn/trunk@14210 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:43 PM Changeset in git [adb2ed]spielwiese by
- Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to INCLUDES in various places - Set CFLAGS, etc. for tests in omalloc/configure.ac to find omalloc-header-files
- 4:49 PM Changeset in git [45e35b]spielwiese by
- further fixes to build system - merged arithrings.m4 and plural.m4 into options.m4 - added new macro SING_CHECK_FACTORY in options.m4 - invoke SING_CHECK_FACTORY IN libpolys/configure.ac - fixed the output of the macros in options.m4 - removed readcf.cc from the repo because it is generated - generate factory.h and factoryconf.h in factory
- 4:02 PM Changeset in git [37ed00]spielwiese by
- ADD: test for a creation of a ring with specific ordering
- 3:51 PM Changeset in git [568cf0]spielwiese by
- ADD: Enable arithmetical rings by default
- 2:26 PM Changeset in git [ca1eb1]spielwiese by
- readcf.cc generated again
- 1:29 PM Changeset in git [121fd9]spielwiese by
- add: ndCoeffsIsEqual: generic case,parameter unsed fix: some "unused parameter" warnings
- 12:34 PM Changeset in git [50612e2]spielwiese by
- Rename readcf.y to readcf.yy so that it is built as a C++-file
- 12:22 PM Changeset in git [2544e7]spielwiese by
- new: ndInit_bigint: no conversion, report error
- 12:22 PM Changeset in git [bbcf1d2]spielwiese by
- code cleanup from spielwiese git-svn-id: file:///usr/local/Singular/svn/trunk@14209 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:11 PM Changeset in git [0276c1]spielwiese by
- fix: some "unused parameter" warnings
May 10, 2011:
- 7:49 PM Changeset in git [6c5f32]spielwiese by
- FIX: n_DivBy exists for rings only... FIX: p_Div_nn should always exist!
- 7:27 PM Changeset in git [577888]spielwiese by
- add ndKillChar to n_R, n_Q
- 7:20 PM Changeset in git [d524d48]spielwiese by
- fix: Makefile.am
- 7:19 PM Changeset in git [f8f0b7]spielwiese by
- FIX: "#define" should be "#undef" in any public config.h.in (auxiliary.h.in)
- 7:08 PM Changeset in git [05aa4b]spielwiese by
- cf_hnf does not compile: disabled
- 7:05 PM Changeset in git [b19ab84]spielwiese by
- add some missing routines to coeffs
- 7:02 PM Changeset in git [bea370]spielwiese by
- ADD: new --enable-plural argument for enabling/disabling? PLURAL
- 7:01 PM Changeset in git [c74d6a]spielwiese by
- FIX/ADD: factory/singular wrappers for _HNF and _LLL (from NTL)
- 6:42 PM Changeset in git [087d2d]spielwiese by
- removed dep. on configure.in in factory
- 6:10 PM Changeset in git [19cbad8]spielwiese by
- be consistent: use HAVE_IOSTREAM to enable for new c++ headers
- 6:05 PM Changeset in git [c262d5]spielwiese by
- warnings removed from modulop.cc
- 6:02 PM Changeset in git [189f83]spielwiese by
- FIX: C++ headers have no ".h" FIX: atoi/abort are from the C header "stdlib.h" FIX: initializeGMP is needed for any program which uses libfactory
- 5:53 PM Changeset in git [2db7ae]spielwiese by
- disabled cf_hnf: does not compile with NTL with NTL_STD_CXX set
- 5:49 PM Changeset in git [e76d7a6]spielwiese by
- just to get this out of the way, i need to catch my train
- 5:31 PM Changeset in git [9c6887]spielwiese by
- make include cstdio/cstdlib dependant on ifndef NOSTREAMIO
- 4:48 PM Changeset in git [69181b3]spielwiese by
- ADD: initializeGMP is needed when linking against factory ADD: NTL should be used when linking against factory
- 4:41 PM Changeset in git [468b57]spielwiese by
- renamed libsingcf -> libfactory
- 4:26 PM Changeset in git [650f2d8]spielwiese by
- renamed assert.h -> cf_assert.h in factory
- 3:49 PM Changeset in git [b58d47]spielwiese by
- start eliminating `unused parameter' warnings
- 3:30 PM Changeset in git [643b1eb]spielwiese by
- include ftmpl_inst.cc in libsingcf.a (template instantiations) - disabled memutil by default in factory - include readcf.og in the debug version of factory - check for ntl in libpolys
- 2:45 PM Changeset in git [0654122]spielwiese by
- fixes in impl. of alg. ext. field / ifdef factory stuff
- 2:18 PM Changeset in git [7d73857]spielwiese by
- fix include path for factory, name of libsingcf
- 12:38 PM Changeset in git [9af8a63]spielwiese by
- invoke the macros to check for gmp and ntl in factory/configure.in - do not require a minimum version number in gmp-check.m4 and ntl-check.m4 - require minimum version 3.1.1 in invocation of gmp-check in libpolys - ntl-check.m4 now checks even without --with-ntl passed to ./configure - ntl-check.m4 now uses C++ to compile test programs
- 11:43 AM Changeset in git [a11768]spielwiese by
- * Begin migration of factory to GNU Automake * New file Makefile.am (just a start) * Import package to integrate Doxygen with Automake
May 9, 2011:
- 3:01 PM Changeset in git [1983c3]spielwiese by
- removed unused global vars from modulop.cc fix for coeffs/test-g
- 2:14 PM Changeset in git [abb4787]spielwiese by
- conversion factory <->singular for poly fix coeff tests for factory
- 12:54 PM Changeset in git [9f73e80]spielwiese by
- code cleanup: removed unneeded vars git-svn-id: file:///usr/local/Singular/svn/trunk@14208 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:44 PM Changeset in git [0fb5991]spielwiese by
- fixes so that libpoly builds without compiler errors in algext.cc (make check may be broken)
- 11:35 AM Changeset in git [3b0ba67]spielwiese by
- small bug fix
- 11:28 AM Changeset in git [3fe957]spielwiese by
- start to search for a free port at 1025 git-svn-id: file:///usr/local/Singular/svn/trunk@14207 2c84dea3-7e68-4137-9b89-c4e89433aadc
May 7, 2011:
- 12:34 PM Changeset in git [c5917f1]spielwiese by
- * Add libpolys/libpolys-config.in as prototype for script to make it easier to link against libpolys * Generate libpolys/libpolys-config from configure
May 6, 2011:
- 7:50 PM Changeset in git [61e9142]spielwiese by
- dynamic modules on freebsd git-svn-id: file:///usr/local/Singular/svn/trunk@14206 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:27 PM Ticket #333 (Use of variable starting with an underscore followed by a capital letter.) closed by
- fixed: fixed with http://www.singular.uni-kl.de:8002/trac/changeset/14205
- 4:06 PM Changeset in git [69fb9d0]spielwiese by
- finished impl. of alg. ext. fields; now testing...
- 3:52 PM Changeset in git [a934fc8]spielwiese by
- factory -> number: Q
- 2:38 PM Changeset in git [ba2359]spielwiese by
- almost finished impl. of algebraic extension
- 2:06 PM Changeset in git [eca225]spielwiese by
- factory to number: Z/p
- 11:51 AM Changeset in git [ce3f53c]spielwiese by
- adapted conversion to and from factory
- 9:46 AM Changeset in git [ad35b5]spielwiese by
- Add M4-macro to check for NTL and to set NTL_CFLAGS, NTL_LIBS, and macro HAVE_NTL accordingly
May 5, 2011:
- 7:39 PM Changeset in git [e25a99]spielwiese by
- FIX: rename 'ringflagb' into 'mod2mMask' for rings (Z/2m)
- 7:20 PM Changeset in git [eb72ba1]spielwiese by
- FIX: eliminated 'bad' variables (due to C++ standard) for the ticket #333: e.g. kernel/f5data.h: _RuleOld, kernel/mpr_base.cc: _Qi, kernel/p_polys.cc: _(External|Shifted)?Components From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14205 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:20 PM Changeset in git [750e70]spielwiese by
- ADD: new option(notSyzMinim) should switch off all resolution minimizations (lres/nres/mres) From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14204 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:41 PM Changeset in git [fba6f18]spielwiese by
- alg. ext. fields: 1st impl. and 1st tests
- 2:35 PM Changeset in git [d75f15]spielwiese by
- moved clapconv.h and clapconv.cc to polys changed includes of clapconv.h and clapsing.h
- 2:19 PM Changeset in git [1f9a84]spielwiese by
- more int division from the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14203 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 9:48 AM Changeset in git [d44974d]spielwiese by
- nt division in the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14202 2c84dea3-7e68-4137-9b89-c4e89433aadc
May 4, 2011:
- 8:16 PM Changeset in git [828fab]spielwiese by
- int division in the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14201 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:11 PM Changeset in git [b1707e]spielwiese by
- int division in the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14200 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:10 PM Changeset in git [84c376]spielwiese by
- ADD: FreeBSD-related fixes in build system (no libdl, $^, $<)
- 8:07 PM Changeset in git [320db1]spielwiese by
- int division in the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14199 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:03 PM Changeset in git [fd742b]spielwiese by
- int division, normaliz etc. git-svn-id: file:///usr/local/Singular/svn/trunk@14198 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:02 PM Changeset in git [09e196]spielwiese by
- int division in the manual git-svn-id: file:///usr/local/Singular/svn/trunk@14197 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:53 PM Changeset in git [2271fcf]spielwiese by
- FIX: don't delete cf_gmp.h (not generated anymore!)
- 7:53 PM Changeset in git [107b6a6]spielwiese by
- ADD: more dependencies
- 7:50 PM Changeset in git [af598e]spielwiese by
- ADD: factory-related wrappers (clapsing.cc/.h) FIX: ring-dependent fixes for some factory-dependent code TODO: finish fixing clapsing.cc/.h
- 7:50 PM Changeset in git [62c2b0]spielwiese by
- se div instead of /, part 4 (last part) git-svn-id: file:///usr/local/Singular/svn/trunk@14196 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:27 PM Changeset in git [67803e]spielwiese by
- normaliz 2.7 git-svn-id: file:///usr/local/Singular/svn/trunk@14195 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:17 PM Changeset in git [02c42d]spielwiese by
- FIX: nGetChar -> n_nGetChar
- 7:02 PM Changeset in git [2111465]spielwiese by
- switched on HAVE_FACTORY in auxiliary.h.in deleted include of cf_gmp.h in si_gmp.h
- 6:43 PM Changeset in git [ed7a55c]spielwiese by
- use div instead of /, part 3 git-svn-id: file:///usr/local/Singular/svn/trunk@14194 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 6:40 PM Changeset in git [c2e9b1]spielwiese by
- put assert.h before cf_gmp.h
- 6:34 PM Changeset in git [daa556]spielwiese by
- FIX: cf_gmp.h should be included after asser.h.... ??!?!
- 6:16 PM Changeset in git [1396fe]spielwiese by
- ncfactor added to libs git-svn-id: file:///usr/local/Singular/svn/trunk@14193 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:50 PM Changeset in git [769f28]spielwiese by
- - fixed --with-gmp in factory/configure.in to be compatible with gmp macro - added factory to the build process - include cf_factory.h in cf_gcd.cc - do not generate cf_gmp.h but replace with a wrapper around gmp.h
- 4:45 PM Changeset in git [85ba0a]spielwiese by
- use div instead of /, part 2 git-svn-id: file:///usr/local/Singular/svn/trunk@14192 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:11 PM Changeset in git [4173c7]spielwiese by
- use div instead of /, part 1 git-svn-id: file:///usr/local/Singular/svn/trunk@14191 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:29 PM Changeset in git [c8a1b2]spielwiese by
- waring for / as int division git-svn-id: file:///usr/local/Singular/svn/trunk@14190 2c84dea3-7e68-4137-9b89-c4e89433aadc
May 3, 2011:
- 10:14 PM Changeset in git [6d0563e]spielwiese by
- FIX: any linux can use dynamic modules, no?
- 10:03 PM Changeset in git [4ffb46]spielwiese by
- FIX: enabling dynamic modules on Free BSD TODO: -ldl is wrong! NOTE: should use gmake on Free BSD instead of make...
- 12:16 PM Changeset in git [26c66ae]spielwiese by
- use n_Ext, only, for any type of extensions (after discussion with Hans)
May 2, 2011:
- 11:05 PM Changeset in git [ebc188]spielwiese by
- MV: sw.sh moved to 'scripts' git branch
- 7:48 PM Changeset in git [4c811b]spielwiese by
- FIX: bug fix: /usr/local is not searched by gcc by default
- 7:23 PM Changeset in git [3bb9cb]spielwiese by
- FIX: minor fixes to sw.sh
- 6:55 PM Changeset in git [10a85fe]spielwiese by
- ADD: better 'date' format (no spaces) ADD: paralell run-protection ADD: build dir is date-dependent CHG: no default "-j" make option
Apr 29, 2011:
- 9:44 PM Changeset in git [3033f0]spielwiese by
- FIX: 'git show' - shows too much :( - use 'git log' instead
- 9:33 PM Changeset in git [62604d]spielwiese by
- ADD: shell script for nightly builds/tests
- 7:04 PM Changeset in git [bfa04e]spielwiese by
- fix typos minpoly is a poly in r->cf->algring
- 2:51 PM Changeset in git [aec5c9]spielwiese by
- minpoly replaced by minideal->m[0]; prep for longalg/longtrans
Apr 28, 2011:
- 3:54 PM Changeset in git [ab4929]spielwiese by
- fix distrib.h git-svn-id: file:///usr/local/Singular/svn/trunk@14189 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:52 PM Changeset in git [a76d93d]spielwiese by
- how to build with SolarisStudio compiler on linux git-svn-id: file:///usr/local/Singular/svn/trunk@14188 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:54 PM Changeset in git [fc7902]spielwiese by
- removed some unsed variables, unused debug stuff git-svn-id: file:///usr/local/Singular/svn/trunk@14187 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:50 PM Changeset in git [760a78f]spielwiese by
- less warnings: unused variables, unused debug stuff, const in result type, inline without procedure body
Apr 27, 2011:
- 7:54 PM Changeset in git [afb23d]spielwiese by
- sort factors from extensions (part 2) git-svn-id: file:///usr/local/Singular/svn/trunk@14186 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:57 PM Changeset in git [52fac69]spielwiese by
- sort factors from extensions (part 1) git-svn-id: file:///usr/local/Singular/svn/trunk@14185 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:37 PM Changeset in git [c58765]spielwiese by
- add sort of factorization over extensions git-svn-id: file:///usr/local/Singular/svn/trunk@14184 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:25 PM Changeset in git [4c6e420]spielwiese by
- ADD: algring to coeffs (for extension fields via polynomials) FIX: eliminated the use of minpoly/P/params in polynomials (as much as was possible) ADD: complex numbers need a name for the imaginary root of -1 (use complex_parameter instead of parameter[0])
- 2:45 PM Changeset in git [5c97e10]spielwiese by
- removed *.0.so modules from tests/
- 1:56 PM Changeset in git [afa93a]spielwiese by
- FIX: p_?GetCoeff must test the input
- 1:31 PM Changeset in git [b5b9dc]spielwiese by
- fix poly_test
- 1:01 PM Changeset in git [bfde6c]spielwiese by
- FIX: some silly bugs in tests... TODO: correct assumes...?
- 11:51 AM Changeset in git [ad443e]spielwiese by
- removed some unsed variables from *__T git-svn-id: file:///usr/local/Singular/svn/trunk@14183 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 11:44 AM Changeset in git [b7d7eb]spielwiese by
- ADD: deleting polynomials... fails
- 10:22 AM Changeset in git [f70f641]spielwiese by
- - rSum, rCopy0: uses now coeffs - some unused variables removed in templates
- 3:09 AM Changeset in git [b27c052]spielwiese by
- ADD: first poly-tests (Sum Up integers 0..N) ADD: GlobalFixup made common and is able to redirect clog FIX: related minor fixes
Apr 26, 2011:
- 10:40 PM Changeset in git [6c084af]spielwiese by
- ADD: CoeffWrite for n_R (shortfl.cc) ADD: test function pointers before calling in all n_*(... const coeff r) CHG: renamed ndIsZeroDivisor -> n_IsZeroDivisor
- 9:50 PM Changeset in git [6e66d2]spielwiese by
- FIX: Schreyer ordering was broken: monomials always had 0-level From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14182 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:12 PM Changeset in git [4be9435]spielwiese by
- 3-1-3-1 git-svn-id: file:///usr/local/Singular/svn/trunk@14181 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 10:24 AM Changeset in git [3dbe0bf]spielwiese by
- rSum: test for equal coeffs mod_raw: simplified
Apr 25, 2011:
- 8:25 AM Changeset in git [a45086]spielwiese by
- FIX: mac os x specific linker options From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14180 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:25 AM Changeset in git [27fc50]spielwiese by
- FIX: fixed building/loading of dynamic modules on Mac OS X From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14179 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 23, 2011:
- 2:46 AM Changeset in git [52f218]spielwiese by
- FIX: mod_raw: check __ELF__ ADD: dynamic modules (quick and dirty hack for tests)
Apr 22, 2011:
- 12:29 AM Changeset in git [d142260]spielwiese by
- FIX: fixed dynamic loading on Mac OS X using dlfcn
Apr 21, 2011:
- 11:59 PM Changeset in git [c11134]spielwiese by
- FIX: fixed linkage under Mac OS X: one has to initialize global variables
- 5:35 PM Changeset in git [2dcf453]spielwiese by
- do not compile dynamic modules unless ENABLE_P_PROCS_DYNAMIC=true
- 5:34 PM Changeset in git [6d28ba7]spielwiese by
- ./configure --enable-p-procs-static now compiles
- 4:41 PM Changeset in git [d9e190]spielwiese by
- got rid of program_invocation_name (non-portable) and replaced it by an educated guess changed the test generation script to save a copy of the program name in main
- 3:37 PM Changeset in git [4f07ef]spielwiese by
- minor fix (GF(25/5?))
- 3:20 PM Changeset in git [44105a7]spielwiese by
- * Use -module when linking p_Procs dynamic modules * Remove lib prefix from names of p_Procs dynamic modules
- 3:14 PM Changeset in git [fd22bf0]spielwiese by
- Add AM_LDFLAGS to polys_test_LDFLAGS
- 3:11 PM Changeset in git [3ebb22e]spielwiese by
- added "extern int fanID" so shared library can use fanID git-svn-id: file:///usr/local/Singular/svn/trunk@14178 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:06 PM Changeset in git [8480db]spielwiese by
- ADD: trying to use dynamic module (-rdynamic)
- 3:04 PM Changeset in git [95c1fa]spielwiese by
- FIX: fixes due to separating coeffs into 'cf'
- 2:26 PM Changeset in git [9b9ae7]spielwiese by
- removed rWrite stuff which is now in n_CoeffWrite
- 2:12 PM Changeset in git [7a8011]spielwiese by
- more CoeffWrite: rings, long R, long C
- 1:42 PM Changeset in git [8167af]spielwiese by
- nlCoeffWrite
- 1:40 PM Changeset in git [ae85a3]spielwiese by
- ADD: executables should use feInitResources ADD: try using n_CoeffWrite...
- 1:36 PM Changeset in git [59a62bd]spielwiese by
- ADD: feInitResources can use 'program_invocation_name' instead of argv[0] ADD: executables should run feInitResources at the start
- 1:34 PM Changeset in git [01c1d0]spielwiese by
- FIX: moved P/minpoly/parameters from ring to coeff
- 1:32 PM Changeset in git [0b7bf7]spielwiese by
- FIX: fixed a bug (due to the sum test for Zn3), together with Frank Seelisch
- 12:47 PM Changeset in git [c7e3d7]spielwiese by
- cfCoeffWrite introduced
- 11:54 AM Changeset in git [03bf55]spielwiese by
- FIX: adaptation of var. name changes for arithmetik rings coauthor: Frank Seelisch
Apr 20, 2011:
- 10:29 PM Changeset in git [c47547]spielwiese by
- Change in the documentation of proc normal, based on a question by Philipp Renner. git-svn-id: file:///usr/local/Singular/svn/trunk@14177 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 9:43 PM Changeset in git [17e473]spielwiese by
- FIX: we can link against libpolys FIX: rField_*(r...) all should call corresponding nCoeff_*(r->cf...) ADD: first tests of polynomial rings TODO for Frank: change ring.* wrt ring-related variables (moved to coeffs &&& renamed!) TODO: poly. algs. over rings are UNusable at the moment
- 7:14 PM Changeset in git [1ddd04]spielwiese by
- rDefault via coeffs
- 6:09 PM Changeset in git [0ebd7e]spielwiese by
- add ksCheckCoeffs
- 6:08 PM Changeset in git [294537]spielwiese by
- FIX: pMinPolyNormalize -> p_MinPolyNormalize
- 6:01 PM Changeset in git [c5412f]spielwiese by
- FIX: use -ldl whenever linking against DYNAMIC version of libpolys... TODO: fix the configure!
- 5:56 PM Changeset in git [13366d]spielwiese by
- FIX: rSetISReference FIX: sca should not rely on kNF/sca_bba for the time being => commented out
- 5:53 PM Changeset in git [dd693a]spielwiese by
- fix p_TakeOutComp add p_Vec2Polys
- 5:31 PM Changeset in git [9765f3]spielwiese by
- fixed pFDeg (not a global variable, but a member of ring) fixed sip_sideal_bin
- 5:24 PM Changeset in git [7dce2d7]spielwiese by
- add comments to some coeff functions add p_EqualPolys fix warnings in mod_raw.cc
- 4:40 PM Changeset in git [7f581e]spielwiese by
- add access to rings of newstruct members: r_ prefix git-svn-id: file:///usr/local/Singular/svn/trunk@14176 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:53 PM Changeset in git [a088a12]spielwiese by
- writing newstructs to links git-svn-id: file:///usr/local/Singular/svn/trunk@14175 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 19, 2011:
- 7:19 PM Changeset in git [7f602b]spielwiese by
- ADD: added "#include <misc/auxiliary.h>"
- 6:50 PM Changeset in git [8c9912]spielwiese by
- ADD: mod_raw is needed for dynamic linkage FIX: expose some needed symbols FIX: use rDelete instead of rKill
- 6:16 PM Changeset in git [e5422d]spielwiese by
- fixed zero divisior issue in Z/2^mZ coauthor: Frank Seelisch <seelisch@mathematik.uni-kl.de>
- 4:56 PM Changeset in git [e1761c]spielwiese by
- define HAVE_DL in m4/p-procs.m4, SING_CHECK_P_PROCS
- 4:42 PM Changeset in git [72b880]spielwiese by
- replaced the deprecated AC_LIBTOOL_DLOPEN/AC_PROG_LIBTOOL with LT_INIT(dlopen disable-static)
- 3:16 PM Changeset in git [41dde6]spielwiese by
- - moved the definitions of HAVE_MULT_MOD, HAVE_DIV_MOD, and HAVE_GENERIC_ADD to cpu-check.m4 - generate misc/auxiliary.h in configure script
- 2:32 PM Changeset in git [aa450d]spielwiese by
- FIX: move some minor functions from polys.h -> p_polys.h
- 12:56 PM Changeset in git [a60e0b]spielwiese by
- fixed the syntax for compilers in pedantic mood :)
- 12:34 PM Changeset in git [8184703]spielwiese by
- * Remove references to libpolys/m4 * Add AC_CONFIG_AUX_DIR([.]) to libpolys/configure.ac
- 12:22 PM Changeset in git [ec0d9b]spielwiese by
- merge libpolys/polys/configure.ac into polys/configure.ac
- 12:00 PM Changeset in git [1135a61]spielwiese by
- fix weight0.c
- 11:44 AM Changeset in git [f27003]spielwiese by
- find a place for our bitset optionbs from options.h
- 11:39 AM Changeset in git [0ffdec]spielwiese by
- fix pDebug
Apr 18, 2011:
- 9:06 PM Changeset in git [4f684a]spielwiese by
- ADD: unit tests for polys
- 8:44 PM Changeset in git [845729b]spielwiese by
- Removed linear algebra stuff (Bareiss/Det etc) from matpol.cc TODO: matpol -> simplematrices?
- 8:26 PM Changeset in git [1820e7]spielwiese by
- ADD: more unit tests via CxxTest and related changes FIX: NULLp for (void*)NULL + minor changes
- 4:03 PM Changeset in git [f84c3b]spielwiese by
- serialiaze for blackbox git-svn-id: file:///usr/local/Singular/svn/trunk@14174 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:45 PM Changeset in git [9fc2ffd]spielwiese by
- serialiaze for blackbox git-svn-id: file:///usr/local/Singular/svn/trunk@14173 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:44 PM Changeset in git [16d5ed]spielwiese by
- SunStudio fix git-svn-id: file:///usr/local/Singular/svn/trunk@14172 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:50 PM Changeset in git [85ec7a]spielwiese by
- add findifs.libi to experimental libs git-svn-id: file:///usr/local/Singular/svn/trunk@14171 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 15, 2011:
- 5:57 PM Changeset in git [c025aa]spielwiese by
- *levandov: link to jacobson lib from noncomm libs is added git-svn-id: file:///usr/local/Singular/svn/trunk@14170 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:35 PM Changeset in git [572b31]spielwiese by
- *levandov: cleardenom call fixed for RATGB git-svn-id: file:///usr/local/Singular/svn/trunk@14169 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:14 PM Changeset in git [6de2fd9]spielwiese by
- fix doc git-svn-id: file:///usr/local/Singular/svn/trunk@14168 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:13 PM Changeset in git [1f81223]spielwiese by
- fix doc: static proc cannot be referenced git-svn-id: file:///usr/local/Singular/svn/trunk@14167 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:04 PM Changeset in git [681953b]spielwiese by
- *levandov: all descriptions of the libs added git-svn-id: file:///usr/local/Singular/svn/trunk@14166 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:03 PM Changeset in git [6ed0775]spielwiese by
- *levandov: docs reworked, new paper added, release notes updated git-svn-id: file:///usr/local/Singular/svn/trunk@14165 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:39 PM Changeset in git [5e5156]spielwiese by
- we need g++ for -M git-svn-id: file:///usr/local/Singular/svn/trunk@14164 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 11:50 AM Changeset in git [d39b74]spielwiese by
- fix some typos
- 11:43 AM Changeset in git [3d65be]spielwiese by
- fix matpol: try to avoid _<capital letter> - it is reserved
- 11:32 AM Changeset in git [a2d993]spielwiese by
- fix simpleideals
- 10:42 AM Changeset in git [2a8e21]spielwiese by
- removed DBM:r test git-svn-id: file:///usr/local/Singular/svn/trunk@14163 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 14, 2011:
- 7:02 PM Changeset in git [2f5547]spielwiese by
- id_FreeModule
- 3:46 PM Changeset in git [a665eb]spielwiese by
- id_HomIdeal, id_MaxIdeal
- 3:34 PM Changeset in git [b78996]spielwiese by
- FIX: strting to fix sparse matrices (sparsmat.{h, cc})
- 3:29 PM Changeset in git [2f5936]spielwiese by
- id_Add, id_Transp
- 3:12 PM Ticket #337 (misinterpretation of numbers as ints (at least over Q)) created by
- I guess we do not want SINGULAR to work as illustrated below. --> need …
- 2:44 PM Changeset in git [cf02b22]spielwiese by
- FIX: last fixes to matpol.cc FIX: add "const" for (last) ring parameter for p_GetShortExpVector and correct declarations p_polys.h ADD: copy over *Choise funxtions from ideals.h to simpleideals.h
- 1:53 PM Changeset in git [720156]spielwiese by
- merge libpolys/coeffs/configure.ac into libpolys/configure.ac
- 12:54 PM Changeset in git [d11524]spielwiese by
- - merge libpolys/{misc,reporter,resources}/configure.ac into libpolys/configure.ac - seperate some of the checks in separate m4 files
- 12:23 PM Changeset in git [6f212c]spielwiese by
- commands plot and surfer finally work under Windows (fixes track ticket #208) git-svn-id: file:///usr/local/Singular/svn/trunk@14162 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:23 PM Changeset in git [691dba]spielwiese by
- FIX: use #include "config.h" everywhere
- 12:22 PM Ticket #208 (surf/surfer/plot in Windows) closed by
- fixed: new version of surfer and changes in surf.lib resolve the problems
- 12:00 PM Changeset in git [0c0be73]spielwiese by
- update date git-svn-id: file:///usr/local/Singular/svn/trunk@14161 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 11:57 AM Changeset in git [503a31]spielwiese by
- FIX: some more fixes (adding ring)
- 11:22 AM Changeset in git [9b216e2]spielwiese by
- changes since 3-1-3 git-svn-id: file:///usr/local/Singular/svn/trunk@14160 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 10:41 AM Changeset in git [abff74]spielwiese by
- libparse/scanner git-svn-id: file:///usr/local/Singular/svn/trunk@14159 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 10:40 AM Changeset in git [3e173a]spielwiese by
- changlog stuff git-svn-id: file:///usr/local/Singular/svn/trunk@14158 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 10:21 AM Changeset in git [42653b]spielwiese by
- sunos port git-svn-id: file:///usr/local/Singular/svn/trunk@14157 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 10:18 AM Changeset in git [4dd2c4]spielwiese by
- sunos port git-svn-id: file:///usr/local/Singular/svn/trunk@14156 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 13, 2011:
- 8:49 PM Changeset in git [5d9aa6]spielwiese by
- FIX: further fixes in matpol ADD: sparse matrices (sparsmat.*) - needed for matpol (Berreiss?)
- 7:17 PM Changeset in git [0a3a629]spielwiese by
- FIX: fixed the matrix-related inteface: e.g. mpCopy(matrix) -> mp_Copy(matrix, const ring)
- 7:16 PM Changeset in git [ee33a7]spielwiese by
- FIX: eliminate some minor warnings (";")
- 6:23 PM Changeset in git [ef7b98]spielwiese by
- FIX: fixes due to Sun Studio (removed ncSACache stubs from ncSAMult) From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14155 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:29 PM Changeset in git [ef358a]spielwiese by
- do not asumme gcc if CC/CXX is given git-svn-id: file:///usr/local/Singular/svn/trunk@14154 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:12 PM Changeset in git [a8bb563]spielwiese by
- freebsd port git-svn-id: file:///usr/local/Singular/svn/trunk@14153 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:28 PM Ticket #336 (0c is not accepted for parameters, but only in the form 0*c) closed by
- wontfix: The * may only be omitted for monomials. For example (in the setting …
- 4:14 PM Ticket #336 (0c is not accepted for parameters, but only in the form 0*c) created by
- For parameters, unlike variables, an input in the form 0c is not …
- 3:39 PM Changeset in git [2e4757c]spielwiese by
- syntax fix
- 3:35 PM Changeset in git [91a72f]spielwiese by
- fix intvec *id_Sort(ideal id,BOOLEAN nolex, const ring r)
- 3:30 PM Changeset in git [c656700]spielwiese by
- FIX: degBound support for SCA (std/syz/res) From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14152 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:27 PM Changeset in git [2e7dee]spielwiese by
- fix id_Copy, idInit ..
- 3:15 PM Changeset in git [6f3273]spielwiese by
- fix BOOLEAN id_IsConstant(ideal id, const ri ng r)
- 3:12 PM Changeset in git [3d0808]spielwiese by
- fix void id_DelDiv(ideal id, const ring r) fix p_DivisibleByRingCase
- 3:03 PM Changeset in git [c9c118]spielwiese by
- fix typo
- 3:01 PM Changeset in git [119853]spielwiese by
- fix void id_DelLmEquals(ideal id, const ring r)
- 2:58 PM Changeset in git [4a08e7]spielwiese by
- fix void id_DelEquals(ideal id, const ring r)
- 2:57 PM Changeset in git [9aa29b]spielwiese by
- fix void id_Norm(ideal id, const ring r)
- 2:55 PM Changeset in git [f5c2d02]spielwiese by
- fix void id_DelMultiples(ideal id, const ring r)
- 2:47 PM Changeset in git [99d8fd5]spielwiese by
- do not change r->OrdSgn from -1 to 1 git-svn-id: file:///usr/local/Singular/svn/trunk@14151 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:33 PM Changeset in git [84893c]spielwiese by
- fix typo git-svn-id: file:///usr/local/Singular/svn/trunk@14150 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 2:21 PM Changeset in git [0de6e1]spielwiese by
- Semicolon was missing. git-svn-id: file:///usr/local/Singular/svn/trunk@14149 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 1:44 PM Changeset in git [f0cf96]spielwiese by
- added the line [*-apple-darwin*], [SUPPORTS_DYNAMIC_MODULES=yes], to m4/p-procs.m4
- 1:44 PM Changeset in git [da55c8]spielwiese by
- fixed some include pathes
- 1:09 PM Changeset in git [4aa8610]spielwiese by
- created libpolys/tests and set up the beginning of a test-suite using cxxtest
- 10:18 AM Changeset in git [8261b2]spielwiese by
- rCheckOrdSgn, fix for tr. 335, Buch/Example_1_9_22 git-svn-id: file:///usr/local/Singular/svn/trunk@14148 2c84dea3-7e68-4137-9b89-c4e89433aadc
Apr 12, 2011:
- 5:13 PM Changeset in git [892ad21]spielwiese by
- fix tr.335 git-svn-id: file:///usr/local/Singular/svn/trunk@14147 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 5:12 PM Ticket #335 (read on ssi:fork destroys ring variables (occured only in local ordering)) closed by
- fixed: fixed for all except local matrix orderings
- 3:42 PM Changeset in git [c385d40]spielwiese by
- allow some ring maps git-svn-id: file:///usr/local/Singular/svn/trunk@14146 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:00 PM Changeset in git [f71e8c5]spielwiese by
- same missing include for simpleideals.* removed std stuff from simpleideals.cc
- 2:40 PM Changeset in git [2fc974]spielwiese by
- fix tgb.cc(sun warnings, MBs patch) git-svn-id: file:///usr/local/Singular/svn/trunk@14145 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 12:16 PM Changeset in git [a647914]spielwiese by
- FIX: ncSAMult (gnc_ -> ggnc_) From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14144 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 9:54 AM Ticket #335 (read on ssi:fork destroys ring variables (occured only in local ordering)) created by
- SINGULAR / A Computer Algebra System …
Apr 11, 2011:
- 8:11 PM Changeset in git [4a40cb0]spielwiese by
- typo git-svn-id: file:///usr/local/Singular/svn/trunk@14143 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 8:05 PM Changeset in git [d231ed]spielwiese by
- fix format git-svn-id: file:///usr/local/Singular/svn/trunk@14142 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:13 PM Changeset in git [4a7c16]spielwiese by
- error message fixed git-svn-id: file:///usr/local/Singular/svn/trunk@14141 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:09 PM Changeset in git [049b78]spielwiese by
- fix primdecint.tst git-svn-id: file:///usr/local/Singular/svn/trunk@14140 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 7:05 PM Changeset in git [58f1ff5]spielwiese by
- FIX: ncSAMult (external/static issue) ADD: not implemented warning From: Oleksandr Motsak <motsak@mathematik.uni-kl.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14139 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 6:54 PM Changeset in git [5beac5]spielwiese by
- corrected last change in rmodulo2m.cc git-svn-id: file:///usr/local/Singular/svn/trunk@14138 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 6:51 PM Changeset in git [1377c9]spielwiese by
- ADD: ncSAMult.{h,cc} - the last of NC arithmetics
- 6:39 PM Changeset in git [5f4463]spielwiese by
- making the sun-c/c++ compiler happy (still waiting for to issues...) git-svn-id: file:///usr/local/Singular/svn/trunk@14137 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 4:00 PM Changeset in git [1673386]spielwiese by
- replaced arrays by pointers git-svn-id: file:///usr/local/Singular/svn/trunk@14136 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:36 PM Changeset in git [2ad10e9]spielwiese by
- ADD: started fixing simpleideals.cc matpol.{cc,h} (the later needs interface changes!)
- 3:22 PM Changeset in git [526e40d]spielwiese by
- collect denominators of std computations in denom_list call system("denom_list"); From: Mohamed Barakat <mohamed.barakat@rwth-aachen.de> git-svn-id: file:///usr/local/Singular/svn/trunk@14135 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 3:17 PM Changeset in git [d6a97c3]spielwiese by
- FIX: the rest of NC-related stuff can be compiled in now
- 12:23 PM Changeset in git [e1375d]spielwiese by
- changed mapping behaviour from Z/2^m*Z to Z/2^n*Z git-svn-id: file:///usr/local/Singular/svn/trunk@14134 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 11:51 AM Changeset in git [0f93f5]spielwiese by
- changed nCopy for Z/2^m*Z git-svn-id: file:///usr/local/Singular/svn/trunk@14133 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 9:58 AM Changeset in git [71a8ba]spielwiese by
- intersectZ --> intersect git-svn-id: file:///usr/local/Singular/svn/trunk@14132 2c84dea3-7e68-4137-9b89-c4e89433aadc
- 9:42 AM Changeset in git [2272157]spielwiese by
- intersectZ --> intersect git-svn-id: file:///usr/local/Singular/svn/trunk@14131 2c84dea3-7e68-4137-9b89-c4e89433aadc
Note: See TracTimeline
for information about the timeline view.