[singular] branch cleanedupstream deleted (was 6125e54)

Ximin Luo infinity0 at debian.org
Tue Mar 8 15:37:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch cleanedupstream
in repository singular.

       was  6125e54   fix: licence of minpoly.*: GPL

This change permanently discards the following revisions:

  discards  6125e54   fix: licence of minpoly.*: GPL
  discards  b1191f5   Merge pull request #98 from mmklee/minor_fix
  discards  b8d4972   add: ffsolve.lib to experimental libs
  discards  06030a1   fix: bigintmat: assign, printing
  discards  9270a7a   fix: contributors
  discards  1f1b9ad   chg: debug stuff: better message for"is no S" with option(warn)
  discards  0dfdcf5   chg: new version of ffsolve.lib
  discards  3649b93   chg: added example from P. Zimmermann to factorizep_s.tst
  discards  26726bc   chg: more trivial checks
  discards  bab5749   chg: bigintmat ops: print, String etc.
  discards  af12d3e   fix: bigintmat changes some error messages in tests
  discards  d10308a   fix: #414: output of n in Z/2^m
  discards  5ea3ff9   add: bigintmat and some basic ops with it
  discards  1c54db8   fix: test not needed: GetLM sets r and p
  discards  ca3f256   fix: do not abort configre, if ar is not found
  discards  3952050   fix: readline and different versions of it.....
  discards  34fd2f0   add: tests for alias handling
  discards  ba51da3   chg: handling of alias (for example p(1+2))
  discards  1edd0c6   fix: readline detection: usr rl_completion_matches
  discards  cbc7741   fix: converting alias to any_type
  discards  26aeb5c   fix: copying of alias
  discards  d9ee0ca   fix: assert violations related to minpoly handling
  discards  6987306   fix: wrong/unneccessary asserts
  discards  fa88d80   fix: init of variable of negative level
  discards  3980a3c   chg: check for GaloisFieldDomain
  discards  da4b15c   fix: div by zero
  discards  5027610   chg: better debug output
  discards  918cf11   chg: switched off assert for positive exponent since I need Laurent polynomials in cfNewtonPolygon.cc
  discards  e14aa1a   fix: division by zero in extgcd
  discards  f76aaf5   fix: bug in ilog2
  discards  d02b322   fix: readline test
  discards  51aeb41   fix: typo
  discards  164804c   fix: configure test for readline, etc.
  discards  6d16771   chg: input factorized poly to avoid diff problems on 64bit machines
  discards  d9d3321   fix: need SW_RATIONAL to be On for computation of buf0 and buf1
  discards  8f0dfc0   chg: updated test results and stats due to changes
  discards  975e346   chg: added new tests for factorization over Q and Q(a)
  discards  f165c2a   chg: clear denominators of factors
  discards  9a2f3b7   chg: add FLINT_CFLAGS to LIBCFLAGS,LIBCXXFLAGS and LIBCGGFLAGS
  discards  ad47cef   fix: multiply A with right multiple of denominators of factors
  discards  04ad44d   chg: created new configure for factory and Singular on wawa
  discards  256fdf9   chg: set interface back to official FLINT 2.3.alpha2
  discards  e903ed8   fix: use smaller bound for sieving factors
  discards  d9226b8   chg: use squarefree factorization instead of squarefree part
  discards  b33fad8   chg: avoid adding of constant factors to squarefree factorization chg: divide out contents first in squarefree factorization
  discards  ec6d41c   fix: stupid bug in lattice recombination
  discards  db7c970   fix: multi instead of biFactorize
  discards  1dfcb70   fix: bug in evaluation point search
  discards  9ff20fe   fix: swap variables before return after LucksWangSparseHeuristic fix: remove contents in extNonMonicFactorRecombination
  discards  a9c3802   fix: deleted duplicate function declaration
  discards  a334839   fix: getTerms2 and patch for coeffs
  discards  aa3a9af   fix: seperate char= 0 and char>p
  discards  c0af1d8   fix: ifdef's for FLINT
  discards  2e792e0   chg/fix: handling of minpolys over Q[t]\Z[t]
  discards  31f731e   chg: coeff bound for factorization over Q(a), now Hensel      lifting is done over ZZ_p^k[t]/(f) for suitable p and k
  discards  6b66908   fix: divisibility testing chg: coeff bound for factorization over Q(a)
  discards  41a7700   fix: some minor bugs chg: reverseSubstQa now takes an additional argument a polynomial variable
  discards  47a3300   chg: some typos
  discards  a24b404   chg: shift factors of the norm instead of factors over Q(a)
  discards  4b55b6f   chg: mapdomain() now maps BaseDomains
  discards  01bfe91   chg: use uniFdivides in factorRecombination chg: take care of GF in uniFdivides and univariate *,/,% chg: switch on SW_RATIONAL if necessary
  discards  dc62b0c   chg: added divisibility test over Q(a)
  discards  abddada   chg: added diophantine equation solver over Q(a) using p-adic lifting
  discards  345f850   chg: added coeff bound for polys over Q(a) chg: renamed find_good_prime to findGoodPrime chg: added coeffBound and findGoodPrime to facBivar.h
  discards  355437f   chg: use a big prime instead of a small prime in coeff bound fix: map recResult in Z/p in diophantineHensel
  discards  d485135   chg: make minimal polynomial an element of Z[t]
  discards  179b0a8   chg: do not compute p^k in FLINT
  discards  6c03e19   chg: do not require coeff bound to be const
  discards  a313c20   chg: *,/,% for univariate polys over Z_p^k[x]/(f) via NTL
  discards  55edfb4   chg: conversion to NTL ZZ_pX now allows non-word size p chg: added conversion of NTL ZZ_pEX to CanonicalForm and back
  discards  193cb6c   chg: faster reversion of Kronecker substitution
  discards  3e34d3a   chg: skip Q(a) check
  discards  2c31378   chg: count factors only in debug version
  discards  ff13f65   chg: use FLINT for multiplication over Q(a)
  discards  71df9f3   chg: conversion of NTL ZZ to CanonicalForm
  discards  96f14a8   fix: more fixes to Q(a) check
  discards  322d4ff   chg: use NTL
  discards  f7c0d98   fix: Q(a) check
  discards  faed0fe   chg/fix: removed check for squarefreeness of reduction mod p
  discards  a896624   chg: use FLINT for operations over Z/p (for non word size p)
  discards  a840451   chg: added conversion for univariate polys over Z/p for non word size p
  discards  90fbd1c   fix: typo
  discards  6bfc246   chg: added docu for conversion to FLINT and back
  discards  b7ef080   chg: use NTL for univariate operations with coeff bound
  discards  40ed80c   chg: use coeff bound in bivariate poly factorization over Q
  discards  26f9662   chg: changed default constructor of modpk
  discards  018d8ba   chg: added coeff bound as additional argument in henselStep12
  discards  9bbac07   chg: added diophantine equation solver using p-adic lifting
  discards  367dbd1   chg: more coeff bounds
  discards  d86f3a0   chg: cheaper divisibility tests to discard wrong factors
  discards  0794842   chg: added coeff bounds to Hensel lifting routines      added coeff bounds to henselLiftAndEarly
  discards  53b4c53   chg: added coeff bound to univariate operations
  discards  e16da16   chg: changed interface to nmod_poly_factor_t
  discards  832f12a   chg: added divisibility test for univariate polys
  discards  72d97e0   chg: code formatting
  discards  63f505d   chg: threshold for use of LucksWangHeuristic
  discards  0f9b77c   chg: remove some debug output
  discards  04290e4   chg: more reorganization
  discards  5b64ae6   chg: separated multiplication and Hensel lifting functions
  discards  e4302cf   chg: use henselLiftAndEarly from facFqBivar again in facBivar
  discards  0e63004   chg: use Newton inversion for division over Q(a)
  discards  f2dd318   chg: deleted some commented out debug stuff and formatted code
  discards  e9cb0df   chg/fix: switched off Flint gcd over Z
  discards  a29e668   chg: removed some debug stuff
  discards  8f634ef   chg: more changes in order to replace old factorization over integers
  discards  878ac4a   chg: more changes to replace polynomial factorization over integer with new algorithm
  discards  a582065   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
  discards  ba5e87b   chg: checking of FLINT version
  discards  013cd9d   chg: check for Flint 2.3 in configure
  discards  4c4bbc2   fix: some preprocessor commands
  discards  d17f9a2   chg: use Flint factorization over finite fields instead of NTL
  discards  4de02bf   chg: use Flint GCD instead of NTL gcd
  discards  af6446c   Started fork SingularFlint from master
  discards  af0acb0   chg: replaced Hensel lifting and early factor detection by a      faster version
  discards  ae5540f   fix: remove reference to kernel/mod2./.in in configure
  discards  6df67ba   fix: tr. #420: T1, T_2, T_12 for qring
  discards  a6fa756   chg: install-sh from automake 1.11
  discards  d33a2d5   fix: deg(p)==0 is not the same as being constant (see matrix order)
  discards  104404b   removed: Singular/install-sh
  discards  c29e5db   remove kernel/testgh
  discards  bed06f3   removed kernel/mod2.h.in
  discards  fd4eb23   remove kernel/install-sh
  discards  5456065   fix: special hanndling of proc calls
  discards  bf31b20   fix: NULL deref in newstruct
  discards  ee11ecc   fix: OP2 stuff for newstruct
  discards  452da0d   fix: more const
  discards  d961ccc   chg: look up <arg1> <op> <arg2> also in arg2 bb table
  discards  fb870db   chg: help for modules should not consult the manual
  discards  699148d   fix: typo
  discards  b091171   add iiOpsTwoChar (see iiTwoOps)a: overload operators for ewstruct
  discards  dd86439   chg: gfan stuff changed
  discards  3ac0be4   chg: install-libsingular should also install Singulars LIB
  discards  47fba76   fix: typo in gorensteinVector and documentation
  discards  84d65b9   removed debuging code
  discards  af9d3c8   fix: compatibility issue in gfan.cc
  discards  a96648b   chg: removed further redundant code
  discards  1404ceb   fix: bug converting fans
  discards  23f73f7   fix: isSmooth, wrong casts
  discards  eccd9c9   fix: fixed redundant computations when passing fans to polymake
  discards  a77a4cd   fix,chg: bug in minimal/maximalFace, removed redundant code in gfanlib
  discards  bfb0a61   chg: various bugfixes
  discards  b3feee6   new: documentation for callpolymake
  discards  3a9db11   chg: renamed some gfanlib wrapper functions, conversion functions now pass pointers
  discards  161bfbb   chg + new: various changes and new functions (see commit body for list)
  discards  d1dacca   chg: conversion functions now return pointers
  discards  62a49ce   fix: typo in error output
  discards  cfab4da   new: empty constructor for zfans
  discards  d29674b   chg: header files of callpolymake
  discards  5bae4d3   new: split polymake.cc into conversion functions, wrappers and documentation chg: new way to declare cones
  discards  6856068   chg: changed how cached data is handled in gfanlib because of Anders
  discards  0f922f7   new: print routine for divisors and overload for +
  discards  d626f77   fix: maximalValue and minimalValue
  discards  ace03f7   chg: revised version of divisor.lib fix: transferring cones/polytopes between singular and polymake new: more caching of results in gfan::ZCones
  discards  5c7cd22   new+chg: gfanlib caches lineality space and span, lineality and span will be given to polymake
  discards  aca4836   fix: visual, ZCone2PMCone
  discards  071323f   new: Polymake::coneViaRays and Polymake::polytopeViaVertices
  discards  86370b9   new: changed how polymake<->singular passes cones/polytopes + test function
  discards  2185332   fix: p_Power, p_TwoMonPower for exp > char(k)
  discards  4066e5c   fix: trac.sagemath.org/sage_trac/ticket/7795 (p_Power: very large exponents)
  discards  3df3794   chg: HAVE_EIGENALUE/HAVE_GMS: currently unused
  discards  d3c06ea   chg: re-enable system("cpu"), change setting of semaphore 0
  discards  17ba225   fix: module_help_proc/module_help_main
  discards  36df0c0   reomved: jjA_LIST_L
  discards  05de221   fix: typos in GNUmakefile
  discards  a87065d   fix: building Singularg: -lpthread/-lrt
  discards  b451308   fix: p_GetOrder/p_Deg for order am (from spielwiese)
  discards  13c913d   fix: BIGINTMAT/INTMAT?MATRIX as mat_cmd in grammar.y
  discards  89448ee   fix: some names of blackbox operations
  discards  dd111e6   fix: shift/reduce conflicts
  discards  469a798   add: prepare for BIGINTMAT
  discards  03e9dce   fix: test for -lrt (MacOsX needs this)
  discards  bd90c45   add: help for modules, "static" modules - part 1
  discards  45d2dcb   fix: system("cpu) -> system("--cpus")
  discards  7fa47c0   fix: auto-set --cpus depending on machine
  discards  5e7e367   add: --cpus: set semaphore 0, use semaphare 0 in waitfirst/waitall
  discards  20571f8   fix: better (fool-proof) test for semaphores
  discards  da83446   fix: conflicting types
  discards  53a255a   fix: check args for semaphore stuff, fix return values
  discards  0e146d8   update: ChangeLog
  discards  a9f6dff   add: ffsolve.lib; contribution by Gergo Gyula Borus
  discards  6dba8e9   add: overload print and others for newstruct
  discards  9377c4d   fix: C-c handling: make "r' public, add warning (ticket:405)
  discards  321c5fb   tag more examples
  discards  dd5977e   fix: ticket:400 vraiables(ideal i) for i containing entries==0
  discards  776f248   tag MP using examples
  discards  db8a09c   libfac: don't rebuild object files all the time.
  discards  e76a43f   fix: new test results (spell checking change)
  discards  982271a   fix: parallel build for doc ((tr 410, patch by Bernhard R. Link)
  discards  cae44af   spelling: (tr 406, patch by Bernhard R. Link)
  discards  6eb83c2   fix: help browser dummy (tr 408, patch by Bernhard R. Link)
  discards  79c6f7f   fix: shiftgb::p_mLPshift by Benjamin Schnitzler
  discards  b4cbc8d   chg: help for pacakge/ proc witin a package
  discards  e777d23   fix: removed duplicate template instantiations
  discards  8bc2324   fix: rCompose/NegOffset for ordering am
  discards  53bbbe7   chg: consider lists with only DEF_CMD as empty lists (print, delete)
  discards  976242e   fix: rDecompose for order am on 64bit
  discards  f008f4c   fix: typo
  discards  8aa829e   add: new order am: weights on vars and gens
  discards  48dc8d5   fix: return value of enterid (for package)
  discards  24a2fad   fix: qring for rings with cf=ring
  discards  ee05b63   Fix a memory leak in pmLastVblock().
  discards  f17f1b6   fix: depend. for callgfanlib.a
  discards  b03787a   fix: typo
  discards  d17ff12   fix: callgfanlib must be build after factory
  discards  0e8de4b   test: new callgfanlib
  discards  a8ebfd5   fix: typo
  discards  6adb956   fix: building of cf_gmp.h
  discards  0b2163c   chg: moved system("grfan"..) to bbfan::grFan
  discards  8d4807e   fix: add install target
  discards  68ff9b8   fix: callfanlib as static lib if --enable-gfanlib
  discards  16791b4   chg: make gfanlib.so compile
  discards  52d59db   fix: better check for adding package to Top (enterid)
  discards  5669c2e   fix: use configured options (HAVE_FANS)
  discards  a481f5d   Merge pull request #75 from YueRen/gfanlib
  discards  ba4310b   test: blackbox within newstruct
  discards  1481721   fix: farey (handle "fail" case)
  discards  9022091   minor changes
  discards  bf7446d   new: divisors.lib
  discards  2f17c39   NEW: shortcuts for equating, intersecting and uniting cones and polytopes
  discards  7183a67   FIX: maximal-/minimalValue now check for right vector size
  discards  00a50cc   FIX: gfanlib with support for dynamic loading
  discards  e0ae601   FIX: scalePolytope
  discards  c9ea733   NEW: scalingPolytope, overloaded '*'
  discards  46cd85f   NEW: overloading '+' for polytopes
  discards  79d12f7   changed callpolymake building process
  discards  8b4c4b4   added patch for polymake
  discards  7e7c208   bugfixes
  discards  7e14cfc   moved gfanlib<->Singular libraries, fixed headers for blackbox
  discards  0e79d76   minor changes, fixed try brackets
  discards  ef0882b   added missing exception handling wrapped everything invoking polymake into a try block, catching exceptions (if thrown) afterwards
  discards  d397fe6   fix: code cleanup: more template stuff
  discards  bb44907   fix: removed gfan-templates: already in gfanlib
  discards  13a00bf   fix: allow assignment def=def (for "undefinig" list entries)
  discards  ce4bda0   fix: allow assignment def=def (for "undefinig" list entries)
  discards  a957c78   chg: allow packages only within Top (basePack)
  discards  3bab949   fix: allow blackbox within newstruct
  discards  4762cd8   Merge pull request #72 from mmklee/factory_configure_options
  discards  6f9dcfa   chg: allow assignment def=def (for "undefinig" list entries)
  discards  1a93e3c   fixes from spielwiese
  discards  149985d   fix: ensure r->pLDegOrig==r->pLDeg
  discards  e5344ab   fix: better debug messages
  discards  203a84f   fix: waitfirst and ungetc_buf
  discards  3e37c41   fix: compilation of factory without NTL
  discards  23d12db   fix: compilation errors with --enable-timing
  discards  bbfeee0   fix: compilation errors with --enable-debugoutput
  discards  b0023f9   fix: need std::
  discards  3372396   fix: compilation errors with --enable-assertions
  discards  b7e837b   fix: missing ;
  discards  2bbbd36   fix: inclusion of stdlib.h
  discards  25e8a7e   add: tests for tr. 404 (alias)
  discards  2816d0f   fix: waitfirst need to check ungetc_buf (ssi)
  discards  6619c32   fix: alias in proc headers (tr. 404) fix: alias and lists (tr. 404)
  discards  1d1841b   chg: moved instantiation of templates to factory/libfac
  discards  21d7394   fix: typo
  discards  da8f5cc   chg: enable setting of gftables location by program
  discards  ebe75d4   chg: include string.h
  discards  9e2a439   chg: include string.h
  discards  bbde39b   chg: template instantiation is now part of *.a
  discards  1659dcb   fix: removed unneeded stuff from example code bigintm.cc
  discards  b53c620   fix: copying lists within newstruct
  discards  7b39b42   fix: check for empty attribute list
  discards  0076dc1   chg: const char* in iiAddCproc
  discards  be61185   add: vim support for LIB files
  discards  29aed36   Merge pull request #65 from mmklee/factory_sizelong
  discards  4bbcaea   fix: check for sizeof long in factory configure
  discards  0b0f5c8   fix: typos
  discards  6a3b41b   chg: removed Factorize2
  discards  eb28eee   chg: better HOWTO-libsingular
  discards  952fc21   chg: better HOWTO-libsingular, new examples
  discards  d1b3de1   fix: windows path for surfer
  discards  e3e198a   fix: chimrem and farey for longalg (tr.397)
  discards  c6ad4e1   fix: surfer for windows
  discards  dff4433   fix: tests changed (newtonPolytope,..)
  discards  ecf4476   fix: typo
  discards  b9522e3   chg: simplified newtonPolytope
  discards  fe6a320   added newtonPolytope
  discards  cece91c   fixed a typo
  discards  215c597   chg: use NTL multiplication in prodMod0 chg: use a cheap test to discard wrong combinations during      factor recombination
  discards  dd69541   chg: use NTL even in very easy cases
  discards  4a12c45   chg: delete factors already found by early factor detection chg: use "smaller" polynomial for factor recombination
  discards  b89a21e   chg: avoid double checking of factors during henselLiftAndEarly chg: lower liftBound in bivariate factorization
  discards  8143c64   chg: lower precision during factor recombination
  discards  c03e60b   chg: deleted unnecessary divisibility test
  discards  f651881   chg: use shape of Newton polygon also in lattice recombination
  discards  220803f   fix: some minor fix
  discards  1871dff   chg: lowered bound for early success in earlyFactorDetection
  discards  2e07680   chg: use shape of Newton polygon for factor detection and      use lower lift bound
  discards  36625e9   chg: replaced Variable (1)
  discards  b39974a   chg: added functions to compute better lifting precisions      based on the shape of the Newton polygon
  discards  0df91b6   chg/fix: remove redundant points from polygon add: new function to obtain the slopes of the right edges of a polygon
  discards  1fdb303   chg: substitution in the top level routines
  discards  8ff2ae1   chg: choose "shortest" univariate factorization no matter what the evaluation point is
  discards  eac80ca   fix: deleted too much
  discards  9a77e1f   chg: computation of G*oldQ
  discards  735c9a8   chg: computation of log derivative now expects truncated input
  discards  fd38df5   chg: split nlInpAdd (from spielwiese)
  discards  17e121b   fix: tests changed (better debug outout while contructing matrices)
  discards  4953711   fix from spielwiese: simplifying numbers in nlInpAdd
  discards  efcdd88   fix: better error message while creating matrices
  discards  22caa57   readd some files lost while importing upstream git
  discards  b5a1bad   Merge pull request #62 from YueRen/gfanlib
  discards  199d8c2   new polymake functionality available
  discards  d3363d8   changed all conversion functions to pass by reference
  discards  4acf10c   new features from polymake made available in Singular
  discards  d7ffcc6   removed $Id$
  discards  371d642   add: safari as help browser on mac
  discards  d5f164d   fix: typo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/singular.git



More information about the debian-science-commits mailing list