[singular] annotated tag upstream/3.1.7p1+ds created (now 04dcc54)

Tobias Hansen thansen at moszumanska.debian.org
Fri Jul 8 00:45:59 UTC 2016


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

thansen pushed a change to annotated tag upstream/3.1.7p1+ds
in repository singular.

        at  04dcc54   (tag)
   tagging  87ca7cf5ad1f8866248b5ecb05fc87f1087e5d8e (commit)
 tagged by  Tobias Hansen
        on  Thu Jul 7 21:18:38 2016 +0100

- Log -----------------------------------------------------------------
Upstream version 3.1.7p1+ds

Alexander Dreyer (23):
      + Fix for Trac#42 by anne
      Commiting Anne's changes
      Commiting Anne's changes
      Typos and internal stuff static (partially corrected by Anne)
      FIX missing dependency in omalloc
      FIX added more dependencies
      FIX patch [Singular] #241 merged
      FIX: ambigous overload of si_max resolved
      ADD make depend on top-level
      ADD ChangeLog'ed
      ADD ChangeLog'ed
      Change toplevel depend to prepare-depend to avoid confusion
      FIX typo
      optional target prepare-depend revised
      FIX: factory's make depend
      FIX #250: parallel build issue
      FIX #250 part two: dependencies of gentable1 and gentable2
      FIX: Missing dependency, Sage's Trac #9733, comment 21
      ADD another dependecy
      Another parallel build issue, see Sage #9946
      Merge branch 'master' of git+ssh://dreyer@git.berlios.de/gitroot/singular
      ADD: more concret todo comment
      Merge commit 'origin/master' into pyobject

Andreas Steenpass (4):
      improve modstd.lib and parallel.lib
      add tests for parallel.lib und realclassify.lib
      update documentation for parallel.lib and realclassify.lib
      fix bug in symodstd.lib

Andreas Steenpaß (17):
      nc-eliminate: memory leak fixed (kernel/gring.cc). this also partly fixes ticket 214
      coeffs: memory leak fixed (kernel/matpol.cc)
      M    kernel/misc.cc
      debug stuff
      ssiLink: bug fixes
      new commands: waitall, waitfirst
      handle SIGINT if in batchmode
      waitfirst and waitall adjusted
      docu for waitall and waitfirst updated
      bugfixes
      handling of crashed ssi links in waitall and waitfirst
      suppress output on select call
      fixed: timeout for waitall and waitfirst
      tests for waitall and waitfirst
      writing newstructs to links
      parallel.lib
      add realclassify.lib

Anne Frühbis-Krüger (7):
      anne: added resjung.lib desingularization of surfaces by Jung's method
      anne: cleanup of miscellaneous redefines in less frequently used parts of resjung.lib
      anne: short tests for resjung.lib
      anne: added OVERVIEW and REFERENCES to resjung.lib
      anne: added REFERENCES to resolve.lib
      anne: added REFERENCES to reszeta.lib
      anne: added theory to help of embR

Bernhard R. Link (3):
      remove files not found in upstream git
      change $Id$ and $Log$ identifiers to be more like in upstream git
      import (subset of) Singular-3-1-4.tar.gz

Burcin Erocal (3):
      Add new version of ncfactor.lib received from the authors on 29.03.2011.
      Add new version of fpadim.lib received from the authors on 08.04.2011.
      Add new version of resjung.lib received from the authors on 27.03.2011.

Christian Eder (91):
      *** empty log message ***
      implementation of f5
      implementation of labeled polynomials
      :
      added function "generate_input_list"
      new labeled polynomial part
      updated input
      linked list of labeled polynomials
      updated header inclusions due to lplist
      updated header inclusions due to lplist, new get()
      incremental basis
      lists for LPolys, CritPairs & Rules
      fitting to lists.h
      lists updated
      added lists for critical pairs
      lists done, started implementing f5incremental and critpair subalgorithms
      subalgorithms criticalPairs, criterion1 and criterion2 added
      all stuff now found in f5data.*
      these files replace all lpoly stuff in the f5 implementation
      updated tag lists
      criterion1() and criterion2() done, changed rules(added pointer on LPoly generating this rule)
      criterion2() for spols() added
      implementation of computeSPols, start of reduction and topReduction
      rTag update
      *** empty log message ***
      lots of stuff debugged, lots of wrong loop terminations improved, still problems with reduction subalgorithms reduction(), topReduction() & findReductor()
      still searching bug in reduction()
      still searching errors in reduction()
      new try on reduction procedures, no longer list of completed elements, adding a "last" node to LLists for more flexibility using the lists
      new written reduction process, still problems getting the right rules in criterion2()
      fmtm() example runs, cycli_n has problems, reductions are not made for some reason
      problem in cyclic_n(4) solved
      still debugging
      solved problems in reduction() in topReduction() considering both criteria and computation of new polynomials
      deleted bugs in reduction(), mostly label stuff
      fixed bug: zero reduction after top reduction
      gPrevRedCheck is no longer part of LPoly, less data to take care of
      implemented interreduction, still with lots of bugs => commented out
      interreduction stuff added, still commented out and tested
      first attempt of a working F5C (F5 with interreduction) implementation
      still problems with rTag, old structures with new idea of reduction of GB after each iteration step => lots of optimizations need to be done
      rTag stuff done for F5C
      updated list of critical pairs, thrown away some useless data
      delete some double checkings, changed list stuff for last elements in lists
      *** empty log message ***
      criterion1() changed using ideals now, ExpVector tests
      changed data structure RList, sorted insertion of rules, still problems with degree of monomials of rules
      solved conflicts
      deleted criterion2-tests if the element does not have the current index
      criterion2() for previously computed elements deleted
      trying some stuff with exponent vectors, still not working with most of the example ideals from f5ex2.lib
      implemented deletion of known useless polynomials before the interreduction of gprev takes place
      tests for timings
      smaller updates in reduction() & topReduction()
      updates in reduction
      memory optimized in reduction()
      changed reduction, first step to optimize topReduction() for SINGULAR
      Stefan Steidels library for computing groebner basis with the
      first exponent vector comparison procedures
      new alternative reduction - still in progress!
      added symbolic preprocessing to the reduction process
      updated preprocessing
      first bucket stuff implemented, timings for the preprocessing given
      insertion of rules ordered by their monomials, bit slower than without sorting
      geobucket implementation with complete reduction of polynomials
      updated bad reduction stuff
      bad stuff updated
      bug fix: tempPoly could be zero during reduciton process in procedure findReducers()
      new files for new F5C version
      put the header files right
      renamed "f5data.cc" -> "F5cdata.cc"
      renamed "F5cdata.cc" -> "F5cData.cc"
      renamed "f5cdata.h" -> "F5cData.h"
      renamed "f5clists.cc" -> "F5cLists.cc"
      renamed "f5clists.h" -> "F5cLists.h"
      getting all this renaming stuff done
      added missing ")" at the end of line 76
      implementation of classes Label and CPair in F5cData.*
      first implementation of classes Label, CPair and RuleAndShort
      options for switching between F5, F5R and F5C: "0" = F5, "1" = F5R, "2" = F5C, ""(no option set at all) = F5C
      fixed inlining
      added options for F5 call, added call for F5C implementation
      implemented test for termination ideas
      added argument for "f5" system call, changing between standard and updated
      termination tests included in procedure findReducers()
      added idea for termination of F5: split critical pairs in "useful" and "useless"
      latest F5 version including F5,F5R,F5C & F5+
      changed mod2.h.in such that F5 is NOT DEFINED
      adds libraries numerAlg.lib and numerDecom.lib
      fixes problem with indepSet: Trac #387
      modstd.lib: Example in modpStd has been changed.

Felix Salfelder (2):
      Import (subset of) Singular-3-1-5.tar.gz
      Import singular_3-1-6.dfsg.orig.tar.gz

Frank Seelisch (270):
      Print syntax
      Benutzername wienand bei cygwin-dist-src entfernt
      pfw-Pfad von Ollis auf Franks PC umgestellt
      Tippfehler korrigiert
      *frank, oliver: Cygwinsetup angepasst und patch file für Cygwins setup.exe erzeugt
      changes due to bugs/enhancement requests by Hrn. Gorzel
      changes due to bugs/enhancement requests by Hrn. Gorzel
      Cygwin/Windows: Änderungen an Skripten für Windows-Install
      Syntaxfehler bei see also links
      *** empty log message ***
      Fehler in Cygwin-Skripten und Anpassungen wg. Upgrade auf Cygwin 1.7
      modified Windows (Start menu & Desktop) shortcuts due to changes resulting from Cygwin 1.7
      Windows shortcuts changed due to cygwin changes and problems with running Singular in (X)Emacs
      more changes due to Cygwin Release 1.7
      finalized corrections due to cygwin 1.7 (all has been tested and works well!)
      adjusted shortcuts to also work under Windows Vista
      changed documentation of Singular command coeffs
      doc for coeffs; alternatives for tex and non-tex
      Syntaxfehler (in @tex) behoben
      *** empty log message ***
      fixed some tyops reported by gorzel
      repaired alphabetical order of entries
      removed some docu bugs prior to release 3-1-0
      removed some docu errors prior to release 3-1-0
      removed some docu errors prior to release 3-1-0
      Quotient should no longer be used.
      removed some docu errors prior to release 3-1-0
      removed some docu errors prior to release 3-1-0
      more docu bugs prior to release 3-1-0
      *** empty log message ***
      renamed exported variable names
      renamed exported variable names
      typos in docu
      *** empty log message ***
      typos etc. prior to release 3-1-0
      changes requested by King, Decker
      removed some typos etc. prior to release 3-1-0
      *** empty log message ***
      Berichtigung von Simon King
      typos etc. reported by Alexander Dreyer prior to release 3-1-0
      bug fix: ContainedQ --> containedQ prior to release 3-1-0
      last textual changes prior to 3-1-0
      textual changes before 3-1-0
      *** empty log message ***
      minor textual changes prior to 3-1-0
      updated team members / contributors
      changes due to cygwin 1.5 vs. 1.7
      cygwin testing
      fixes for package for the web scripts
      setup-init für cygwin/Windows/Installversionen
      new Windows desktop and start menu shortcuts for starting Singular within Emacs
      corrected a modulo b in Z/n and Z/2^m
      changed in order to avoid compiler warning (GCC)
      removed typo in warning related to Z/m coeff ring declaration
      included 'lift' command in warn text (for ring decl with coeffs from a ring); This has been working for a long time but was not documented in the warn text.
      new version from Gert-Martin, as of Sept 6, 2009
      changes by Stefan Steidel: output translated from German to English, minor bug removed
      added command 'syz' in warn text for residue class rings
      changes for incorporation of test code (minors and C++ wrappers)
      additional files for test code (minors, C++ wrappers)
      minor bugs removed
      changes due to Minor tests
      adjusted for Minor test code with define HAVE_MINOR
      test code for Minors and C++Wrappers (with defines HAVE_MINOR and HAVE_WRAPPERS)
      more stuff for C++ wrapper implementation
      *** empty log message ***
      *** empty log message ***
      correction due to 64 bit vs. 32 bit
      due to compiler/linker problems on compute servers
      some more fixes to make the code link on compute servers (64bit)
      bug fix
      templates are needed for cache
      inserted call to idSkipZeroes
      changes due to 32bit vs. 64bit (to make code run on compute servers)
      added extra system command for minor code
      bug fixes, replace srand by siRand
      changed time measurements
      changes of extra system command 'changeRing' to ease generation of Maple, M2, and Magma scripts
      more functionality: compute int minors modulo p
      bug fix
      changed paths due to changes by cygwin team
      added doxygen-like comments
      removed absolute path
      change of print() using toString()
      inserted some pDelete's
      inserted assignment operator
      dealing with polynomials / pDelete
      changed authors
      clarified doc for "subst" (when substituting more than one variable)
      git-svn-id: file:///usr/local/Singular/svn/trunk@12249 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@12250 2c84dea3-7e68-4137-9b89-c4e89433aadc
      pCopy bug removed
      new method flush()
      fix for non-working example by Bruns (inversion of matrix over the complex numbers)
      git-svn-id: file:///usr/local/Singular/svn/trunk@12291 2c84dea3-7e68-4137-9b89-c4e89433aadc
      removed files to re-establish SINGULAR as it was;
      removed files to re-establish SINGULAR as it was;
      git-svn-id: file:///usr/local/Singular/svn/trunk@12337 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@12338 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@12339 2c84dea3-7e68-4137-9b89-c4e89433aadc
      2 files superfluous in trunk (Poly.cc, Poly.h)
      added method for insertion of polys in ideal with check for duplicates
      in ring.cc: completed rChar for Z/n, Z/p^m, and Z/2^m
      git-svn-id: file:///usr/local/Singular/svn/trunk@12391 2c84dea3-7e68-4137-9b89-c4e89433aadc
      marginal change of doc of normalize.lib
      Stefan Steidel: two procedures added in poly.lib
      cygwin-related changes
      some typos
      notSugar vs. sugarCrit and slimgb options commented
      removed development stuff
      include files for new minor code
      extended syntax for minor command
      system-command changeRing to make generation of Maple/Magma scripts simpler
      templates for new minor code
      code for extended minor command
      updated manual entry for extended minor command
      documentation and style guide conformance
      documentation of minor command made more pretty
      changes by Anne Fruehbis-Krueger
      default values for minor-computations with cache
      minor change to manual entry of minor-command
      removed duplicate proc declarations when doing
      new version emailed by Winfried Bruns on Feb 10, 2010
      added example for a ring declaration with double indexed variables
      some changes to make the compiler happy (should remove some warnings when making Singularg)
      minor typos in proc docs
      fixes for plot and surfer in Windows OS
      more changes to make plot and surfer work under Windows OS
      fixes trac ticket #206
      fixes trac ticket #200
      changed previous bug fix (which did not work for some of the slimgb instances): fix is now active in the ring case, only
      one more ring-specific change of latest bug fix (with this /Tst/Short/slimgb_s.tst works as before)
      fixed wrong assume condition in Minor.cc
      facilities for printing out operation counters for '*' and '+'
      enabled division 'poly / single-term poly' over coefficient rings which are domains, i.e., so far only over the ring Z
      bug fix, reported by jaradat, drueda
      restructuring algebraic field extensions and rational function fields
      restructuring algebraic extensions and rational function fields
      revision 12777 with fixed bug trac #226
      repeated enhancements by Viktor, see revisions 12787 and 12786
      new SINGULAR commands ludecomp(mat) and luinverse(mat [, mat, mat]) for linear algebra
      new commands ludecomp(mat), and luinverse(mat [, mat, mat]) (see linearAlgebra.h for docu)
      step 1: first letter of linearAlgebra.h / .cc must be lower case
      step 2: first letter of linearAlgebra.h / .cc must be lower case
      fixed minor typos in docus of ludecomp and luinverse
      checking in on behalf of Stefan Steidel
      implemented and doc'ed lusolve; available thru interpreter
      misprints corrected
      removed primefactors from general.lib (now in the kernel with same syntax)
      primefactors is now implemented in the kernel
      changes in connexion with primefactors
      changes in connexion with primefactors
      implementation of prime factorisation in kernel
      doc for new kernel command primefactors
      renamed file
      bug fixes resulting from int overflow
      renamed file misc.h
      check in on behalf of Anne: enhancements for non-global ordering
      bug fix (old ticket #200 and new bug report by Martin Albrecht as of July 14, 2010) by Anne und Frank
      fixed criterion when to use Z/2^n implementation and when Z/m; previous version used Z/m for 2^31 / 2^63 resp.; new version will still use Z/2^n in this case
      extends Z/2^m to m =32 resp. 64 (depending on platform)
      extends Z/2^m to m =32 resp. 64 (depending on platform)
      bug fix: ATTENTION: nr2mDivBy and nr2mIntDiv do not do what their names suggest
      missing subfolders in includes (to make it compile under Windows)
      implemented and documented new command 'datetime' for local date/time as string
      primefactors via GMP, additional prob. check for unfactorized remainder
      extra command "GNUmpLoad" to load bigint from file with digits to the base 10
      removed some outputs for checking functionality
      new types fan and cone, new commands for them;
      patch from Kai (checked for problems under Windows OS: no problems)
      rank of a matrix with ground field entries; much faster than linalg.lib's mat_rk
      documentation for new rank command
      changed lusolve (incl. docu): computes now also basis of homogeneous linear system (instead of just dim as before)
      slopen: to be fixed
      re-established old ordering in result list of command 'primefactors' (kernel code, LIB code, docu)
      new LIB paraplanecurves.lib
      bug fix; strange output to prevent seg fault
      some formatting & typo correction in monomialideal.lib
      new LIB versions and debugging in code for matrix minors
      bug fixed in code for minors
      recovered unix linefeeds
      small bug fix
      changes by Wolfram
      update by Wolfram
      update by Wolfram
      formatted to 80 characters width (did this for the very last time for author != myself!!!)
      new command qrds
      new command qrds
      new command qrds
      new command qrds in interpreter
      included Anders Jensens gfan lib
      including ZCone code to link with gfan lib
      changing build system for gfan lib
      bug fix in qr double shift
      took out type 'fan'; now only type 'cone' is there when built with HAVE_FANS defined (by default, HAVE_FANS is undefined)
      changes due to obsolete call of PackageForTheWeb for packaging Windows single file installers
      commands for cones
      removed cdd and gfan (left commented lines for linking these libs under Windows OS)
      manual entry for waitfirst
      comment lines for fans & cones on how to change Makefile
      new gfan lib version by Anders Jensen
      coding at Goettingen (cones&fans)
      creation of fans and insertion of cones therein
      command in extra.cc for hensel factors of a bivariate poly
      further development of hensel factorization
      finished hensel factorization (provided as sys command in extra.cc)
      improvement in hensel factorization
      speed-up of Hensel's lemma impl. by idea of Santiago
      enhancement for f*g suggested by Santiago
      bug fix
      LDU decomposition and command in extra.cc
      switched division of numbers back to div of polys
      small bug fixes cones/fans
      intvec matching routines for Viktor in extra.cc
      docu of intvec matching routined corrected
      small bug in extra.cc
      test for sensible sizes of minors (in interpreter code)
      new command factmodd (Hensel factors in K[[x]][y])
      slight changes in in-code docu of factmodd
      added docu of factmodd in Singular/reference.doc
      new lib version from Mathias Schulze
      blackbox cone (initial files added)
      paraplanecurves.lib: adjointIdeal via integral basis
      further changes cones-->blackbox
      more changes blackbox cone/fan types
      deleted old cone/fan code
      bug-fix in bbcone.cc
      started to separate code for algebraic and transcendental extensions
      further separation of alg/transc ext code
      bug fix alg/trans ext: function pointers in case of ring def by ringlist
      field ext code: code formatting / docu concerning naming conventions etc.
      shifted method naRemainder
      minor changes at code that is generic for alg/transc ext
      replaced two occ's of naSetChar by ntSetChar to fix assume viol's
      removed further assume violations
      renamed findiff.lib to finitediff.lib (see SINGULAR meeting minutes of March 09, 2011)
      fixed dim of ideal and sum of ideals over rings (with Anne)
      disabled vdim/kbase over rings
      removed old switch HAVE_ZERODIVISORS
      Revert "removed old switch HAVE_ZERODIVISORS"
      deny qring with constant generator / disable hilb/degree/std_hilb / cleanup prune
      docu of prune
      fixed wrong condition (on behalf of Hans)
      bug fix trac ticket #314
      allow det over rings
      missing DEFINES in gentable[2].cc
      command hilb over Z (done over Q)
      allow command 'degree' over Z
      changed div check in Z/m, and command simplify over rings
      changed (corrected) nDivBy over 2^m
      changed optional param of paraplanecurve to string, extended doc for return value (Burcin's suggestions)
      included outputs for time consumption
      duplicated w_deg in paraplanecurves.lib (need it there too but do not want it to be non-static)
      removed time measurements / shifted to special working svn repo
      minor changes in routines for alg+transc ext's
      new gfanlib from Anders
      new gfanlib from Anders
      changes by Anders due to new gfanlib
      fix for ticket #329
      fixes ticket #331
      enabled preimage over (same) ground rings (fix for ticket #326)
      fix for ticket #251
      changed nCopy for Z/2^m*Z
      changed mapping behaviour from Z/2^m*Z to Z/2^n*Z
      corrected last change in rmodulo2m.cc
      commands plot and surfer finally work under Windows (fixes track ticket #208)
      added "extern int fanID" so shared library can use fanID
      bug fix for trac ticket #334
      added minpoly code by Sebastian Jambor, accessable through extra.cc
      Makefile.in entry for minpoly.cpp

Hans Schoenemann (1231):
      stype.h removed
      distrib.h removed
      distrib.h removed
      omSingularConfig.h removed
      minor fixes to gcd stuff
      temlate fix
      dError.h -> kernel
      new decodegb.lib
      SunOS port
      syntax fix
      syntax fix for pow
      syntax fix
      pow ->ipower
      pow -> ipower, code cleanup
      code cleanup
      3-1-1-1
      3-1-1-1
      git-svn-id: file:///usr/local/Singular/svn/trunk@12777 2c84dea3-7e68-4137-9b89-c4e89433aadc
      trac 226
      format
      dump has changed
      longalg simplified
      use nGreater instead nSub/nGreaterZero for comparing
      comparing complex numbers: ignore the imag. part
      number is usually not NULL in this case
      comparing complex: consider repart
      fix version message of libraries (for non-existent version strings)
      long R simplified
      extended version for intBasis.lib
      experimental: intBasis.lib
      work-around for stdhilb
      stdhilb fixed for module case
      stdhilb fixed for module case
      stdhilb fixed for module case
      NTL::mat_ZZ
      git-svn-id: file:///usr/local/Singular/svn/trunk@12810 2c84dea3-7e68-4137-9b89-c4e89433aadc
      format
      fix tr 231(gggetid)
      fix include
      help string of a library
      new library resbin.lib
      new library resbin.lib
      more NTL conversion routines
      gcd via fieldGCD/QGCD
      selecting gcd algorithms
      selecting gcd algorithms
      optim.
      syntax fix
      debug stuff
      debug stuff (PDEBUG 2)
      debug stuff
      debug stuff
      fix indepSet(0,1)
      indepSet(0,1)
      debug stuff
      debug stuff
      trac 232
      new lib: assprime.lib
      check for overflow, trac 232
      syntax fix
      pCleardenom -> p_Cleardenom,
      pCleardenom, pContent
      fix zerosets use of primitiv.lib
      fix dosformat
      removed debug stuff
      see also: non-commutative libs
      git-svn-id: file:///usr/local/Singular/svn/trunk@12858 2c84dea3-7e68-4137-9b89-c4e89433aadc
      new modstd.lib
      new primitiv.lib
      example roots
      a somewhat lazy test strategy for OVERFLOW in *
      cleanup for examples
      test fixed
      pFetchCopy removed
      texi2html-install hint
      64bit clean examples
      64bit clean examples
      64bit fixed for overflow test
      overflow checks too strong
      oeverflow checks
      removed alg_gcd (now only internally used)
      some syntax fixes
      make fixed
      some syntax fixes
      more factory sysntax fixes
      index fixed
      fixed inline
      pDeleteLm ->pLmDelete
      pDeleteLm ->pLmDelete
      pDeleteLm ->pLmDelete
      pDeleteLm ->pLmDelete
      fix lusolve doc
      lusolve
      pDeleteLm ->pLmDelete
      pDeleteLm ->pLmDelete
      pDeleteLm -> pLmDelete
      pDeleteLm -> pLmDelete
      pDeleteLm ->pLmDelete
      active BuchDL
      pSetOrder removed
      remove _pNext,_pIter,_pGetCoeff etc.
      fix Example_B_7_5
      fix Example_B_7_5
      misc.cc -> misc_ip.cc
      fix a gcc warning
      new factorization for Zp, Zp_a
      new general.lib
      new general.libi again
      svn does not support $
      syntax fix
      factorize etc.
      fixed cahracters
      better bit handling
      3-1-1-2
      fix log(int) -> ilog2
      ilog2
      ceil log -> ilog2
      misc_ip
      git-svn-id: file:///usr/local/Singular/svn/trunk@12928 2c84dea3-7e68-4137-9b89-c4e89433aadc
      syntax fix for log2exp, part 1
      syntax fix for log2exp, part 2
      fixed typos
      HAVE_SINGULAR -> SINGULAR: adaption to Singular
      test witp pPower
      alias, variant 1
      primeFactor: less memory, limits fixed
      fixes
      lib systax fixed
      new libs
      other method for primeFactorization
      mem. leak
      tr 239
      tr 239
      tr 237
      removed ppDelete
      removed ppDelete
      remove rComp0, rComp0_Func
      experimental: eliminate in q-ring
      removed pIncrComp,pDecrComp
      rTensor -> rSumInternal
      rTensor -> rSumInternal
      rNameCheck ->rRenaveVars
      rTensor -> rSumInternal
      pfister: genus for char p
      steidel: minor fixes
      pfister: non-global orderings
      COPYING.texi: format
      size(resolution)
      size(resolution)
      size(resolution)
      primeFactors
      tr 241/ par. build of omalloc
      tr 241/ par. build of omalloc
      tr 241/ par. build of factory
      feVersionId0 removed
      tr 241/ par. build of kernel
      tr 241/ par. build of feOpt
      synatx fix
      tr 241/ par. build of feOpt
      tr 241/ par. build of Singular
      tr 241/ par. build of Singular
      3-1-1-3
      fix gcc warning
      primefactors(13*17*181);
      syntax fix
      L[i]->max fixed
      tr 241
      tr 241
      division and complex
      division and complex
      cleanup
      primefactor(number)
      tr 241
      bug_division
      fix for order rs
      handling of 0 in idChinRem
      new primdec.lib
      new primdec.lib
      mem. leak in sqrFree
      deg(order rs)
      deg(order rs)
      64bit stuff
      primefactors(prob_prime)
      syntax fix
      syntax fix
      primefactors
      tr 241
      tr 241
      tr 241
      mu -> Kstd1_mu
      toward long for exponents
      wstein: sage ticket 5313: error -> Singular error
      libsingular: ix86-SunOS
      WerrorS_callback
      NF broken
      3-1-1-4
      NF for Z??
      64bit shows diff for prot
      new tst
      no special rule for depend
      no special rule for depend
      mulBound example
      syntax fix
      more dep. for parallel builds
      fix for makefile and includes
      fix intveclist
      fix includes
      long exponents
      simplified comments etc
      rDefault
      note about qepcad added
      fix error message, path names, etc.
      findiff.lib for beta test included
      fixed "cleaner build structure" again: parallel build of p_Procs_%.inc
      fix path
      fix path
      fix path
      fix path
      fix path (depend was wrong)
      fix typo
      remove modgen from static bindist
      primefactors
      fix path
      fix inckudes
      fix overflow test
      primefactors: test
      debug stuff
      fix
      syntax fix in doc
      dmodvar_lib added
      fix MP:fork isssue
      tr. 245: forbid slimgb in ring-cf case
      tr. 245: test for ring-cf case
      omBin_s* ->omBin
      omBin_s* ->omBin
      tr 248
      ssiLink
      fix subst
      fix subst
      fix subst
      fix subst
      fix subst
      fix subst
      opt. ssiReadPoly
      fix subst
      fix ssiLink warning
      alias and Typ/Data
      pTotaldegree/p_Totaldegree
      tr 224: std(ideal,ideal)
      tr 224: std(ideal,ideal)
      tr 224: std(ideal,ideal)
      recommend tests
      ssi: command with > 3 arg
      ssi: status
      removed HAVE_OLD_STD: use option
      more contributors
      ssi: status simplified
      comment updated
      optimice gcd for monomials
      monomial_s
      optimized version
      monomial: tests
      tr 247
      typo
      code cleanup
      mapping to Q_a: reduce modulo minpoly
      Id prop
      Id prop
      typo
      cf_HNF: Hermite Normalform
      singntl_HNF(intmat/matrix)
      system:HNF
      ssi:tcp server
      optim.
      clean up
      ssi:tcp argv
      BATCH also w/o MPSR
      no normal factory file depends on factory.h
      ssi:batch, part1
      fix include
      ssi:connect
      ssi:tcp host:port
      tr 253 and option(warn)
      tr 253
      tr 253
      needed for watchdog etc.
      tr 253
      tr 254, option(warn)
      dim(I,J), dim(res)
      code cleanup: removed HAVE_FGLM, HAVE_TCL
      code cleanup: removed HAVE_FGLM, HAVE_TCL
      code cleanup: removed HAVE_FGLM, HAVE_TCL
      ssi: nothing/16
      better name
      tr 252
      feVersionId: now via svnversion
      feVersionId: svnversion
      feVersionId: svnversion
      tr 252
      removed macos 9 stuff
      3-1-1-5
      3-1-1-5
      sunos fix for ssi
      removed datetime, removed use of times
      removed datetime
      iiRunInit
      mpz_out_str/mpz_inp_str
      pagelength -> standard.lib
      signal SIGPIPE
      pipelInk stuff
      pagelength removed
      pagelength (mostly) removed
      pagelength (mostly) removed
      tr 261: keywords fixed
      pagelength removed
      tr 258
      pagelength removed
      porting
      pagelength stuff
      trac 230
      trac 230
      trac 230
      opti. primefactors
      SW_USE_EZGCD_P does not work yet
      pagelength
      compile also without HAVE_FACTORY
      compile also without HAVE_FACTORY
      compile also without HAVE_PLURAL
      compile also without HAVE_PLURAL
      compile also without HAVE_RINGS
      compile also without HAVE_RINGS
      remove USE_IILOCALRING from mod2.h
      syntax fix: do not use log with int arguments
      syntax fix: do not use log with int arguments
      going back to r13182 (facstd.tst fails)
      for everybody who did not read the README
      int slStatusSsiL(lists L, int timeout)
      int slStatusSsiL(lists L, int timeout)
      fix format
      fix format
      no factory object depends on factory.h
      syntax fix for dyn_modules
      syntax fix for dyn_modules
      additional parameter for slOpen: make fork links global
      the pending changes for monomial.lib
      silink error message changed
      format + datetime
      libs
      datetime
      new proc Standard::datetime
      a global list of ssi:fork links: ssiToBeClosed
      removing some SINGULAR dep.
      removing some SINGULAR dep.
      fix debug stuff
      slOpen fix
      surfsig.lib ->surfacesignature.lib
      surfacesignature.lib
      synatx fix
      fix Singular-static
      format
      resjung.lib added
      resjung.lib added
      fix typo
      better handling of ssiToBeClosed on ssi:fork
      preparing 3-1-2
      doc fix
      a trivial program to check convetions for libraries
      handle LIB"
      syntax fix
      format fix
      format
      format
      fix typo
      handle proc inside doc
      format of doc
      synatx fix
      preparing 3-1-2
      header
      ssi, pipe links
      new libs
      new libs
      format
      format
      format
      prepare 3-1-2
      syntax fix
      new libs
      only one warning
      ring as coeff - warning
      typo, tr # 273
      more explanation
      synatx fix
      general.lib changed
      tr. 275: primefactors(0), primefactors(<0)
      primecoeffs and new primefactors
      monomial.lib ->monomialideal.lib
      monomial.lib ->monomialideal.lib
      monomial.lib ->monomialideal.lib
      gcd of monomials
      monomial.lib ->monomialideal.lib
      monomial.lib ->monomialideal.lib
      seem that we need thismyynest=0
      format fix
      format fix
      format fix
      not needed any more
      format fix
      check for single 'static'
      messages improved
      need p_Cleardenom even for gcd(0,f)
      library requirements
      library requirements
      library requirements
      primefactors
      primefactors
      format fix
      format fix
      format fix
      scan for @...
      min. length of proc name is 4
      format fix
      format fix
      format fix
      typo fixed
      Singularg and Singular shluld not behave differently
      debug stuff
      format fix
      format fix
      add fpadim_lib to experimental
      allow REFERENCES
      format fix
      cleanup old stuff
      compute examples of general.lib
      removed static proc exp
      new general.lib
      fix LIB includes
      fix LIB includes
      fix smRingChange
      debug stuff
      primefactors usage fixed
      paraplanecurves tests
      smChangeRing via rCopy0
      paraplanecurves_lib, integralbasis_lib
      paraplanecurves_lib, integralbasis_lib
      realrad.lib needs this
      fix docomentation
      surfacesignature tests
      primdecint tests
      propset id
      id stuff
      fix typo
      64bit stuff
      number->bigint conversion
      primefactors: limits
      primefactors: limits
      new paraplanecurves.lib
      primefactors: opt.
      new lib, new primefactors
      fix primefactors(n,b)
      format: example
      new lib
      test primefactors(n,b)
      primefacyors: opt
      fix example paraPlaneCurve.sing
      primefactors, more tests
      syntax fix
      check version string
      check version string
      tabs and spaces
      new library section: algenraic geometry
      format
      syntax fix
      example rationalPointSpecial fixed
      doc changes
      handling of monomials
      format
      syntax fix
      some syntax fixes
      resbin->experimental
      check for ascii chars
      some todoes for resbin.lib
      rewritten sagbi.lib (was sagbi2)
      fixed algDep
      NEWS summary
      typo
      normal.lib
      typo
      typo
      fix paraplanecurves.lib ex. 7
      #288: cancelunit also for ecoart==0
      # 288
      doc format
      tr 288
      syntax
      new example added
      ncfactor_lib
      improve sortvec/idSort
      minor changes
      compare polys/idSort
      doc format
      doc format
      new sort
      format
      size(bigint)
      new table generation, p1
      new table generation, p2
      format
      new table generation, p3
      new table generation, p4
      format
      gentable2
      removed HAVE_RTIMER
      removed HAVE_RTIMER
      synatx fix
      gentable
      gentable
      git-svn-id: file:///usr/local/Singular/svn/trunk@13474 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@13475 2c84dea3-7e68-4137-9b89-c4e89433aadc
      3-1-2
      new version
      new lib
      RTIMER simplification
      buildin_rand removed
      format
      3-1-2-0
      3-1-2
      3-1-2
      fix counting of singularities
      fix counting of singularities
      code cleanup
      format
      format
      format
      index entry: comment
      index entry: comment
      format
      ->sagbi.lib
      format
      fix cygwin link of gentable1,2
      fix cygwin build of gentable2
      new node names in doc.
      how to write libraries, p1
      new library doc
      how to write libraries, p2
      syntax
      syntax
      syntax
      syntax
      syntax
      syntax fixes
      removed non-ascii
      new lib modstd.lib
      format
      add all LIB-authors
      syntax fix
      doc. for 3-1-2
      remove redSB and redTail for mixed orderings
      format
      more libs
      obsolte lib
      fix gentable
      fix HAVE_FANS
      fix HAVE_FANS
      fix configure
      code cleanup
      code simplifcation
      code simplifcation
      fix redefining for staic proc
      fix redefining for staic proc
      fix includes
      code simplified
      Long/gaussm_l.tst removed
      gausman.lib->gmssing.lib
      Short/gaussm_s.tst removed
      fix error mesage for std(4 args)
      removed gausman.lib: use gmssing.lib
      use gmssing.lib
      use gmssing.lib
      gaussmain.lib ->gmssing.lib
      traile space fixed
      fix tr. #284
      fix jjLONG2N
      fix hadling of options
      factory changes
      test tr276: 1.9 GB
      fix tr.280
      test tr.280: realrad.lib
      test tr.280: realrad.lib
      bug_tr280 is not a normal Short test
      gaussman.lib removed
      init stuff moved to misc_ip.cc
      libsingular-tesths.* not needed any more
      bug_tr280 needs MP
      primdecint again
      git-svn-id: file:///usr/local/Singular/svn/trunk@13606 2c84dea3-7e68-4137-9b89-c4e89433aadc
      some SINGULAR dependencies removed
      some SINGULAR dependencies removed
      singular_homog_flag moved to factory
      singular_homog_flag moved to factory
      factoryError, factoryError_callback
      some SINGULAR dependencies removed
      error_callback stuff
      factoryError_calback ...
      factoryError_calback ...
      factoryError, removed dep. on SINGULAR
      factoryError_calback ...
      factoryError as proc var
      factoryError as proc var
      factoryError as proc var
      factoryError as proc var
      configure does not need singular
      more singular stuff removed
      more singular stuff removed
      tr. 297: dim(1)
      more static routines
      fix headers
      code simplification
      fix cmake build
      fix cmake build
      unused debugging routines removed
      initCanonicalForm is controlled by SI_DONT_HAVE_GLOBAL_VARS
      memory management and SI_DONT_HAVE_GLOBAL_VARS
      SI_DONT_HAVE_GLOBAL_VARS
      sleftv::SetData removed
      listall, piShowProcList: only for debugging
      listall, piShowProcList: only for debugging
      listall, piShowProcList: only for debugging
      iiname2hdl, idhdl2id removed
      smCallNewBareiss -> smCallBareiss
      smCallNewBareiss -> smCallBareiss
      syIsMinimizedFrom, syDeleteRes removed
      handling of 1 improved
      syNewBetti currently not used
      syPrintResolution: only for debugging
      syzcomp1dpc etc removed
      syStatistics: only for debugging
      ivStrip depends on USE_HEURISTIC1
      mpz_mypow -> mpz_pow_ui, mpz_mypow_ui ->mpz_ui_pow_ui
      checkall for nor NDEBUG
      factoras  removed
      mydivrem removed
      experimenatl stuff removed
      more compression
      format
      ExtensionInfo
      removed debug stuff
      thre are rules....
      LIB, PROC, etc reorgenized
      subtraction of int for 64bit
      opt.
      git-svn-id: file:///usr/local/Singular/svn/trunk@13664 2c84dea3-7e68-4137-9b89-c4e89433aadc
      new gcd for Zp
      Variable(i) ->v.level()
      LLL via system("LLL",M) for matrix (char 0)/intmat
      libomalloc needed for 64bit
      generic ELF handling
      allow unknown architectures (#299)
      lll.lib -> experimental
      fix LLL
      amd64-freebsd
      check_aso.pl removed
      check_aso.pl removed
      MacOsX is an ELF system, but does not define __ELF__
      intvec for ssiLink
      fix ungetc and select stuff for ssiStatus
      spectrum.lib test
      spectrum.lib cleanup
      tests updated
      SunOS is an ELF system, but does not defined __ELF__
      code cleanup: factorial
      code cleanup: kFindDivisibleByZeroPoly
      code cleanup: smBareiss
      code cleanup: smElim
      code cleanup: smElim
      code cleanup: debug stuff(p_wrp0)
      code cleanup: pDehomgen, idDehomgen
      code cleanup: pGetMaxPower, pDivByMonom, pCancelPolyByMonom
      code cleanup: kBucketTakeOutComp, pDecrOrdTakeOutComp
      code cleanup: kBucketTakeOutComp, pDecrOrdTakeOutComp
      code cleanup: pSimpleContent
      code cleanup: pSimpleContent
      janet: pSimpleContent
      code cleanup: pOrdPolyMerge, pOrdPolyInsertSetm, p_PermPoly
      code cleanup: pPolys2Vec
      code cleanup: prCopy
      fix doc. of noetherNormal
      code cleanup: idrCopy
      code cleanup: rIsExtension()
      janet-tests
      janet-test
      test #300
      test bug #300
      introduce link_ll
      introduce link_ll
      tr #300 fixes by wienand: chnaged test
      fix compiler warnings
      fix compiler warnings
      fix compiler warnings
      cindex fix
      tst fixes
      fix off-by-1 in BuchDL/Ex_L3
      fix off-by-1 in BuchDL/Ex_L3
      some format fixes
      some format fixes
      some format fixes
      comment on cmd names
      comment on type names
      blackbox types
      blackbox types
      disbaling blackbox for the official version
      preimage descr., #295
      GPs fix
      format fix
      more comments for blackbox
      syntax fix
      syntax fix
      which removed (tr. 281)
      which removed (tr. 281)
      add status
      add status to betii.tst
      timings fixed
      timings fixed
      timings fixed
      timer fix
      timer fix
      x(i)(j) fixed
      x(i)(j) expansion
      x(i)(j) expansion
      x(i)(j) expansion
      bug_ainvar
      bug_ainvar
      timimg fix
      pfisters changes
      tests for new primdec.lib
      bigintm: is example code only
      new gcd code
      removed include-wrapppers
      factory changes
      update for timings on mamawutz
      iiAddCproc not only for dynamic loading
      more to separating omalloc and singular
      fprinf fixes
      fprintf fixes
      do not install omalloc.c by default
      GMG: fix tr. 304
      preparation for newtype: blacjbox interface changed
      fix tr.306
      test tr.306
      fix tr.307
      test tr.307
      fix tr307 again
      test tr.307
      cone/fan init fix
      hide blackbox debug stuff
      error messages for python support
      error messages for python support
      error messages for python support
      error messages for python support
      error messages for python support
      fix tr. 309
      fix tr. 309
      fix tr. 309
      new timings for tr. 309
      elim. fix
      2 new elim variants for homog. ideals
      fix ssi:tcp, defaults to /usr/local/bin/Singular
      add x86_64Mac-darwin to singuname.sh
      elimination for hom. ideals
      Singular-static fix by dreyer
      Singular-static fix by dreyer
      IsCmdToken only for gentable
      better error message for blackbox stuff
      format
      attribute cleanup for idhdl fixed
      typeof for blackbox
      we do not want empty routines
      void *idrecDataInit(int t)
      fix init
      blackbox needs additional properties
      check for blackbox
      Singular/Singular.rc.in was lost
      dreyer: avoid removing Singular.rc.in
      new cisimplicial.lib
      prepare for 64bit inline numbers
      python check 32bit on a 64bit machine
      blackbox: properties for newstruct
      make ssi verbose
      newstruct implementation
      better error testing: blackbox
      fix nlTest
      new command newstruct
      omit some newstruct messages
      newstruct doc
      newstruct doc
      handling of ring dep. stuff and nested stuff
      better newstruct examples
      syntax fix
      news for next version
      new libs
      fix references
      waitall/waitfirst format
      format
      cimonom -> cisimplicial
      cimonom -> cisimplicial
      type conversion updated
      gentable may produce convert_table.texi
      add/fix pyobject stuff
      add/fix pyobject stuff
      re-introduce the bigintm example
      tr.263: help for -r fixed
      bbcone: not working yet
      extend newstruct types
      extend newstruct
      fix newstruct_String
      tr 315: work-around for PLURAL
      version/option for ssi link
      version/option for ssi link
      fix tr. 316
      tests for tr 316
      tests for tr 315
      extend ssiStatusSsiL to MP
      depend for pyobject
      new lib grobcov.lib
      new lib grobcov.lib
      syntax fix
      syntax fix
      syntax fix
      typo in doc
      conditional compile: HAVE_FANS
      conditional compile: HAVE_FANS
      conditional compile: HAVE_FANS
      n_Delete is reserved
      extended newstruct: example
      typos fixed
      fix printBlackboxTypes
      bigintm example code
      debug bb stuff removed
      better error handling for newstruct member names
      fix
      support MPtck:launch
      fix Short/bug_10.tst
      nlNormalize may take not-normzlized input
      nlDTest fixes some errors
      nlFarey was missing debug hints
      normalize converted numbers
      newstruct_String
      fix Tst/Short/bug_10.tst
      format
      format
      format
      remove sleftv::CopyA
      git-svn-id: file:///usr/local/Singular/svn/trunk@13930 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@13931 2c84dea3-7e68-4137-9b89-c4e89433aadc
      git-svn-id: file:///usr/local/Singular/svn/trunk@13932 2c84dea3-7e68-4137-9b89-c4e89433aadc
      error handling for Print
      fix unexpected end in ssiLink
      singular_in_batchmode
      singular_in_batchmode for fork links
      error messages for blackbox
      fix tr. 318
      document ssiStatusL
      crash handling in childs
      error handling in slStatusSsiL
      error handling in slStatusSsiL
      fix tr. 317
      fix tr. 317
      fix tr. 319
      test attribute (tr 319)
      test attribute (tr 319)
      refrences to waitall,waitfirst
      typo
      add ssi links to status
      chinrem for bigint without ring(tr. 260)
      fix for tr 260
      example for chinrem
      removed nacRead
      nacIsMOne removed
      nlGcd for -2^28
      assume was wrong
      findiff -> finitediff
      better test in killhdl2
      better error message
      copy/deleting attributes of all types
      fix rev. 13975-13984
      better impl. for rev. 13974
      intvec::view only for debugging
      fix tests
      coeffcients Z etc. require a global ordering (in the moment)
      removed intgcd: not used
      format
      avoid multiple loading of modules
      valid_for reorganized, ZERODIVISOR added
      fix dynl_open from dynl_sym
      fix dynl_open from dynl_sym
      compiler warning
      porting:solaris
      fix version string
      check for pselect and alternative to pselect
      fix some errors of multigrading.lib
      fix tr. 323
      fix tr. 325
      test for tr. 303
      removed printNumber
      new nDivBy etc.
      warning for roing coeffs
      warning aboout ring coeffs
      warning aboout ring coeffs
      fix kbuckets.cc:nIsPseudoUnit
      fix kbuckets.cc:nIsPseudoUnit
      avoid redefines in manual
      better warning text
      simplify nIsPseudoUnit
      fix tr. 328
      fix tests for tr.328
      fix tests for tr.328
      fix warnings in example Schoof
      pyobject in NEWS
      fix asujmes: strat->last
      new lib surfacesignature.lib
      fix asujmes: strat->last
      fix usage of nselect
      fix tr. 120
      fix tr. 262
      add to tr. 262
      renamed resbin.lib ->resbinomial.lib
      fix some issues of resbinomial
      renamed resbin.lib ->resbinomial.lib
      id
      renamed resbin.lib ->resbinomial.lib
      fix example
      typo
      fix examples
      rename memcpy4 -> memcpy
      rename memcpy4 -> memcpy
      idSectWithElim
      typo in example
      help init. via LIB/help.cnf
      new intersect for ideals
      resul;ts for waitall/waitfirst
      no @sc in library headers
      block sigchild in system call, waitpid at close
      degree in posInS must be compatible with ordering
      fix assume
      fix setting of r->MixedOrder, r->LexOrder
      format
      new posInS, kInterRed, etc.
      options intersectSyz, intersectSyz
      use option(intersectSyz/intersectElim)
      doc. option(intersectSyz/intersectElim)
      may need posInL110
      omcalloc not needed
      OM_NO_MALLOC_MACROS removed
      removed OM_NO_MALLOC_MACROS
      moved experimental libs
      fix list(newstruct,...)
      fix texinfo-links
      pyobject release notes
      the official version 3-1-3
      version 3-1-3
      no kill -9
      new version of monomialideal.lib
      SIGTERM handler to close ssi links
      fix access of global var ssiToBeClosed
      ... and ext
      fix test
      fix ringmaps
      fix test
      fix tests
      fix format
      making the sun-c/c++ compiler happy (still waiting for to issues...)
      fix primdecint.tst
      error message fixed
      fix format
      typo
      fix tgb.cc(sun warnings, MBs patch)
      allow some ring maps
      fix tr.335
      rCheckOrdSgn, fix for tr. 335, Buch/Example_1_9_22
      fix typo
      do not change r->OrdSgn from -1 to 1
      sunos port
      sunos port
      changlog stuff
      libparse/scanner
      changes since 3-1-3
      update date
      removed DBM:r test
      we need g++ for -M
      fix doc: static proc cannot be referenced
      fix doc
      add findifs.libi to experimental libs
      SunStudio fix
      serialiaze for blackbox
      serialiaze for blackbox
      add access to rings of newstruct members: r_ prefix
      3-1-3-1
      removed some unsed variables from *__T
      sort factors from extensions (part 1)
      sort factors from extensions (part 2)
      removed some unsed variables, unused debug stuff
      how to build with  SolarisStudio compiler on linux
      fix distrib.h
      waring for / as int division
      use div instead of /, part 1
      use div instead of /, part 2
      ncfactor added to libs
      use div instead of /, part 3
      normaliz 2.7
      se div instead of /, part 4 (last part)
      int division in the manual
      int division, normaliz etc.
      int division in the manual
      int division in the manual
      int division in the manual
      nt division in the manual
      more int division from the manual
      dynamic modules on freebsd
      start to search for a free port at 1025
      code cleanup: removed unneeded vars
      code cleanup from spielwiese
      fix memory leak in attribute handling
      fix memory leak in resolutions
      fix configure tests (needed for backtrace)
      fix -2^28 / -1 in nlDiv
      do not wait for children already waited for
      LINKAGE removed
      libsingular stuff
      libsingular stuff
      install target: install-libsingular
      more libsingular-install stuff
      include example for libsingular
      waitpid fix for ssi
      another try for wait
      use kill -9 for security
      fix install-libsingular
      without dynamic kernel for libsingular
      add mac-specific settings
      add missing HAVE_NTL
      improved libsingular example
      add assume to pDivide
      additional fixes to map of alg.ext.
      attempt to fix some issues with minpoly.cc
      3-1-3-2
      fix readline on MacOsX
      format
      fix tr. #340
      removed dead code, unused variables etc
      format
      format, again
      fix unsigned/signed int usage
      trac 343
      fix attribute handling
      avoid zombies with ssi:fork
      attribute handling
      fprintf -> fputs/fputc
      fix example from manual
      - removed some unsed variables
      factory: -Wall
      init via siInit
      fix tr.344
      redesign of command type, fix tr. 343
      fix modstd test (new lib)
      put inits into siInit
      changes to factory/cf_gcd_smallp.cc
      compiler warnings
      libsingular stuff
      fix NULL deref.
      fix NTL_ZZ variant
      nlInpMult used in p_Mult_nn
      resstore SW_RATIONAL on exit to original value
      fix typo
      mmInit for libsingular
      removed Factorize2
      fix Tst/Old/m47si (charset)
      fix Long/primdec_l.tst (minAssChar)
      fix gcdN, lcmN
      do not use crypto.lib
      removed libfac debug stuff: system(factoras)
      ring creation simplyfied
      changing a ring for the interpreter
      hadle cc diffrent from gcc
      print returns a string
      print returns a string: tests
      fix tr. 346
      test for tr. 346
      print should return a string
      experiment with threads: p_Mult_nn
      fix memeory leaks (tr. 214)
      moved some debug stuff
      use n_IsOne/n_isMOne, fix memory leaks with nCopy/nDiv, use nNormalize for better efficiency
      freebsd port
      dmod.lib changes
      removed some wrong depend. (bbfan.h)
      removed some wrong depend. (bbfan.h)
      bbcone.h -> kernel
      bbcone.h -> kernel
      bbcone/bbfan include fix
      fix Singularp
      removed tgb_obsolete.cc
      fix infinite lopp
      removed dead debug code
      degree returns a string now
      fix eol for degree
      iiAllStart for iiPStart and iiEStart
      build manual also without pyobject
      better error support
      better error check with ssiClose
      fix ssi:tcp close bug
      revert minpoly.cc
      fix tr. 351
      removed kernel/dbm_sl.h
      fix tr. 352
      public iiAllStart
      syntax fix
      iiEStart -> iiAllStart
      syntax fix
      new version
      fix permissions (tr. 354(
      lib changes
      fix tr.  355
      fix tr. 355 again
      removed kernel/run.h
      fix tr. 368
      handle groeber of rings with ring coeffs
      fix rootsur.lib: sturmha: reuires global ordering
      fix overflow handling: jjTIMES_P, jjPOWER_P
      fix overflow handling: jjTIMES_P, jjPOWER_P
      try to normalize in multiplaction
      change maxideal (for attrib isSB
      maxideal and isSB
      maxideal and isSB changed
      merging SINGULAR-algnumbers: longalg rev 13634
      release 3-1-3-3
      fix tr. 376
      tests for tr. 376
      sage patch
      fix max. usable prime
      libsingular for OsX 10.7
      change == in test to = for solaris (Volker Braun)
      add ppcMac-darwin to ELF systems
      minor simplification for int_rat
      option(qringNF)
      better debug messages
      fix tr. 357
      fix tr. 359
      remove static forward decl.
      fix tr.379
      test for tr. 379
      make g++ 4.6 happy
      fix tr. 255
      fix tr. 380
      test for bug tr. 380
      fix for tr. 382
      fix: tr #385
      fix: tr. #386
      fix #383
      fix: warning for option chnges does not work for libsingular
      add: names(int level) added
      add: option(noredefine) also for export
      add: add lists.h to libsingular.h
      fix: use currRing instead of currRingHdl, if possible
      add: simple semaphores for testing with fork
      port: solaris does not like local structs
      changed: tst for lib modstd.lib
      syntax fix: semaphore
      fix manual: use div instead of /, update grobcov.lib
      Merge branch 'factory_sqrfree' of https://github.com/mmklee/Sources
      fix: paraplanecurves.lib according to new (fixed) sqrfree
      chg: changed tests according to new (fixed)  sqrfree
      chg: changed more tests according to new (fixed)  sqrfree
      fix: table cleanup: removed never used entries
      fix: sleftv::Eval needs to know CMD_M/CMD_1/ etc.
      add: realclassify.lib as experimental library
      cleanup: rule for RING_DECL_LIST moved to table.h
      fix: bug in memeroy management of mpr_base.cc
      add: test for tr. #387
      fix from tr. 395 (jdemeyer)
      chg: change omAlloc policy: OM_DEFAULT_PAGES_PER_REGION to 512 (2 MB)
      fix: better debug messges for option(warn)
      add: more debug messages for kDebugPrint
      fix: more fixes for kDebugPrint
      fix: more fixes for kDebugPrint
      fix: sqrfree in grobcov.lib
      add: new library symodstd.lib
      add: symodstd test
      release 3-1-4
      relase 3-1-4: doc
      release 3-1-4: more doc: NEWS, new libs
      fix: typo
      fix: disable semaphore stuff
      release 3-1-4: COPYING
      add: results for tests: parallel_s, realclassify_s
      fix: changed tests
      fix: tests (must be reroducable)
      fix: fix @ref
      fix: test results for parallel_s
      add: new experimatl lib spacecurve.lib
      fix: for spacecurve.lib
      chg: lib curvepar.lib
      fix: removed spacecurve.lib
      fix: typos
      fix: typo
      add: fan/cone stuff, part 1 (optional via --enable-gfanlib)
      fix: configure for gfanlib: cdd
      fix: syntax for cones/fans
      add: description of cone/fan
      chg: tests changed because of --enable-gfanlib
      chg: existing tests changed because of --enable-gfanlib
      gfanlib stuff
      Merge branch 'master' of github.com:Singular/Sources
      fix: gfanlib stuff
      add: reference to cddlib in doc
      fix: tests changed
      fix: configure stuff
      fix: typos, missing stuff, etc.
      fix: tests changed by gfanlib
      add: hilb: min. of the module weights
      chg: n_Farey, n_ChineseRemainder introduced
      fix: library order for static binaries
      fix: typos, entries for polytope
      fix: typos, references, etc
      fix: references
      fix: tests related to names (gfanlib stuff)
      add: announcement of cone, fan, polytope
      add: string(b) for blackbox type b in the default methods
      fix: ssiLink: weights for ordering (#402)
      fix: compiler warnings
      fix: more stuff for #402
      chg: minor optimzation for farey (both: in factory and kernel)
      fix: typo in example part (missing results)
      fix: example

Hans Schönemann (1247):
      *hannes: Buch/Example_1_9_29, better error messages
      *hannes: SI_CPU_*
      *hannes: new erroro messages
      *hannes: 3-0-4-3
      *hannes: SW_USE_QGCD
      *** empty log message ***
      *hannes: check for uudecode
      *hannes: format
      *hannes: red is wrt. S, cannot use kTest_TS
      *hannes: only for dynamic kernel
      *hannes: nc stuff
      *hannes: some fixes for mres (sheafcoh_s.tst)
      *hannes: is_normalized
      *hannes: fixed notations
      *hannes: minor optimizations in sca_SetupQuotient
      *hannes: set T is always required
      *hannes: minor opt.
      *hannes: fixed typo
      *hannes: more tests with KDEBUG
      *hannes: HAVE_SVD
      *hannes: fieldGCD.cc
      *hannens: new versions:EZGCD_P,QGCD
      *** empty log message ***
      *hannes: not yet
      *hannes; QGCD
      *hannes: gcc dep.
      *hannes: nGetUnit defaults to nCopy
      *hannes: rings
      *hannes: fix
      *hannes: rings
      *hannes: format
      *** empty log message ***
      *hannes: rAssure_Tdegree and opt.
      *hannes: rAssure_TDeg
      *hannes: rAssure_TDeg
      *hannes: rVarOffset
      *hannes: fix in naSub
      *hannes: fix in naAdd
      *hannes: gcd:QGCD, FGCD
      *hannes: rAssure_TDeg
      *hannes: removed debug output
      *hannes: fix naSub/naAdd wrt. s
      *hannes: qring and nc in rAssure_TDeg
      *hannes: typo
      *hannes: power for alg. var.
      *hannes: c.mapinto fixed
      *hannes: nc in rAssure_TDeg
      *hannes: ezgcd_p
      *hannes: typo
      *hannes: missing inlude for SINGULAR
      *hannes: power for alg. var
      *hannes: added fieldGCD
      *gmg: fixed noetherNormal description
      *hannes: syntax
      *hannes: fieldGCD -> gcd in recursion
      *hannes: more RULES
      *hannes: RULES
      *hannes: new nc stuff
      *hannes: RULES
      *hannes: rField_is_Ring
      *hannes: syntax
      *hanens: nc stuff
      *hannes: syntax
      *lossen: bug_51
      *** empty log message ***
      *** empty log message ***
      *sage: mem.leak in nlNormalize
      *hannes: HAVE_SHIFTBBA
      *hannes: syntax
      *hannes: patch 4
      *hannes: new hnoether.lib
      *hannes:summator
      *hannes: inline routines
      *hannes: SR_TO_INT
      *** empty log message ***
      *hannes: format
      *hannes: CXX fix
      *hannes: SW_USE_QGCD
      *hannes: gcd to test
      *hannes: bigint
      *hannes: debug stuff
      *hannes: we need g++ for boost....
      *hannes: singular_fstat as C
      *hannes: bigint stuff
      *hannes: htmlhelp.h, ndbm.*
      *hannes: GETRUSAGE
      hannes: Singularg for non-dl
      hannes: exceptional 0-cases in anGcd
      *hannes: naming
      *hannes: fix nc-NF bug
      *hannes: NF-rank
      *hannes: missing p_Copy added
      *hannes: format
      hannes: more Test with LDEBUG
      Hannes: partial divby, etc.
      *hannes:bbaPart
      hannes:var for Part in ring
      hannes:real_var_start system
      *hannes: part stuff ,const ring
      *hannes: call chainCritPart
      hannes: do not need bbaPart
      *hannes: inline pOne
      *hannes: inline pOne
      *hannes: matrix size
      *hannes: better error message for matrix
      *hannes: p_One
      *hannes: p_One
      *hannes: redGrRatGB
      *hannes: just to be sure: rCopy0 does not inherit p_Procs, cf
      *hannes: OPT_DEBUG fuor ratGB
      *hannes: typo
      *hannes: better debug output
      hannes: ratVar: better error detection
      *hannes: typo
      *hannes: posInS: ratGB: by pCmp
      *hannes: ratGB: posInL: posInL0: by pCmp of lcm
      hannes: ratGB fixes
      hannes: ratGB debug
      *hannes: ratGB
      hannes: vaoid ratGB in rat_GB
      *hannes:typo in error message
      *hannes: HAVE_RATGRING
      *hannes: avoid bad 0 evaluations
      *hannes: 64bit stuff
      *hannes: bug 52
      *hannes: QGCD, fieldGCD, etc
      *hannes: nlInpAdd
      *hannes: better error checking for real input
      *hannes: syntax
      *hannes: changed error message
      *hannes: changed error message
      *hannes: format
      *hannes: double free for std(ideal,ideal)
      *hannes: conventions
      *hannes: lib help
      *hannes: vdim: ref-> codim, tropical libs, URL
      *hannes: nlInpAdd etc.
      *hannes: tropical geom.
      *hannes: HAVE_RINGS
      *pfister: code
      *hannes: nlInpAdd and RINGS
      *hannes: synatx
      *hannes: nlInpAdd etc.
      *hannes: 64bit
      *bulygin:
      *hannes: new SLIBs
      *hannes: doc
      *hannes: new libs
      *hannes: NEWS
      * hannes: 3-1
      *hannes: 3-1
      *hannes: default arguments in proc
      *hannes: typo
      *hannes: default args
      *hannes: redcgs.lib
      *hannes: contributed
      *hannes: new libs, monitor, NEWS
      *hannes: more NEWS
      *hannes: limits for char.
      *hannes: new monitor
      *hannes: code cleanup
      *hannes: new syntac for monitor
      *hannes: phindex.lib
      *hannes: manual
      *hannes: syntax
      *hannes: syntax
      *hannes: code cleanup
      *hannes: error reporting
      *hannes: typos
      *hannes: stdlib & c++
      *hannes: 3-1
      *hannes: cstdio
      *hannes: cstdio
      *hannes: cf_gmp.h
      *hannes: cf_gmp.h
      *hannes: cf_gmp.h
      *hannes: cf_gmp.h
      *hannes: cstdlib
      *hannes: binomial example
      *hannes: 3-1
      *hannes: typo
      *hannes: kernel cmd
      *hannes: new cf_gmp.h
      *hannes: limits for char
      *hannes: error mesage
      *hannes: kernel->ker
      *hannes: factory::setCharacteristic only if needed
      *hannes: getrusage
      *hannes: kernel->ker
      *hannes: kernel->ker
      *hannes: ker -> hom_kernel
      *hannes: ker -> hom_kernel
      *hannes: ker->hom_kernel
      *hannes: better size estimate for initS
      *hannes: gcc 4 fixes
      *hannes: gcc 4.2 fixes
      *hannes: gcc 4.2 fixes
      *hannes: gcc 4.2 fixes
      *hannes: mstd
      *hannes: mstd
      *hannes: QGCD
      *hannes: __attribute__
      *hannes: COPYING for interpreter
      *hannes: use QGCD
      *hannes; COPYING for kernel
      *hannes: QGCD and RATIONAL
      *hannes: gcc 4
      *hannes: typo
      *hannes: initL
      kInterRed, kInterRedBba, kInterRedOld
      *hannes: kInterRedOld
      *hannes: gcc 4 fixes
      *hannes: better CPU test
      *hannes: better CPU test
      *hannes: interred
      *hannes: typo in debug
      *hannes: Print format (debug stuff)
      *hannes: interred, QGCD, ..
      *hannes: kInterRedOld ->kInterRed for redSB
      *hannes: new kInterRed
      *hannes: typo
      *hannes: format
      *hannes: psr
      *hannes: format
      *hannes: surfex_0_90_00
      *hannes: surfex_0_90_00
      *hannes: psr
      *hannes: recfCnt
      *hannes: no debug
      *hannes: new libs: hnoether, inout, sing
      * GMG: hnoether.lib: comments to Newton non-degenerate added
      *hannes: surfex
      *hannes: check used compoments for hilb-std
      *anne: bug fix
      *hannes: typo
      *hannes: kMergeBintoL
      *hannes: typos reported by gorzel
      *hannes: 7bit clean
      *hannes: typos reported by gorzel
      *hannes: freegb.lib
      *hannes: format
      *hannes: more index entries for COPYING
      *hannes: texinfo syntax
      *hannes: SHIFTBBA
      *hannes:freegb moved
      *hannes: recomputed on nepomuck
      *hannes: 0/0
      *hannes/gmg: elim, select, nselect, select1
      *hannes/gmg: elim.lib:elim, select, nselect, select1
      *hannes: cannot compare ideal, int
      *hannes: id
      *hannes: cimonom.lib
      *hannes: cimonom.lib
      *hannes: ideal <>
      *hannes: elim.lib
      *hannes: typos reported by gorzelc
      *hannes: typos found by gorzelc
      *hannes: kill local objects in rings, which are in lists
      *hannes: SLIBS -> singular-libs
      *hannes: jacobson.lib
      *hannes: tst.lib, homolog.lib
      *hannes: tst.lib, homolog.lib
      *hannes: singular-libs
      *hannes: IsPrime(MININT)
      *hannes: doc
      *hannes: intmat=intvec
      *hannes: typo
      *hannes: IsPrime(p<0): 2
      *hannes: intvec/intmat
      *hannes: elimlib
      *hannes: opt.
      *hannes: minor opt.
      *hannes: minor opt: StringAppend
      *hannes: more StringAppendS
      *hannes: StringAppend
      *keilen/labs: simplified
      *hannes: StringAppend opt. again
      *hannes: iostream
      *hannes: trivail build tool
      *hannes: typos
      *hannes: HTML added
      *hannes: +info
      *hannes: syntax
      *hannes: syntax
      *pfister: bug reported by Arnaud Bodin
      *hannes: stdlib.h for abort
      *hannes: version
      *hannes: date/version by configure
      *hannes: new-nothrow
      *grayson: avoid compiler warnings about shadowing a global symbol
      *hannes: syntax
      *hannes: re-ordered
      *hannes: letteplace -> letterplace
      *hannes: gen_cf_gmp.template
      *hannes: more hints
      *hannes: syntax
      *hannes: letterplace
      *hannes: letterplace
      *hannes: opt. for proc: type conv.
      *hannes: output opt.
      *hannes: nselect, etc
      *hannes: new libs
      *hannes: elim.lib
      *hannes: eliminate
      *hannes: eliminate(i,intvec)
      *hannes: surfex.jar -> LIB/surfex/surfex.jar
      *hannes: matrix[i] fixed
      *hannes: alg_gcd
      *hannes: sirfex etc.
      *hannes: typo
      *hannes: newfactoras
      *hannes: newfactoras
      *hannes: rCopy0 clarified
      idElim tests...
      *redHoeny wityh buckets
      *hannes: eliminate: result is an gen. system
      *hannes: matrix m[i]
      *hannes: old idElim-ring
      *hannes/gp: interred
      *hannes: debug removed
      *hannes: copying etc.
      *hannes: interred stuff
      *hannes: interred/redSB
      *hannes: interred/redSB/elim
      *hannes: 64bit gcc
      *** empty log message ***
      *hannes: no direct include of gmp.h
      *hannes: ideal==0 fixed
      *hannes: classify.lib
      *hannes: bigint -> number
      *hannes: bigint -> number/ideal
      *hannes: bigint -> number/ideal
      *hannes: fix nInit_bigint for char 0
      *hannes: nInit_bigint
      *hannes:...
      *hannes: dmod.lib
      *hannes:ref
      *hannes: nepomuck
      *hannes: copyright: see singular
      *hannes: update
      *hannes: bigint:memory
      *hannes: basering-cindex
      *hannes: c. Gorzel
      *hannes: bigint-div and / in monoms
      *hannes: error msg. nad general.lib
      *hannes: error msg.
      *hannes: duplicate proc name: shortid->shortid_L
      *hannes; format
      *hannes: dupl. proc: num_of_vars->surf.lib
      *hannes: format
      *hannes: factory conversion:GF
      *hannes: GF test
      *hannes: gcd Q(a)
      *hannes: more explanation to attrib(default_arg...)
      *hannes: setFromStr tried
      *hannes: syntax fix: gcd
      *hannes: syntax fix: gcd
      *hannes: format
      *hannes: doc syntax
      *hannes: generate See also in SEE ALSO: refs
      *hannes: fix ref
      *hannes: no separate plural targets (except doc)
      *hannes: dmod.lib
      *hannes: CSTDIO for c-files
      *hannes: comment for ring
      *hannes: remove OrdSgn, part 1
      *hannes: GMP floats
      *hannes: force (univar.) results to type number
      *hannes: OrdSgn
      *hannes; rCopy0/rDelete ringflaga
      *hannes: _nlDelete_NoImm
      *hannes: format
      *hannes: format
      *hannes: ringflaga
      *hannes: ringflaga
      *hannes: ringflaga
      *hannes: sip_sring reorg.
      *hannes: rCopy0
      *hannes: format
      *hannes: compiler warnings
      *hannes: fix HAVE_RING assert
      *hannes: size for resolution(plural)
      *hannes: rCopy0
      *hannes: rCopy0: bitmask
      *hannes: rCopy0: optimized
      *hannes: fix rank by diff(module,var) (idDiff)
      *hannes: more URL
      *hannes: Endrass
      *hannes: surf/surfex -> surf.lib
      *hannes: initialIdeal -> initialIdealW
      *hannes: syntax fix
      *hannes: doc syntax
      *hannes: GMGs changes
      *hannes: format
      *hannes: avoid DL confusion
      *hannes: global vars for kHomDeg
      *hannes: optim
      *hannes: comment
      *hannes: GMGs new version
      *hannes: new elim.lib
      *hannes: new standard.lib
      *hannes: new standard.lib
      *hannes: optim
      *hannes: scKbase with module weights
      *hannes: kbase with module weights
      *hannes: set module weights for kbase
      *hannes: set module weights for kbase - fix
      *hannes: format
      *hannes: homog stuff
      *hannes: fixed Div error
      *hannes: nrzInvers should copy
      *hannes: optim
      *hannes: lists -> f5lists
      *hannes: jacob
      *hannes: LD
      *hannes: LD=LDSO
      *hannes: LD=LDSO
      *hannes: lists -> f5lists
      *hannes: LD again
      *hannes: syntax fix
      *hannes: LDSO -> LD
      *hannes: int64
      *hannes: 32/64bit in -v
      *hannes: include surfer
      *hannes: include surfer
      *hannes: debug stuff
      *hannes: surfer in surf.lib
      *hannes: set wrong factors to 1
      *hannes: test HAVE_GFAN
      *hannes: groebner example
      *hannes: format
      *hannes: rNameCheck: also for parameters
      *hannes: better name check via rNameCheck
      *hannes/king: Simons std with 4 args: std(G,p,hv,rw),
      *hannes: std with 4 args.
      *hannes: memory handling
      *hannes: better err. mesg.
      *hannes: exp[i]=0 fix
      bfct.lib ->bfun.lib
      bfct.lib -> bfun.lib
      *hannes: generated
      *hannes: bfct.lib ->bfun.lib
      *hannes: bfct.lib ->bfun.lib
      *hannes: windows requires new surfer version
      hannes: HAVE_GFAN fixed
      *hannes: isSB not for qideal/plural case
      *gmg: new versions for normal.lib
      *hannes: show also attr. of rings
      *hannes: copy attr. of rings in assignment
      *hannes: bfct.lib ->bfun.lib
      *hannes: automatic isSB not in qring
      *hannes: attr also for aliases, unified found handling
      *hannes: doc
      *hannes: SearchPath description
      *hannes: syntax fix in @c ref
      *hannes: doc
      hannes: format, opt.
      *hannes: integer-std
      *hannes: need to set comp also in k_GetStrongLeadTerms
      hannes: comp for ring again
      *hannes: new date for 3-1-0, HAVE_RATGRING
      *hannes: syntax
      *hannes: ratGB in version string
      *hannes: minor opt. in pHasNotCF
      *hannes: PROD_CRIT(strat)
      *hannes: PrintS
      *hannes: ALLOW_PROD_CRIT
      *hannes: rIsRatGRing
      *hannes: html-format
      *hannes: chainCrit ->strat
      *hannes: chainCrit ->strat
      *hannes: no_prod_crit
      hannes: tst.lib
      *hannes: initenterpairsRing -> initenterpairs
      *hannes: use rIsRatGRing
      *hannes: chainCritPart: RATGRING
      *hannes: syntax fix
      *hannes: syntax fix
      *hannes: .. in pmat, ticket 85
      *hannes: new inout.lib
      *hannes: HAVE_RATGRING
      *hannes:RATGRING fix
      *hannes: Print vs. PrintS
      *hannes: syntax fix
      *hannes: cr-lf
      hannes: non-ISO chars removed
      *** empty log message ***
      *hannes: plral letterplace reorganized
      Hannes: doc changes
      *hannes: plural logo in html part
      *hannes: syntax fix
      *hannes: minor(A,b,R): kNF also at the beginning
      *hannes: help string for BROWSER
      *hannes: pConentRat
      *hannes: builtin help browser: ticket 86
      *hannes: bug inmanual:Resolution of sing
      *hannes: all nc-libs
      *hannes: format
      *hannes: pContentRat
      hannes: syntax
      *hannes: fixed typos (ticket 90)
      *hannes: pCleardenom may change p
      *hannes: pContentRat may change p
      Hannes: syntax
      *hannes: pCleardenom changes
      *hannes: red...
      *hannes: avoid crrash - ticket 89
      *hannes: sing4ti2.lib
      *hannes: fix crash /ticket 92
      *hannes: avoid equal LM after NF (with redSB)
      *hannes: fix deg(0,iv) for 64bit
      *hannes: std/qring fixes
      *hannes: lazyReduce: better comment
      *hannes: comment
      *hannes: bison error msg
      *hannes: no-norm in NF
      *hannes: error in 64b mode
      *hannes: error in 64b mode
      *hannes: need pNormalize in redNF
      *hannes: better error msg. with ERROR: omit line etc.
      *hannes: debug msg. removed
      *hannes: poly-bigint, facstd(0)
      *hannes:...
      *hannes: ERROR modified
      *hannes: ERROR cmd
      *hannes: interred with inexact coefs
      *hannes: opt.
      *hannes: bug_5[1-3]
      *hannes: typo in coeffs (ticket 104)
      *hannes: new libs
      *hannes: COPYING
      *hannes: cleanup
      *hannes: COPYING
      *hannes: COPYING
      *hannes: ticket 104/coeffs_3
      *hannes: sing4ti2.lib
      *hannes: format: cr/lf
      *** empty log message ***
      *hannes: example fixed
      *hannes: syntax
      *hannes: variables() -> ideal
      *hannes: syntax
      *hannes: monitor
      *hannes: monitor: simplification
      *hannes: coeffs-3
      *hannes: bug_54
      *hannes: variables(..) -> ideal
      *hannes: syntax
      *hannes: OMALLOC_USES_MALLOC
      *hannes: fix return value of decomp(i,3) in all cases
      *hannes: remove debug
      *hannes: better default in problem case
      *hannes: some place wre correct before...(bug_46)
      *hannes:decomp.,3) again
      *hannes: int64 stuff
      *hannes: syntax
      *hannes: static binaries
      *hannes: syntax
      *hannes: err. msg for signal 11
      *hannes: static binaries and malloc
      *hannes: gcc warning
      *hannes: default: malloc=system
      *hannes: sort
      *hannes: new normal
      *hannes: charstr.cc
      *hannes: fix: discretize.lib removed
      *hannes: syntax fix
      *hannes: nchomolog.lib removed
      *hannes: syntax fix in doc
      *hannes: syntx fix in doc
      *hannes: discretize_lib nchomlog_lib removed
      *hannes: discretize_lib removed
      *hannes: syntax
      *hannes: fix
      *hannes: sca.doc
      *hannes: typo
      *hannes: typo
      *hannes: sca.doc
      *hannes: syntax fix
      *hannes: syntax fix
      *hannes: syntax fix
      hannes: syntax fix
      *laplagne: normal.lib
      *laplagne: new start. in normal
      *hannes: syntax fix
      *hannes: normal.lib, p1
      *hannes: node name fix
      *hannes: name fix
      *hannes: ref. fix
      *hannes: new libs
      *hannes: syntx/docu fix
      *hannes: syntax fix
      *hannes: removed SuperCommutative
      *hannes: removed buugy examples
      *hannes: format
      *seelisch: normal example
      *hannes: new zeroset.lib
      *hannes: tex syntax fix
      *hannes: tex syntax fix
      *hannes: code cleanup
      *hannes: format
      *hannes: syntax fix
      *hannes: code freeze
      *hannes: syntax fix
      *hannes: tex syntax fix
      *hannes: code cleanup
      *hannes: name changes in libs
      *hannes: english
      *hannes: syntax fix
      *hannes: global, no qring
      *hannes: formating
      *hannes: fixed Weyl call
      *hannes: syntax fix
      *** empty log message ***
      *hannes: syntax fix
      *hannes: synatx fix
      *hannes: new lib
      *hannes: better arg. check for elim
      *hannes: const
      *hannes: normal.lib
      *hannes: normal.lib
      *hannes: Mathias Schulze: Member
      *hannes: simplified
      *hannes: dependencies
      *hannes: dependencies/static
      *hannes: static build
      *hannes: strat->ak for kNF
      *hannes: trac 132
      *hannes: bug_tr132
      *hannes: simple tests from kNF[12] to kNF
      *hannes: which to red. in completeReduce
      *hannes: which to red. in completeReduce
      *hannes: better arg. check for elim
      *hannes: trac 132: NF
      *hannes: trac 132: NF
      *hannes: add std
      *hannes: new libs
      *hannes: new libs
      *hannes: patch 1
      *hannes: 3-1-0 patch 1
      *hannes: omalloc, format
      *hannes: omalloc/omAlloc
      *hannes: qring=
      *hannes: code simplif.
      *hannes: qring handling
      *hannes: code simplification
      *hannes: ring dep. attribs (trac 134)
      *hannes: code simpl.
      *hannes: trac 134
      *hannes: track 134
      *hannes: TMPDIR causes problems on MacOsX
      *hannes: more const
      *hannes: 3-1-0-2: MacOsX build
      *hannes: 3-1-0-2
      *hannes: HAVE_RINGS only
      *hanne: pointid.lib
      *hannes: version, category
      *hannes: pointid.lib
      *hannes: pointid.lib
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling/debug libs
      *hannes: profiling
      *hannes: STYLEGUIDES
      *hannes: analog idHomModule
      *hannes: syntactical sugar
      *hannes: proc var
      *hannes: description
      *hannes: long/int)
      *hannes: homog fix
      *hannes: set correct length
      *hannes: fix install
      *hannes: set length for posInT
      *hannes: deg for homog
      *hannes: syntx fix, activate example R12
      *hannes: syntax fix, example R12
      *albrecht: SAGE patches
      *albrecht: SAGE patches
      *hannes: file names
      *gmg: elimpart
      *hannes: presolve.lib
      *hannes: C== features
      *hannes: synatx fix
      *albrecht: SAGE patch
      *albrecht: fix nrnGreaterZero, nrzGreaterZero
      *hannes: nrnMapGMP
      *hannes: const
      *hannes: simplified
      *hannes: xalloc
      *hannes: wrong kModW access
      *hannes: fix elimpartanyr
      *hannes: debug
      *hannes: 3-1-0-3
      *hannes: syz in qring
      *hannes: 3-1-0-3
      *santiago: new version
      *hannes;..
      *hannes:.
      *hannes: syntax fix: did only work with some gcc versions
      *slaplagne: *bug fixed:
      slaplagne:
      *hannes: 1.33
      *hannes: test bits
      *hannes: TEST_OPT_FINDET
      *hannes: test bit
      *hannes: code cleanup
      *hannes: test_cmd for tests extended
      *hannes: test bit
      *hannes: gcc 4.3
      *hannes: gcc 4.3
      *hannes: gcc 4.3
      *hannes: gcc 4.3
      *hannes: gcc 4.3
      *hannes: gcc 4.3
      *hannes: libkernel_g.a, libkernel_p.,a
      *hannes: gcc 4.3
      *hannes: code cleanup
      *hannes: code cleanup
      *hannes: mmalloc.o
      *hannes: more dep
      macros/inline
      *hannes: nrzIntMod
      *hannes: fixed typo
      *hannes: redtail for Z
      *hannes: patch 4
      *hannes: patch 4
      *hannesd: code cleanup
      *pfister: fixes
      *hannes: typo
      *hannes: test syz
      hannes: syz-strat-test
      *hannes:fix NULL deref
      * shiftbba: lV
      *hannes: shrinh in redFirstShift
      *hannes: shrinh in redFirstShift
      *hannes: shrink in redFirstShift
      *hannes: typo
      *hannes: shrink in redFirstShift
      *hannes: gcc 4.4
      *hannes: gcc 4.4/sage
      *hannes: space between names
      *hannes: ring change
      *hannes:ring change in redtail
      *hannes: new libs
      *hannes: format
      *hannes: test OM_TRACK_CUSTOM
      *hannes: tests should not be active
      *hannes: syntax
      *hannes: names
      *hannes: syntax
      *hannes: synatx
      *hannes: eof
      *hannes: fixed comments
      *hannes: malloc overflow
      *hannes: gcc 4.3
      *hannes: NTL, NF
      *hannes: NTL, NF
      *hannes: use C for arithmetic shift test
      *hannes: arithmetic shifts
      *hannes: p_SetmComp
      *hannes: p_SetmComp
      *hannes: some overflow tests
      *Hannes: debug stuff
      *hannes: debug
      *hannes: gcc warnings
      *hannes: min_time and timer_resolution
      *hannes: more timer exmaples
      *hannes: expoent overflow stuff
      *hannes: general.lib
      *hannes: test for ring coeff
      *hannes: OVERFLOW stuff
      *hannes: nlShort3 simplified
      *hannes: general.lib
      *hannes: kInterRedBba/solve
      *hannes: interred
      *hannes: interred -> std
      *hannes: bug_solve(55)
      *hannes: solve
      *hannes: back to interred
      *hannes: fix object generation
      *hannes: std::FILE
      *hannes: code clean, format
      *hannes: SAGE fix
      *hannes: add header kInline.cc for libsingular
      *hannes: SAGE fixes
      *hannes: removed TOK_H test
      *hannes: typo
      *hannes: format
      *hannes: minbase(0)
      *hannes: idShow only in debug mode
      *hannes: solve
      *hannes: output
      *hannes: fix export
      *hannes: rCopy0 and copy_ideal
      *hannes: new dmod.lib
      *hannes: format
      *hannes: copy_ideal -> rCopy
      *hannes: format
      *hannes: format
      *hannes: format
      *hannes: format
      *hannes: nightly builds fail
      *hannes: 3-1-0-5
      *** empty log message ***
      *hannes: Namespaces by default
      *hannes: code cleanup (see ChangeLog)
      *hannes: no mp_set_memory_functions for Singular
      *hannes: restore old version
      *hannes: mminit ->tesths.cc
      *hannes: else was missing
      *hannes: mminit->tesths.cc
      *hannes: code cleanup
      *hannes: pLast -> polys.cc
      *hannes: fix missing :wqinit of basePack/currPack
      *hannes: code cleanup
      *hannes: numerator, denominator
      *hanne: removed naNumberToInt
      *hannes: Singularg simplified
      *hannes: code cleanup
      *hannes: singclap_gcd_r
      *hannes: code cleanup (longalg.h)
      *hannes: fix
      *hannes: code cleanup
      *hannes: dummy routine for nNormalize
      *hannes: code cleanup
      *hannes: fix: n_Normalize
      *hannes: next step: naNormalize prep.
      *hannes: longalg.cc
      *hannes: naAdd, naSub
      *hannes: debug stuff
      *hannes: indep. of currRing
      *hannes: more ring indep. stuff
      *hannes: install profiling/debug
      *hannes: install
      *hannes: hadle excep. case
      *hannes: remove unused parameter
      *hannes: install
      *hannes: removed some tgb templates (not needed)
      *hannes: attribute(INTMAT), trac 158
      *hannes: tr158
      *hannes: tr158 (attrib(INTMAT)
      *hannes: cleanup longalg
      *hannes: install
      *hannes: gcc 4.4
      *hannes: gcc 4.4
      *hannes: synatx
      *hannes: rDefault-> mpsr_rDefault
      *hannes: const
      *hannes: typo in doc.
      *hannes: type in doc
      *hannes: doc. fix
      *hannes: convetions
      *hannes: longalg.cc: 1.38
      *hannes: naGetNumeratorwq
      *hannes: 3-1-0-6
      *hannes: less naNormalize
      *hannes: add file magic
      *hannes: typo
      * IsPrime tests divisibility by primes from factory: smallprimes (<=32749)
      *hannes: format
      *hannes:ring coefss, normal.lib
      *hannes: nInvers may be npInvers/nvInvers
      *hannes: nPower may be npPower/nvPower
      *hannes: long cast
      *hannes: tr 166, a^2
      *hannes: nInt and conversions
      *hannes: nInt and conversions
      *hannes: nInt and conversions
      *hannes: bug_tr164
      *hannes: fixed examples
      *hannes: modstd.tst
      *hannes:
      *hannes: libreadline 6
      *gorzel: writelist and matrix/intmat
      *hannes: fixed lf
      *hannes: long vs. int
      *hannes: syz for ring-coeffs
      *hannes: test55/verb23 also for mora
      *hannes: long type casts
      *hannes: PLURAL fixes
      *hannes: include fixes
      *hannes: n_Init is now ring indep.
      *hannes: fix
      *hannes: fix jjBI2N
      *hannes: n_Init
      *hannes: more n_Init
      *hannes: surfer -> manual
      *hannes: nrnInit fix
      *hannes: nrnInit fix
      *hannes: removed n__Delete
      *hannes: fixed rank in idLift
      *hannes: fixed U in division
      *hannes: fix rank in kNF
      *hannes: token <=16382 chars
      *hannes: avoid warnings
      *hannes: syntax fix: deine all non-pure virtual functions
      *hannes; idInsertPoly
      *hannes: unned templates removed
      *hannes: format
      *hannes: code simplification
      *hannes: code simplification
      *hannes: p_GetAllDenom
      *hannes: longalg stuff
      *hannes: napGetExp removed
      *hannes: fix profiling
      *hannes: new naNormalize
      *hannes: removed napInit
      *hannes: removed napDelete1
      *hannes: removed napIsConstant
      *hannes: less Normalize
      *hannes: syntax fix
      *hannes: normalize stuff
      *hannes: n_Invers
      *hannes: less Normalize
      *hannes: tropical.lib polymake.lib
      *hannes: more ring args
      *hannes: more ring dep.
      *hannes: handle nx0-intmat
      *hannes: intmat
      *** empty log message ***
      *hannes: fixed memory leak in insert (track 177)
      *pfister: canomMap
      *hannes: homolog.lib, tr177
      *hannes: track 161 - sign in nlMapR
      *hannes: tr161
      *lee: new gcd
      *lee: new gcd
      *hannes: removed alg_gcd
      *hannes: track 159
      *hannes: track 159
      *hannes: Gelfand-Kirillov dim is usual dim
      *hannes: removed EXTGCD, allow DIM for PLURAL
      *hannes: allow DIM for PLURAL
      *hannes: newer texi2dvi do not produce dvi
      *hannes: handle png
      *hannes: completereduce to overcome gmp4.3 problem
      *hannes: new configure.in
      *hannes: 3-1-0-7
      Adding Id property to all files
      *hannes: srcdist for svn
      *hannes: srcdist for svn
      *hannes: use dim for GKdim
      *hannes: use bigint instead of number
      *hannes: use bigint instead of number
      *hannes: bigint extended
      *hannes: bigint extended
      *hannes: unused code removed
      *hannes: new command: farey
      *hannes; FAREY_CMD, CHINREM_CMD
      *hannes: allow division (requires only lift) for PLURAL
      *hannes: memory leaks fixed (part of track 183
      git-svn-id: file:///usr/local/Singular/svn/trunk@12262 2c84dea3-7e68-4137-9b89-c4e89433aadc
      *hannes: liftstd with 3 args (track 186)
      *hannes: liftstd
      *hannes: next memeory leak fixed in fast_map (tr 183)
      *hannes: sbuckets: sBucketDeleteAndDestroy
      *hannes: descr. of primL (track 173)
      *hannes: debug stuff: out_cf
      *hannes: debug stuff: out_cf
      *hannes: minor cleanup in fast_map
      *hannes: extgcd via NTL
      *hannes: extgcd
      *hannes: fix farey
      *hannes: fixed sign for farey
      *hannes: fix farey
      *hannes: debug stuff
      *hannes: syntax fix
      *hannes: debug stuff
      *hannes: fix chinrem for bigint
      *hannes: count self time + children
      *hannes: minor opt. converting Z NTL->factory
      *hannes: handle very long input lines better
      *hannes: code cleanup
      *hannes: line counting in febase.cc
      *hannes: fix chinrem for large input
      *hannes: code cleanup
      *hannes: opt.
      *hannes: debug stuff
      *hannes: debug stuff
      *hannes: timer
      *hannes: error handling
      allow int/bigint for chinrem
      typo fixed
      error handling for toric.lib
      pNSet
      pNSet
      bigint*matrix
      *nNew simplified
      make depend simplified
      git-svn-id: file:///usr/local/Singular/svn/trunk@12349 2c84dea3-7e68-4137-9b89-c4e89433aadc
      use NDEBUG instead of __OPTIMIZE__
      use NDEBUG instead of __OPTIMIZE__
      reactivate TEST_OPT_DEBUG_RED
      format, redRing
      format, redRing
      debug stuff
      more missing bigint operations
      re-enable tailring
      getrusage and children: wait required
      ring-indep. stuff for Z/2^n
      const in *SetMap
      mpz_clear(nrnModul) -> ring.cc
      nWrite indep. from currRing
      removed debug stuff
      liftstd(a,b,c): track 174
      *pfister: sagbi fixes
      no - for ideal/module: track 114
      OPT_IDLIFT removed
      *gmg: codim checks for SB
      *hannes: codim
      3-1-0-8
      move stuff from structs
      move stuff from structs.h
      move stuff from structs.h
      structs.h cleanup
      structs.h cleanup
      libparse needs full omalloc
      HAVE_IDI is now standard
      HAVE_IDI is now standard
      git-svn-id: file:///usr/local/Singular/svn/trunk@12408 2c84dea3-7e68-4137-9b89-c4e89433aadc
      IDTYP etc -> ipid.h
      IDTYP etc -> ipid.h
      git-svn-id: file:///usr/local/Singular/svn/trunk@12411 2c84dea3-7e68-4137-9b89-c4e89433aadc
      bug in quotient fixed (see Short/bug_quotient.tst)
      system(cpu)
      opposite
      opposite generalized
      synatx fix
      trac 195
      trac 195
      normaliz.lib
      splist.c ->kernel
      units.cc ->kernel
      sbuckets.cc ->kernel
      code cleanup
      debug stuff only in debug version
      quotient by poly (again)
      quotient by poly (again)
      download source
      clean up structs.h, part ...
      clean up structs.h, part ...
      test fixed: ix86-Linux
      more const in MP stuff
      idChineseRemainder for matrices
      bug chinrem(list(matrix),...)
      bug chinrem(list(matrix),...)
      farey for matrix
      farey for matrix
      normaliz.lib
      farey
      git-svn-id: file:///usr/local/Singular/svn/trunk@12451 2c84dea3-7e68-4137-9b89-c4e89433aadc
      SAGE patches
      SAGE patch
      3-1-0-9
      SAGE patch
      OsX fix
      BigInt simplified
      structs.h cleanup
      structs.h cleanup
      structs.h cleanup
      structs.h cleanup
      idhdl -> ring in fglmhomog
      structs.h cleanup
      moved option marcos to options.h
      moved option marcos to options.h
      moved option marcos to options.h
      option qringNF - preparation
      option qringNF
      option qringNF
      option qringNF
      undo for V_NSB
      notWarnSB
      syntax
      make clean
      new target install_all to install ALL libs
      COPYING updated
      libparse fixed
      update COPYING
      update COPYING
      type conversion in minor
      new version: normaliz.lib
      new minor code
      new minor
      error message and memory clean for minor
      call by value for minor
      index for singular.ps
      doc cleanup: surf.lib
      normaliz.lib: doc
      new lib: sgnature.lib
      code clean up
      code clean up
      code clean up
      new lib: swalk.lib
      OsX port
      OsX port
      OsX port
      debug stuff
      option(qringNF), track 149
      libsingular: fast_map and zero-div.
      optional external programs
      new command: monom
      fixed docu, some format stuff
      git-svn-id: file:///usr/local/Singular/svn/trunk@12520 2c84dea3-7e68-4137-9b89-c4e89433aadc
      Singular 3-1-1
      synatx fix
      doc:format
      version 3-1-1
      3-1-1
      genus only for char 0
      pfister: update signatire.lib
      unix format
      monom ->monomial
      unix format
      syntax fix
      monom ->monomial
      track 202: check for neg. entries
      track 196
      short -> int
      monom ->monomial
      removed inout::writelist
      fix for ring coeffs
      scanner simplified
      doc needs @texinfo
      ggetid simplified
      currRing
      SunOS/g++ port
      return type/status
      debug stuff for syzcomp
      more const
      format
      format, fix
      debug stuff: rDebugPrint
      idLiftStd
      genus for char p
      avoid double free for example returns (trac 204)
      fix gcc warnings
      typo fixed
      3-1-1
      new lib
      gcc warnings - 64bit
      gcc warnings - const
      autho addedf
      system(cpu)
      patch 0
      version date
      version date
      memory leak in nlGCD fixed
      memory leak in gnc_ReduceSpolyNew fixed
      ref cnt for gring
      Changes
      libreadline.so.7
      removed ref from nc_struct
      removed ref from nc_struct
      syntax fix
      format
      git-svn-id: file:///usr/local/Singular/svn/trunk@12600 2c84dea3-7e68-4137-9b89-c4e89433aadc
      SAGE patch
      genus: typo fixed
      genus: example
      add dmodvar.lib to distrubution
      genus for larger char.: use normal instead of normalP
      normal.lib::genus exmaple for char. p
      dmodvar.lib
      dmodvar.lib
      new primdec.lib
      rename signature.lib to surfsig.lib
      new surfsig.lib
      git-svn-id: file:///usr/local/Singular/svn/trunk@12623 2c84dea3-7e68-4137-9b89-c4e89433aadc
      keep the repo clean
      gcc warning
      gcc warning
      new dmod.lib
      NF with Z
      nc-mult: memory leak fixed
      allow to kill nc-rings
      trac 213 closed
      sca-std optimization
      sca-std
      more plural tests
      nlIsOne/nlIsMOne
      smpoly moved to sparsemat.cc
      Exponent_t removed
      flags for Singularp fixed
      tHomog moved to ring.h
      removed some NULL tests
      sleftv simplified
      Singular/misc.cc ->Singular/misc_ip.cc
      git-svn-id: file:///usr/local/Singular/svn/trunk@12670 2c84dea3-7e68-4137-9b89-c4e89433aadc
      memory leak in factorize
      cleanup Makefile.in
      fixed description of matrix.lib::power
      fix for profiling
      fix for profiling
      lib_types moved to mod_raw.h
      limit proc depth to 480 on windows
      fix ticket 221
      fix ticket 221
      we do not have nc-rings with 1 variable
      1-var nc-ring are sometimes needed
      code simplification
      matrix -> module conversion optimized
      nvInpMult
      module -> matrix optimized
      profiling stuff
      lists: memory management
      syntax fix
      support () in section names
      removed debug messages
      syntx fixes
      MacOsX does not support install -s
      MacOsX and strip/install again
      ^C/option a fixed
      fix NF bug (Tst/Short/bug_reduce.tst)
      fix NF bug (Tst/Short/bug_reduce.tst)
      idrec -> idrec.h
      idrec -> idrec.h
      idrec -> idrec.h
      idrec -> idrec.h
      nc-mult: memory leak fixed
      renamed some old gmp functions
      need to setCharacteristic(0) for chinrem
      some old gmp stuff changed
      static inline
      static inline
      some old gmp functions removed
      gmp stuff
      gmp stuff
      gmp stuff
      gmp stuff/factory
      gmp stuff/factory
      64bit fix
      doc-examples
      track 225: exceptional cases and rank stuff in idLift
      track 225: exceptional cases and rank stuff
      tr 223 and off-by-1 in ring construction
      *(poly,module)
      test decodegb.lib
      git-svn-id: file:///usr/local/Singular/svn/trunk@12748 2c84dea3-7e68-4137-9b89-c4e89433aadc
      structs.h simplified
      structs.h simplified
      no timings in tst
      tr. 229
      contributor, home page, etc.

Kai Krüger (6):
      due wrong path for branch
      Added examples for cppunit tests. call make test to build and run them.
      Should fix Ticket #243
      Anne, Kai, Frank:
      rename directory modules to dyn_modules
      Added files to compile with cmake. Still experimental. Might not work

Martin Lee (114):
      added new modular gcd over finite fields
      bug fix in gcd_smallp.cc
      deleted cf_cyclo.inc and cf_map_ext.inc, added cf_cyclo.cc,.h and cf_map_ext.cc, .h
      fixed conversion from zz_pEX to CF
      new squarefree factorization over finite fields
      new Hensel lifting, modular multiplication and modular division
      new factorization over finite fields
      changes for new factorization
      minor changes
      buf fixes
      more fixes
      fixes
      more syntax fixes and bug fix in uni gcd
      fixed logarithm
      new routines for two factor hensel lifting and some bug fixes
      some new functions for random evaluations over finite fields
      new sparse modular gcd over finite fields, new EZ gcd over finite fields, which is now switched on by default
      added heuristics to modular gcd
      added new univariate factorization over algebraic extensions of Q and updated test stats
      added doxygen docu
      new system function "factoras" to factorize over multiple extensions
      fix tr 291
      minor fixes
      new ezgcd, heuristic which gcd to choose and sparse modular gcd all for finite fields
      bug fix in ezgcd over finite fields
      bug fix
      factorization now uses 'gcd'
      changed heuristic in sparse gcd computation
      added division with remainder via Newton inversion
      added substitution of x^n->x
      bug fixes for factor recombination in case an extension is needed
      bug fix for multiplicity computation
      bug fixes
      added better way to create points in (Z/p)^n,(Z/p(alpha))^n and GF^n
      added probabilistic irreducibility test, available via system ("probIrredTest",poly,"error")
      minor fix in bivariate factorization
      bug fix in hensel lifting
      fix in bivariate factorization
      added short test for factorization
      replaced arrays by pointers
      add sort of factorization over extensions
      Kronecker substitution multiplication for bivariate multiplication
      added newton polygon computation
      added new functionality to map between extension
      added convex dense factorization to bivariate factorization
      polynomial time bivariate factorization
      added new function to get random eval point
      added test to prevent multiple inclusion of headers
      added division with remainder
      bug fix for trac ticket #341
      added new functions for multivariate Hensel lifting
      use bivariate factorization directly
      added better coprimality test for small finite fields
      compiler warnings
      changes to EZGCD_P
      fix for GCD and update of test
      added precomputation of leading coefficients for multivariate factorization
      added new test for factorization
      added detection of trivially irreducible polynomials
      minor change
      added modular resultant algorithm
      compute norm now modular
      added better compression of polynomials to tryBrownGCD
      updated docu and header
      resultantZ needs polys over Z
      prepare Hensel lifting for char= 0 case
      added computation of squarefree part
      erased inline's
      added bivariate factorization over Q(a)
      added multivariate factorization over Q (a)
      switched on new factorization and updated tests
      rational reconstruction via NTL
      create Variable(1) just once
      replaced tryCRA by tryNewtonInterp and deleted obsolete tryCRA
      added test for factorization over Q(a)
      moved 'reduce' from algext.* to cf_ops.cc and canonicalform.h
      towards better arithmetic in Z_p[x]/(f) for reducible f
      arithmetic in Z_p[x]/(f) for reducible f
      divisibility test
      use new division and divisibility test in gcd over Q(a)
      changes to Kronecker substitution multiplication
      deleted unnecessary fdivides
      added new fdivides which also returns the quotient in case of divisibility
      added modular solving of diophantine equation for Hensel lifting over Q(a)
      deleted unneccessary stuff and make factors monic in modularDiophant
      minor fixes in gcd
      prefer chinrem_gcd to ezgcd
      minor fix to mulMod2NTLFq
      deleted unused cf_gcd_charp.cc, cfGEval.*, ffreval.*
      code clean up in facFqBivar.cc, facFqFactorize.cc, facFactorize.cc
      minor fixes and optimizations to Kronecker substitution multiplication
      optimizations for division with remainder and lattice recombination
      different lifting  in precomputeLeadingCoeff
      better way to recover factors
      minor bug fix to bivariate factorization over extension of Z/p
      added equality test before testing divisibility and multiply by gcd of contents
      fixed a memory leak in cfNewtonPolygon.cc
      fixed memory leaks in factorization and replaced mpz_fdiv_q by mpz_divexact in int_rat.cc
      minor bug fix
      bug fix in squarefree factorization and faster way to recover factors in factorization
      use sqrfree factorization instead of sqrfree part extraction for factorization ove Q(a)
      added heuristic for sparse lifting and updated tests
      replacing MP_INT by mpz_t
      replacing MP_INT by mpz_t (kernel part)
      modified some helper functions and removed unneccessary inclusion of config.h
      add: code for sparse heuristic lifting a la Lucks/Wang
      chg: postpone shifting of evaluation point to zero until it is really needed
      add: switched on Lucks/Wang sparse heuristic
      chg: use sparse heuristic in precomputation of leading coefficients
      chg: sqrfree command now returns also multiplicities by default
      chg: docu for sqrfree
      chg: changed behaviour of sqrfree with optional argument 3
      fix: some issues with leading coeff in squarefree factorization over finite fields
      chg/fix: created new configure for factory on wawa

Martin Monerjan (166):
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      -No more printf, various ways of #including cddlib, more on class facet, tried to get facet::f->printFacet() to work, rmoved some no longer useful cddlib stuff
      *** empty log message ***
      Added cddlib
      More cddlib stuff. Expanded ineq matrix to have 0-th column store additive constants (which are zero)
      dd_MatrixCanonicalize - remove redundant rows from ddineq
      dd_DDMatrix2Poly. Ausgabe der V-Darstellung von ddineq
      First glimpse of class facet and class gcone
      more stuff into class {facet,gcone}
      -no more printf
      Started to get normals from ddMatrix into intvec
      started doxygenization
      More work on facets. Started with rings
      Got methods printNormal() and setFacetNormal(intvec *iv) of class facet to work.
      *** empty log message ***
      extra.cc: prepared for LIST_CMD
      Started work on facet::flip(ideal I, facet *f) method to compute the groebner basis
      Continued work on gcone::flip - HIGHLY EXPERIMENTAL CODE!
      Removed bug in gcone::getConeNormals due to which the actual data of facet::fNormal was lost.
      Two new methods:
      facet::flibGB is now private; set & print method exist
      Ring construction & change works for the lifting step in gcone::flip;
      created gcone::restOfDiv(poly, ideal) to compute f^{G} and
      contd work on ffG and restOfDiv. Tailred already included by Alg from CLO?
      pCopy to avoid destruction of arguments
      Started work on markings
      Markings work fine, though the code is pretty ugly. Needs some clean-up.
      #defined GMPRATIONAL
      Two methods for interior points. dd_LPSolve yields a point that is not from the relative int of the facet though. While dd_FindRelativeInterior does not seem to honor the standard simplex constraint. Resolved sig11 of yesterday
      Started work on reduction step after lifting. Doesn't work though.
      Fixed bug in ring creation (copied from ring.cc::rAssure_SyzComp)
      Copy constructor for gcone
      fixed copy constructor
      reverseSearch
      populated method revereSearch
      found bug in flippability test
      Fixed bug in flippability
      Partially fixed ring construction.
      Some cleanup
      Cleanup
      Started work on new way to compute the fan
      UCN
      *** empty log message ***
      facets2Matrix
      New method showFacets
      Added and debugged method gcone::normalize to make the rows of a mpq_t matrix into intvecs
      More debugging in normalize
      Fixed normalize
      More bugfixes in normalize
      Maintenance and bugfixes
      introduced method gcone::areEqual to check == of facets. Probably still buggy.
      Fixed computation of interior points
      Crude fix of ring construction, depending on whether the ring to be copied
      Modified noRevS. Looks promising, apparently needs some range checking at
      Enabled writeConeToFile to write files depending on UCN
      Modified facet::facet() to set everything to 0 in the beginning
      BUGFIX: Creation of linked list of facets now working correctly
      Missing )
      Fixed bug in ring construction! Works on most 2D-examples except for some esoteric ideals like
      Bugfix codim2 computation
      Made SearchList into doubly linked list
      minor fix in normalize
      Keep matrix of facet normals in each gcone in order to have the right codim2facets
      2nd try from scratch of enqueue method. Still not working properly.
      Removed memcpy
      Debug function fDebugPrint
      *** empty log message ***
      Implemented codim2 check
      Apparently a first running version
      bugfixes
      Complete tailreduction for getGB of input
      commented out delete deleteMarker. Causes funny behaviour
      Rudimentary garbage collection
      Disabled deleteMarker until I get rid of those friggin 0xfb bitmasks
      commented break statement was causing infinite loop, but might be causing the behaviour
      Idea for complete traversal of SLA before adding. However, does not work with all examples
      Fixed traversal of SLA via boolean "maybe"-flag
      Computation of strictly positive interior points
      idDebugPrint
      Normalization of ideals in flip
      Minor changes in garbage collection
      Cleanup in normalize, makeInt, dotProduct, ivNeg and isFlippable
      Class definitions into gfan.h
      Definition of class gcone into gfan.h
      More cleanup
      gcones doubly linked
      ~gcone
      readConeFromFile
      extra.cc: gfan now takes a second parameter for storage heuristic of GBs
      Cleanup
      gcone::isMonomial. Hack to avoid infinite loop when inputGB is monomial
      kNF and timings
      gfan parameters
      #ifndef NDEBUG for idShow
      Preprocessing of facets
      prepared for return type LIST_CMD
      have return type LIST_CMD
      gcone::getCounter
      removed reverse search related stuff
      Preprocessing
      gcone::getUCN
      bugfix in facet::getFacetNormal
      Fixes
      ~gcone
      Copy constructor for facets
      facet copy constructor
      Only one dd_set_global_constants
      Conditions in facet::~facet
      Garbage collection works
      const parameters
      inlined functions
      fixed dPolyErrors
      Crude profiling via gfanp
      Various attempts on preprocessing
      dd_MatrixCanonicalize is evil(tm)
      Speedup by removal of several cddlib calls
      Prepared for check of homogeneous input - disabled.
      gfanp::parallelButNotEqual
      int facet::numRays serves the same as numCodim2Facets
      Switched to int64vec
      Fixed rebuilding of rings in readConeFromFile()
      options.h
      Back to intvec
      const getRef2FacetNormal
      Precautions in face::setFacetNormal, (facet,gcone)::setInteriorPoint
      Some asserts
      #defined SHALLOW
      Gcd fix in makeInt
      getExtremalRays now stores the rays in intvec** gcone::gcRays, the
      gcone::numVars now static
      Returned list now contains the weight rather than the whole ring
      static facet slEnd
      New location for swapped cones: /tmp/Singular/
      gcone::ivZeroVector
      Moved some methods from classes to static functions
      facet::isIncoming no longer exists
      The cones are written to disk by default. Rereading must still be
      sed s/cout/printf/g
      Cleanup in destructors
      int64 and int64vec
      int64 und int64vec
      Tweaked preprocessing step in getConeNormals i.e. removed several
      Back to 64bit - #ifdef SIZEOF_LONG where required
      Cleanup for gfan
      gfan->grfan
      Resolved conflict
      Korrektur kernel/gfan.h
      Ternary ?: in getExtremalRays for ddineq
      Cleanup in isParallel
      No more writing out by default
      placeholder for orderRays
      grcone to compute a single cone. Needs wp ordering. Just a wrapper to call gfan in a special way.
      HAVE_GFAN is now HAVE_FANS
      HAVE_GFAN merged with HAVE_FANS
      NDEBUG
      cleanup
      zc->canonicalize() as per Anders' hint
      Switch back to original ring

Michael Brickenstein (9):
      initial version
      initial version
      initial version
      + added a few tests
      + encapsulated calls for pTotaldegree
      + initial version
      + slim invariant ideal elimination
      + deg in exp
      + removed some protocol output

Mohamed Barakat (1):
      collect denominators of std computations in denom_list

Motsak Oleksandr (107):
      *motsak: major redesign of NC Subsystem, maybe something more...
      *motsak: cleanup
      *motsak: major redesign of NS Subsystem...
      *motsak: minor changes in qring...
      *motsak: major redesign of NS Subsystem...
      *motsak: some more NC ShortSpoly! in kutil...
      *motsak: old speedup-dirty-hack is now obsolete
      *motsak: ^S/E-> s/e for name convention conformance
      *motsak: bugfixes + redesign
      *motsak: move the content of powers.lib into matrix.lib
      *motsak: bugfixes/enhancements
      *motsak: Init is not implemented for sBuckets
      *motsak: cosmetik change (filename correction in the header)
      *motsak: new CSummator class for transparent sBucket/poly summation
      *motsak: correction of Z_2 - homogeneity
      *motsak: special pair multiplication
      *motsak: more to an implementation
      *motsak: still in early development stage (Special pair NC-multiplication)
      *motsak: special multiplication
      *motsak: special mult. - comm. case done!
      *motsak: more special cases
      *motsak: done: main special casescvs update!
      *motsak: nc_sa_mult...
      *motsak: Formula for special cases
      *motsak: Formula for special cases: interface
      *motsak: testing different multiplication implemenations
      *motsak: optimizations... + components for global multiplicator
      *motsak: some comments on usage
      *motsak: p_ISet -> p_One, sca: xor instead of +, NCMultiplier reuse etc
      *motsak: zero inout :(
      *motsak: reviewed exterior/symmetric powers.
      *motsak: my chenges to matrix.lib (symmetric/exterior powers/bases)
      *motsak: minor cosmetic changes
      *motsak: minor fix of RETURN descriptions for *Basis procs.
      *motsak:
      *motsak: jacob for modules
      *motsak: update for jacob, teachstd.lib
      *motsak: tensor product of certain maps
      *motsak: tensor product of certain maps for sheafCohBGG
      *motsak: dafault optional argument for prodcrit instead of global variable
      *motsak: further corrections due to Singularsitzung
      *motsak: support for gprof and better $root-related name handling with quotes for system commands
      *** empty log message ***
      *motsak: name change for internal tensoring procedure
      *motsak: no skip zeroes for NF
      *motsak: id_KillSquares doesn't call SkipZeroes by default
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *motsak: sparseHomogIdeal
      *motsak: a bit of anti-spam protection for emails
      *motsak: email
      *motsak: removal due to the author
      *motsak: zero input to bracket
      *motsak: nc_*_bracket-related changes
      *motsak: bug in handling factors of sca lead to wrong sca detection
      *motsak: wrong tests: p_Test-->>> p_LmTest
      *motsak: fixing rOpposite (quotients)
      *motsak: fixes due to O.Iena
      resurection
      *motsak: super-commutative algebras
      *motsak: sca
      *motsak: memory leaks in jjSTD_1???
      *motsak: fixes due to std_1
      *motsak: enterSSpecial - missing case? fixed
      *motsak: minor improvements
      *motsak: corrections due to Prof. Greuel
      *motsak: Lie bracket instead of S-poly for Lie-algebras due to Viktor
      *motsak: testing possible speedup in syz/nres due to 3-0-3
      *motsak: compatibility with SuperCommutative issue
      *motsak: new experimental sheaf-cohomology-related stuff
      *motsak: backward compatibility for superCommutative
      *motsak: better extension-testing switches
      *motsak: better extension-testing switches
      *motsak: again the same
      *motsak: corrections due to Prof. Greuel
      *motsak: added constness to show methods. please do 'make clean'
      *motsak: cosmetics
      *motsak: Singular++ entry point
      *motsak: more sBucket API
      *motsak: more LL interface
      *motsak: minor
      *motsak: plz, no special characters
      *motsak: some more
      *motsak: +idrHeadR
      *motsak: copy
      *motsak: cvs id tag
      *motsak: doxygen docs
      *motsak: doxygen configs, ids, headers
      *motsak: C++ style
      *motsak: fix a bug in sort
      the procedure sort is back to the original, description improvement & new example
      *motsak: deep kernel implementation of induced Schreyer ordering + helpers
      no warnnings in release version
      *motsak: added processing of lists within lists
      *motsak: some fixes
      *motsak: regiester variables + bug fixed (D was ignored...)
      *motsak: minor fix
      *motsak: some fixes and addons
      *motsak: no s/l-res for noncommutative algebras yet
      cosmetic fix: AssureCurrerntRing->assureCurrentRing
      fixed bug in Pottier_ideal due to no output of hosten_shapiro
      unused here!
      *motsak: added an author
      cleanup, better examples/tests for sheafCohBGG2
      minor changes and correction: super-commutative -> graded commutative
      fixed help, examples + attributes

Oleksandr Motsak (57):
      minor fix of behaviour
      Cosmetic changes to displays
      p_Setm_general: fixing the usage of p_SetExp/p_GetExp while doing induced orderings
      Fixed Frank's bug in sleftv::CleanUp(r): multiple equal case choices in switch.
      *motsak: new library multigrading.lib
      fixed: conformance with Singular rules
      fixing attributes of type 'def' (+debug output for attributes)
      changes to 'multigrading.lib' due to Wolfram Decker
      cleanup
      +multigrading.lib to NEWS.texi
      fixed the bug in rSum (see
      *motsak: Fixing the bug (http://www.singular.uni-kl.de:8002/trac/ticket/233)
      ADD: system(omMemoryTest); command for omalloc memory status/debug info
      a bit more omalloc-bin debug during the "long -> bigint" convertion in jjLONG2N
      better Schreyer-Induced-Ordering debug output
      ADD: doxygen readme
      more about doxygen
      FIX: issues in homolog.lib (Tor/Ext/Ext_R)
      ADD: important todo
      FIX: fixing Frank's bug (ivTest doesn't work for ideals/DEBUG only!)
      hannes: please test before commiting!
      ADD: "#include <kernel/" resp. "#include <Singular/"
      ADD: call bigintm_setup using system("bigintm_setup"); (due to extra.cc)
      ADD: bigintm as a module sample
      FIX: betti and convertion to list should not change a resolution (syzstr)!
      FIX: My changes related to Syzygy/Schreyer-Induces orderings (+degree) for interpreter
      FIX: correct assumes for ringorder_S/ro_syzcomp due to rCurrRingAssure_dp_S for syLaScala3
      ADD: intvec: new view() method
      Cleanup of extra.cc
      MV: moved WrongOP to blackbox
      ADD: more testing (output due to option(teach)) for redNF
      moved all the user-space syzygy-related stuff into a synamic module
      ADD: newest version of multigrading.lib
      ADD: to system("with"): 'om_ndebug' and 'ndebug'
      FIX: intDet -> det!
      FIX: minor fixes in multigrading.lib
      FIX: 'hres' uses syRing and returns the result in re/orderedRes...
      FIX: wrong assumes
      *Simon Keicher: Fixed some issues in isSublattice, latticeBasis and preimageLattice and intersectLattices
      FIX: wrong assumes
      *Simon Keicher: fixed projectlattices
      FIX: pushForward/getLattice by eliminating dangerous 'defined()'-calls
      ADD: some more examples and descriptions: 'createQuotientGroup','createTorsionFreeGroup', 'isGroup', 'getGradedGenerator','createGradedRingHomomorphism' etc.
      *Lars Kastner: Added return documentation to multiDegTensor. Bug fixed.
      ADD: bugtest for ntIntDiv & p_Content using syzextra
      FIX: ncSAMult (external/static issue)
      FIX: ncSAMult (gnc_ -> ggnc_)
      FIX: degBound support for SCA (std/syz/res)
      FIX: fixes due to Sun Studio (removed ncSACache stubs from ncSAMult)
      FIX: fixed building/loading of dynamic modules on Mac OS X
      FIX: Schreyer ordering was broken: monomials always had 0-level
      ADD: new option(notSyzMinim) should switch off all resolution minimizations (lres/nres/mres)
      FIX: eliminated 'bad' variables (due to C++ standard) for the ticket #333:
      Merge pull request #24 from mmklee/factory_gmp
      Merge pull request #30 from mmklee/moreSparseHeuristic
      Merge pull request #29 from mmklee/factory_sqrfree
      fix the segfault occuring only on 64 bit

Oliver Wienand (38):
      Dokumention unter Windows bauen
      ring.cc:
      polys.cc:
      * nComp --> nDivComp
      pNorm nicht für Ringe
      pDivideM: wenn Einheit, dann erst invertieren und dann multiplizieren, sonst jeden Koeffizienten einzeln dividieren
      stratChangeTailRing für gcd/strong polys
      Maps
      Maps now available: (untested)
      Maps getestet
      Fehler bei pDivideM wenn LC eine Einheit ist.
      pSubst2: x^n kann Null sein
      Maps für Bigint
      zeroreduce für Z/m
      Ringlist für Ringe ;)
      Zerored nun auch für beliebige große "Charakteristik"
      charstr
      ringlist für ringe flexibler
      *** empty log message ***
      ringe im manual und windows install ueberarbeitet
      ringgb.lib: weitere Beispiele am Schluss
      Tests für:
      kstd2.cc:
      Aenderungen fuer Cygwin 1.7
      Änderungen wegen Cygwin 1.7
      zeroSpoly Fehler bei Moduln korrigiert
      Modulwarnung deaktiviert.
      kutil.cc: Debug Ausgabe wegen Fehler in Windows geaendert.
      Emacs lisp interface angepasst, auf alten Version ueberpruefen.
      Cygwin Akutalisierungen
      Minoriteration für GMG.
      Ringtests in ok_s.lst
      Fehler in lokalen Ordnungen und KoefRingen
      mea culpa
      Do not use the mora function in case of coefficient rings. Only the bba routine uses the special handling for coefficient rings. This fixes #162.
      added debug stuff as in [12362] to other compare functions
      Function to generate pairs necessary to create a strong standard base weren't ready for modules (i.e. components). This fixes #191.
      * Error in component check while creating gcd polys (fixed #300)

Santiago Laplagne (7):
      Small bug fixed, reported by Leonard, when splitting the ideal by a zerodivisor.
      locAtZero was removed by error from proc normalizationPrimes. It is set back.
      Fixed bug in positive characteristic.
      Fixed bug in positive characteristic.
      echo = 2; added in the examples.
      Corrected email address.
      Change in the documentation of proc normal, based on a question by Philipp Renner.

Stanislav Bulygin (24):
      hard examples at the end are added
      Pellikaan's name is deleted from the author's list
      name agreement implemented
      this lib did not have proper names
      grammatical errors are corrected. output of solveForRandom and solveForCode is changed. FLSolveForRandom is now solveForRandomFL
      some shortenings, new examples at the end
      adding comments and delimiters
      some redefines are removed
      remove old version of decodegb.lib
      indentation, names, formatting,#,option
      chapter on decoding with GB is added
      preliminary version
      invalid node descriptions corrected for Decoding
      *** empty log message ***
      References are added
      added references to the manual
      Cooper
      minor changes
      typo in the references corrected
      minor changes
      proof-reading is done
      decodegb.lib is added in the list
      additional type checks added
      explicit names x() are now referenced with var(); timings are removed from several procedures

Stefan Steidel (29):
      new libs
      Documentation
      Documentation and procedure intersectZ not static anymore
      long lines erased
      Documentation of examples and long lines erased
      Small changes in procedure equidimZ to avoid redefinings
      New test suite for surfacesignature.lib
      New test suite for surfacesignature.lib
      New test suite for assprimeszerodim.lib
      Procedure zeroR becomes static, new procedure zeroRadical is added to the library.
      Variants in main procedure modStd modified and documentation adapted.
      MP-links changed to ssi-links.
      Changes in procedures zeroR resp. findGen and attachment of further examples
      Added procedure that sorts list of primary/prime ideals.
      Description of basic concept provided in the OVERVIEW; brieskornSign --> signatureBrieskorn; signature --> signatureNemethi; Remark added to procedure signatureNemethi.
      Changes respecting changes in surfacesignature.lib: brieskornSign --> signatureBrieskorn; signature --> signatureNemethi.
      Some updates in documentation; MP-links --> ssi-links.
      Small update of last check-in.
      intersectZ --> intersect
      intersectZ --> intersect
      Semicolon was missing.
      Redefinitions erased and printlevels improved.
      Some printlevel improvements.
      Some semicolon was missing.
      Some optimization regarding the number of processes used im modStd, some minor documentation improvements.
      Some parallelization features and required input for procedure assPrimes changed. New procedure pTestPoly included.
      (1) Procedure name changed: signatureP --> signaturePuiseux, not static anymore and (2) signatureNemethi: input poly need not be irreducible anymore, the two possible variants run in parallel if no optional argument is used.
      Changes are due to changes in surfacesignature.lib
      Procedure mixedTest is not static anymore.

Thomas Markwig (23):
      *** empty log message ***
      Theory added. bunchoflines corrected. tropicalCurve corrected.
      Minor changes.
      Warning inserted.
      triangulations has been adopted so as to get along with the format of topcom version 0.15.
      Nichts wesentliches geaendert.
      the help information and the examples have been reformatted
      help texts and examples reformatted
      Procedures secondaryFan and polymakeKeepTmpFiles added.
      procedure cleanTmp added and made sure that tex-files are partly removed after leaving procedures
      Email Adresse geaendert
      Two break points removed.
      Aenderung in der Prozedur  plotRotatedFromCode. Der surfex-Pfad wurde nicht richtig gefunden, zumindest dann nicht, wenn in SingularLIB zwei Pfade angegeben sind. Entsprechende Aenderungen wurden von Oliver Labs und Thomas Markwig vorgenommen
      Fehler in weierstrassFormOfACubic behoben.
      Einige Hilfstexte verbessert.
      einige Hilfstexte verbessert
      Alle Zeilen auf Laenge 80 beschraenkt.
      Alle Zeilen auf 80 Zeichen beschraenkt.
      In tInitialIdeal das Gewicht von @s auf M statt auf M+1 gesetzt
      In der Prozedur texDrawTropical habe ich die Skalierung geaendert, so dass im Fall eines Skalierungsfaktors <1/100 die Koordinaten selbst skaliert werden. texdraw hat Probleme mit zu grossen Koordinaten
      In der Prozedur tropical.lib wurde eine Endlosschleife behoben.
      Procedures puiseuxExpansion and displayPuiseuxExpansion added.
      puiseuxExpansion und displayPuiseuxExpansion hinzugefuegt.

Tim Abbott (1):
      singular_3-0-4-3.dfsg.orig.tar.gz

Tobias Hansen (1):
      Imported Upstream version 3.1.7p1+ds

Viktor Levandovskyy (125):
      *levandov: annRat, annfsRB added plus fixes
      *levandov: annfsRB mini fix, annRat doc
      *levandov: new releases of dmod and dmodapp libs, new procs minor fixes, better performance
      *levandov: shiftbba prepared for release
      *levandov: discretize lib prepared for release, supplied with the guide procedure
      *levandov: release versions of libs with rearranged functions, better and new procs and bugfixes
      *levandov: release version, many untested functions commented
      *levandov: some changes for rational ncgb
      *levandov: documentation updates, release preparation and minor bugfixes
      *levandov: Smith and Jacobson normal forms: first release
      *levandov: proc smith renamed to oldsmith, it is not mentioned officially in the header anymore
      *levandov: category changed from Noncommutative to Control Theory
      *levandov: documentation for letterplace GB, 1st version
      *levandov: docu changes, help added, static marked
      *levandov: improvements, bugfixes, docu
      *levandov: minor bugfixes and docu
      *levandov: introducing the attribute isLPring for letterplace rings
      *levandov: unstatic one proc
      *levandov: shrinking in nonhomog letterplace
      *levandov: docu and minor bugfixes, more examples, formatting
      *levandov: numerous changes, docu fixes, exchange of procs between libs etc
      *levandov: letterplace changes related to docu
      *levandov: debug + docu enhancements
      *levandov: fixes and doc improvements, bfun instead of bfct_lib
      *levandov: minor bug fix
      *levandov: numbering enhanced, letterplace cross linked
      *levandov: doc changes, new function lpMult
      *levandov: rational Groebner bases updated
      *levandov: stuff for rational Groebner bases updated
      *levandov: ncratCreateSpoly added
      *levandov: massive attack of RATGRING things on BB algorithm
      *levandov: the beginning of pContentRat
      *levandov: working on pContentRat
      *levandov: debugging pContent
      *levandov: cosmetic changes
      *levandov: early unit detection in rational GB
      *levandov: Appel definitions revisited
      *levandov: fixes and new proc divideUnits
      *levandov: two new proc from bfun, isCommutative and isWeyl
      *levandov: bfun and dmodapp seriously reworked
      *levandov: freegb lib reworked, new functions, many things renamed
      *levandov: dmod enhanced, docu, examples etc.
      *levandov: further bugfixes, finer work with varnames, doc enhancements, assume procs etc
      *levandov: fixes for RatGring for modules, now std,syz and nres work well
      *levandov: more docu enhancements, small bugfixes
      *levandov: new names of proc and minor changes
      *levandov: numerous bugfixes and improvements in vct2str mod2str lst2str
      *levandov: makeModElimRing and moduloSlim procs added
      *levandov: new proc operatorModulo added
      *levandov: redSB and redTail for non-homogeneous shift gb
      *levandov: operatorModulo cosmetics
      *levandov: cosmetics
      *levandov: doc and messages cosmetics
      *levandov: documentation and assumptions reworked
      *levandov: changes by daniel andres, new functions, doc enhancements
      *levandov for mschulze: small bugfix and docu improvements
      *levandov: additions and corrections to the doc
      *levandov: 1st revision of the new lib: Bernstein-Sato polynomials for varieties
      *levandov: more theory and examples inserted
      *levandov: test proc and minor text changes
      *levandov: protocol added, slimgb set as default choice, minor fixes
      *levandov: added fullSerreRelations, makeLetterplaceRing2, reworked makeLetterplaceRing, doc fixes, minor enhancements everywhere
      *levandov: new bernsteinLift, header shortened by making emphasis on heuristic general procedures, minor fixes
      *levandov: example and doc for 2rd argument in liftstd
      *levandov: minor corrections and format
      *levandov: bugfix, rightInverse for noncomm case, doc improvements
      *levandov: examples and doc improvements
      *levandov: doc improvements
      *levandov: Sannfslog returns now the same ring as Sannfs
      *levandov: include options h needed to compile under cygwin
      *levandov: disable homogeneous enhancements for Plural but not SCA rings, trac ticket 171
      *levandov: tests for new functions in doc, for plural
      *levandov: update for dim, division, liftstd
      *levandov: replace Exponent_t via int
      *levandov: checkRoot assume added and doc clarified
      *levandov: doc enhanced, support acknowledged
      *levandov: includes repaired, replacements bla.h via kernel/bla.h
      *levandov: keywords added, minor cleanup
      *levandov: keywords added, minor cleanup
      *levandov: Daniel Andres has fixed a bug in GKZsystem
      *levandov: minor necessary fixes for Locapal, ratgring
      *levandov: small changes
      *levandov: cross citation and keyword added
      *levandov: fpadim lib by G Studzinski, dimension computations in associative algebras
      *levandov: major update of dmodapplib by restriction, integration and deRham routines
      *levandov: new version of dmodapp, enriched with characteristic variety, restriction, integration and deRham cohomology
      *levandov: SAGBI bases by Jan Hackfeld, RWTH Aachen
      *levandov: todos
      *levandov: factorization in the 1st Weyl algebra by Albert Heinle, RWTH Aachen
      *levandov: checklib changes of libs form Aachen
      *levandov: again checklib
      *levandov: docu update for sagbi2
      *levandov: release preparation factorization in the 1st weyl algebra
      *levandov: doc changes
      *levandov: implemented critics by T. Markwig and minor changes
      *levandov: bugfixes plus new proc letplaceGBasis plus doc enhancements
      *levandov: doc changes and minor fixes
      *levandov: reworked docs, bugs fixed etc
      *levandov: many updates of doc, examples, additions
      *levandov: assume Qring build in, more description
      *levandov: some docs added
      *levandov: combined set of fixes around release
      *levandov: rearrangements, testNCfac changed, minor fixes
      *levandov: release preparations of lib, example and doc reworked and completed
      *levandov: format
      *levandov: cleanup and minifixes
      *levadov: support line added
      *levandov: minor fixes, cleanup
      *levandov: more theory, explanations, example enhanced
      *levandov: update incl printlevel story and code cosmetics
      *levandov: some new procs isLieType,isInvolution,isAntiEndo, cleanup, better doc, assumes
      *levandov: tex output for printlevel 4 added
      *levandov: small dbprint fix
      *levadov: repaired findimAlgebra proc
      *levandov: canonicalform which is fraction free coeffs introduced, more on printlevel, minor bugfixes
      *levandov: checkin from Aachen, bugfixes and improvements
      *levandov: bugfixes for bfun_lib and dmodapp_lib by Daniel Andres
      *levandov: lpNF computes Normal Form with shift invariant presentation plus some docfixes
      *levandov: docs reworked, new paper added, release notes updated
      *levandov: all descriptions of the libs added
      *levandov: cleardenom call fixed for RATGB
      *levandov: link to jacobson lib from noncomm libs is added
      *levandov: moduloSlim generalized to arbitrary matrices, embedMat introduced
      *levandov: annfsBMI changed, now being able to compute B sigma ideal
      *levandov: also computation of Bi ideal added to annfsBMI, its syntax changed

Wolfram Decker (15):
      revised docu
      fixed bug in genusLA
      git-svn-id: file:///usr/local/Singular/svn/trunk@13519 2c84dea3-7e68-4137-9b89-c4e89433aadc
      changes docu for libraries
      changes docu
      revised docu
      revised docu
      revised docu
      adjusted to general.doc
      changed docu
      changed docu
      changed docu
      changed docu
      adapted e-mail adresses
      adapted e-mail adresses

Yue Ren (27):
      fixed error in gfan.cc
      fixed insert_cone
      Reworked getprop, setprop and contain so that it resembles more the functions in gfanlib. Also now easier to use, imo.
      new gfanlib and respective changes in the library
      changed some minor mistakes because heaers were moved
      new gfanlib by anders
      fixed an allocation bug
      fixed insert_cone
      new gfanlib and respective changes in the library
      forgot code used for debudding, silly me.
      - getLinearForm now returns intvec instead of intmat,
      fixed typo in procedure name
      bugfixes and new features
      changed ambiguous name of function "contains"
      "getFacets(...)" -> "getFacetNormals(...)"
      changed names in documentation
      first try with polytopes
      added new functions to gfanlib, restructured bbcone/bbfan
      adjusted printout for polytopes
      changed code for printing
      changed headers, added getNormalFacets for polytopes
      changed documentation, removed isComplete()
      added canonicalize for cones
      documentation work, changed initialization of cones and polytopes
      fixing polytopeViaVertices
      added callpolymake
      deleted object files

ederc (1):
      Merge pull request #27 from steenpass/modstd

hannes14 (1):
      Merge pull request #52 from YueRen/gfanlib

mlee (2):
      fix for squarefree decomposition: now the first entry of sqrfree is always the leading coefficient
      more fixes for squarefree decomposition

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
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