Changeset 8fc3f6 in git


Ignore:
Timestamp:
Oct 31, 2009, 12:47:06 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
Children:
3416969e382fb0856af464a56a0166cee9709057
Parents:
6cc28a8b9db815d4fb3b476eb954877d590ceb2a
Message:
*hannes: 3-1-0-7


git-svn-id: file:///usr/local/Singular/svn/trunk@12229 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r6cc28a r8fc3f6  
    11Changes w.r.t 3-1-0-6:
     2- 3-1-0-7: Sat Oct 31 12:39:50 CET 2009
    23- bug fix in primes/IspPrime (track 166)
    34- bug fixed for Z/p (p>32003): nPower
     
    910- fixed NF for some block ordering (track 159)
    1011- removed EXTGCD: use extgcd
     12- gcd over algebraic extensions in factory
     13- tropical.lib and polymake.lib as official libraries
     14- bug fixed in mapping real -> rational (track 161)
    1115
    1216Changes w.r.t 3-1-0-5:
  • Singular/mod2.h.in

    r6cc28a r8fc3f6  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.149 2009-08-21 11:00:29 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.150 2009-10-31 11:47:06 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    258258#define BIT_SIZEOF_LONG CHAR_BIT*SIZEOF_LONG
    259259
    260 #define SINGULAR_PATCHLEVEL 6
     260#define SINGULAR_PATCHLEVEL 7
    261261#define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL)
    262262
  • kernel/mod2.h.in

    r6cc28a r8fc3f6  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.42 2009-08-21 11:00:48 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.43 2009-10-31 11:47:06 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    258258#define BIT_SIZEOF_LONG CHAR_BIT*SIZEOF_LONG
    259259
    260 #define SINGULAR_PATCHLEVEL 6
     260#define SINGULAR_PATCHLEVEL 7
    261261#define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL)
    262262
Note: See TracChangeset for help on using the changeset viewer.