source: git/Singular

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @047597   13 years Oleksandr FIX: registration of naInitChar and ntInitChar (siInit in ... fieker-DuValspielwiese
(edit) @1d768d   13 years Oleksandr ADD: system("r"/"p") should not emit error in release build fieker-DuValspielwiese
(edit) @393651   13 years hannes fix: creation of ring (0,a),x,dp fieker-DuValspielwiese
(edit) @207e0b   13 years Oleksandr ADD: more debug output, while trying to debug the 32-bit error (x*x)... fieker-DuValspielwiese
(edit) @746fd8   13 years Oleksandr FIX: feOpt.inc should be generated 1st thing in for any target.. fieker-DuValspielwiese
(edit) @d4e056   13 years Oleksandr ADD: test multiplication via the Singular interpreter fieker-DuValspielwiese
(edit) @a3bb5d   13 years Oleksandr FIX: special linker flags for dlopen'ing dynamic .so-s. FIX: pass ... fieker-DuValspielwiese
(edit) @6a4ba5f   13 years hannes removed some use of currRing in ideals.h fieker-DuValspielwiese
(edit) @eeae6e3   13 years Oleksandr FIX: the use of "om_sing_opt_show_mem" in Singular/misc_ip.cc now ... fieker-DuValspielwiese
(edit) @3b8d48   13 years Oleksandr ADD: more ignored binaries fieker-DuValspielwiese
(edit) @1ddcda6   13 years Oleksandr ADD: create ring via the Interpretor (for make check) fieker-DuValspielwiese
(edit) @2fbc7a   13 years Oleksandr CHG: removed the direc kernel tests (still present in kernel/test.cc) ... fieker-DuValspielwiese
(edit) @07f3b73   13 years Oleksandr FIX: Singular builds, runs & does some polynomial arithmetics!!! fieker-DuValspielwiese
(edit) @3bdd16   13 years Oleksandr CHG: don't use Pyobjects yet... fieker-DuValspielwiese
(edit) @6bcd036   13 years Oleksandr CHG: cleaning up tests FIX: fixed Singular/test.cc (currRing was r-Deleted) fieker-DuValspielwiese
(edit) @f29ab6   13 years Oleksandr FIX: use p_DebugPrint instead of pDebugPrint + ring fieker-DuValspielwiese
(edit) @715936   13 years Oleksandr FIX: omalloc should be configured with ... fieker-DuValspielwiese
(edit) @5348866   13 years Oleksandr FIX: guarding all libfac_* variables with HAVE_LIBFAC fieker-DuValspielwiese
(edit) @1133b7   13 years Oleksandr FIX: moved fereadl.c to Singular/ fieker-DuValspielwiese
(edit) @5c71ae1   13 years Oleksandr FIX: maEval takes the destination ring CHG: minor cleanup fieker-DuValspielwiese
(edit) @f9dc437   13 years Oleksandr FIX: no idSubst (use id_Subst + ring instead) fieker-DuValspielwiese
(edit) @d02fff   13 years Oleksandr FIX: no pVec2Polys (use p_Vec2Poly + ring instead) fieker-DuValspielwiese
(edit) @f7aa4c7   13 years Oleksandr CHG: pHomogen & pIsHomogeneous -> p_Homogen & p_IsHomogeneous + currRing fieker-DuValspielwiese
(edit) @d84a4d   13 years Oleksandr FIX: id[^_]* vs id_*: adding inline version to kernel/ideals.h FIX: ... fieker-DuValspielwiese
(edit) @1450c9   13 years Oleksandr FIX: moved interpreter-related FGLM declarations to Singular/fglm.h ... fieker-DuValspielwiese
(edit) @419b39   13 years Oleksandr FIX: enable implicit templates for now (commented out the use of ... fieker-DuValspielwiese
(edit) @3630fa8   13 years Oleksandr FIX: starting to add an optional ring argument to id[^_]* (without it) fieker-DuValspielwiese
(edit) @993ae2   13 years Oleksandr FIX: ppNoether belongs to a ring (currRing!?) fieker-DuValspielwiese
(edit) @3aa9b6   13 years Oleksandr TODO: singclap_{irrCharSeries,neworder} are commented out and shell ... fieker-DuValspielwiese
(edit) @24a614b   13 years Oleksandr FIX: nc_p_Bracket_qq must take the 3rd RING argument! fieker-DuValspielwiese
(edit) @1f4ff9   13 years Oleksandr ADD: local .gitignores fieker-DuValspielwiese
(edit) @213d64   13 years Oleksandr CHG: rootArranger::listOfRoots deals with lists => moved to ... fieker-DuValspielwiese
(edit) @b9cf41   13 years Oleksandr ADD: made libnumeric out of numberic/ fieker-DuValspielwiese
(edit) @67070c   13 years Oleksandr ADD: trying to test Singular interpreter according to 'HOWTO-libsingular' fieker-DuValspielwiese
(edit) @929fae   13 years Oleksandr FIX: currRing / currQuotient removed from Singular/ipid since they are ... fieker-DuValspielwiese
(edit) @13a8de   13 years Oleksandr FIX: misc_ip should not contain mmInit !?!! fieker-DuValspielwiese
(edit) @3449431   13 years Oleksandr FIX: tesths.cc should be compiled without -DLIBSINGULAR! fieker-DuValspielwiese
(edit) @a40080   13 years Oleksandr CHG: minor changes fieker-DuValspielwiese
(edit) @ef6f95   13 years Oleksandr CHG: libSingular* needs LIBSINGULAR define fieker-DuValspielwiese
(edit) @8aa03b   13 years Oleksandr ADD: improving tests fieker-DuValspielwiese
(edit) @9680805   13 years Oleksandr FIX: minor fixes due to feOpt.* fieker-DuValspielwiese
(edit) @737a68   13 years Oleksandr CHG: moved libpolys/polys/polys.h to kernel/polys.h & updated includes ... fieker-DuValspielwiese
(edit) @f3ea6ce   13 years Oleksandr ADD: defining DISABLE_GMP_CPP makes cf_gmp.h to use our UGLY! hack to ... fieker-DuValspielwiese
(edit) @06aafe1   13 years Oleksandr FIX: ipshell needs isdigit from ctype.h fieker-DuValspielwiese
(edit) @fbb0173   13 years Oleksandr ADD: Singularg fieker-DuValspielwiese
(edit) @7b15f9d   13 years hannes more idHead fixed fieker-DuValspielwiese
(edit) @fe89b98   13 years hannes fix pLeXOrder fieker-DuValspielwiese
(edit) @4691363   13 years hannes implement rChangeCurrRing fieker-DuValspielwiese
(edit) @156138   13 years Oleksandr ADD: build test/testg out of test.cc and run them during 'make check' ... fieker-DuValspielwiese
(edit) @643b538   13 years Oleksandr FIX: fixing unfixed assumes and ther stuff for debug version of Singular fieker-DuValspielwiese
(edit) @ca9096f   13 years Oleksandr ADD: #ifdef HAVE_MPSR safeguards around the header-content CHG: minor ... fieker-DuValspielwiese
(edit) @b80440   13 years Oleksandr CHG: kernel/testgh seems to be out of place and obsolete... ewnamed to ... fieker-DuValspielwiese
(edit) @5938a0   13 years Oleksandr ADD: Singular building under Mac OS X fieker-DuValspielwiese
(edit) @fe72e1   13 years Oleksandr FIX: symbol duplicate: iiInitSingularProcinfo fieker-DuValspielwiese
(edit) @8d033e2   13 years Oleksandr FIX: symbol duplicate: feFilePending fieker-DuValspielwiese
(edit) @d8c7a6   13 years Oleksandr FIX: to the fix of fix ... fieker-DuValspielwiese
(edit) @736288b   13 years Oleksandr FIX: fixed rInit (GF)... fieker-DuValspielwiese
(edit) @f5bef2   13 years Oleksandr FIX: finished ipshell (together with Burcin) ADD: Singular build target fieker-DuValspielwiese
(edit) @e7e815   13 years Oleksandr FIX: rCompose uses nInitChar now! fieker-DuValspielwiese
(edit) @2b7f4e   13 years Oleksandr FIX: rDefault(const char*) - returns a handle... moved to ipshell CHG: ... fieker-DuValspielwiese
(edit) @3da9f4   13 years hannes fix n_GF in rInit fieker-DuValspielwiese
(edit) @3373e32   13 years hannes rewrite rInit fieker-DuValspielwiese
(edit) @8c6ae50   13 years hannes fix iparith.cc fieker-DuValspielwiese
(edit) @d143376   13 years Oleksandr FIX: starting to fix rCompose (ipshell) fieker-DuValspielwiese
(edit) @77bb59   13 years Oleksandr CHG: minor changes fieker-DuValspielwiese
(edit) @d914cf0   13 years Oleksandr ADD/FIX: maGetPreimage exposed by kernel/preimage.* now fieker-DuValspielwiese
(edit) @c10515   13 years hannes add missing routines from ipshell.cc to ipshell.h fieker-DuValspielwiese
(edit) @15ff9a   13 years hannes add missing header: Singular/linearAlgebra_ip.h fieker-DuValspielwiese
(edit) @6cc7f5   13 years burcin Convert Singular/ipshell.cc to libpolys (not done). fieker-DuValspielwiese
(edit) @45c9bd3   13 years Oleksandr FIX: use n_IsParam instead of lnumber/->z/p_Var fieker-DuValspielwiese
(edit) @94a065c   13 years hannes fix cfImPart (coeffs.h) fieker-DuValspielwiese
(edit) @cfecd2   13 years hannes add n_RePart and n_ImPart to coeffs.h fieker-DuValspielwiese
(edit) @a374b8   13 years Oleksandr FIX: rCompose and rDecompose are only used in iparith (and declared there) fieker-DuValspielwiese
(edit) @669f3d   13 years Oleksandr FIX: fixed the wrong fix for mpCopy (currRing was passed NOT to mp_Copy) fieker-DuValspielwiese
(edit) @c44ade   13 years Oleksandr FIX: mpIsDiagUnit -> mp_IsDiagUnit + currRing fieker-DuValspielwiese
(edit) @c1f4a68   13 years Oleksandr FIX: smCall* -> sm_Call* + add currRing, FIX: same for smCheckDet fieker-DuValspielwiese
(edit) @bf38a4   13 years hannes on the way to fix iparith.cc fieker-DuValspielwiese
(edit) @e92b07   13 years Oleksandr FIX: fixed the use of parameters (and lnumber's) in pSubstPar fieker-DuValspielwiese
(edit) @7fccc79   13 years hannes fix pVariables ->rVar(currRing) fieker-DuValspielwiese
(edit) @8a5c49   13 years hannes fix ipassign.cc, extra.cc fieker-DuValspielwiese
(edit) @95eb6d   13 years Oleksandr FIX: headers FIX: almost done with extra.cc (save for ITIMER_VIRTUAL, ... fieker-DuValspielwiese
(edit) @3e305b   13 years Oleksandr FIX: fix bigintegers (mpz_t) use in misc_ip.* fieker-DuValspielwiese
(edit) @cc7302   13 years Oleksandr ADD: expose feStringAppendBrowsers (moved to Singular/fehelp.*) fieker-DuValspielwiese
(edit) @320f1c   13 years hannes fix ssiLink.cc fieker-DuValspielwiese
(edit) @4ff07f   13 years hannes fix subexpr.cc fieker-DuValspielwiese
(edit) @bda3ea   13 years hannes genration of iparith.inc, mpsr_Tok.inc fieker-DuValspielwiese
(edit) @98b2d31   13 years hannes fix ipconc.cc fieker-DuValspielwiese
(edit) @5ad2f8   13 years hannes fix silink.cc fieker-DuValspielwiese
(edit) @a8ee9f   13 years Oleksandr FIX: use new MPZ<->NUMBER conversions for coeffs + coeffs_BIGINT fieker-DuValspielwiese
(edit) @5ff1d3   13 years Oleksandr FIX: headers cleanup ADD: p_SetRingOfLeftv is defined in misc_ip.* fieker-DuValspielwiese
(edit) @88479ff   13 years burcin Change includes in Singular/tesths.cc to work around cstdio/stdio.h ... fieker-DuValspielwiese
(edit) @3d9165   13 years burcin Convert Singular/Minor* to libpolys. fieker-DuValspielwiese
(edit) @88a3ea2   13 years hannes removed include of longtrans.h fieker-DuValspielwiese
(edit) @b787fb6   13 years hannes removed includes of longalg.h fieker-DuValspielwiese
(edit) @7b2b05   13 years hannes removed longalg.*, longtrans.* (we use now algext.*, transext.*) fieker-DuValspielwiese
(edit) @3b1d9a   13 years burcin Convert Singular/maps_ip.cc to libpolys. fieker-DuValspielwiese
(edit) @1085d4   13 years hannes fix idid.cc via ipshell.h fieker-DuValspielwiese
(edit) @db45a2   13 years hannes fix grammar.y/grammar.cc fieker-DuValspielwiese
(edit) @92d684   13 years Oleksandr ADD: python - related changes FIX: removed C++-related heades (unused ... fieker-DuValspielwiese
(edit) @cf4154   13 years Oleksandr FIX: correct headers in maps_ip fieker-DuValspielwiese
Note: See TracRevisionLog for help on using the revision log.