Changeset 8fc3f6 in git
- Timestamp:
- Oct 31, 2009, 12:47:06 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- 3416969e382fb0856af464a56a0166cee9709057
- Parents:
- 6cc28a8b9db815d4fb3b476eb954877d590ceb2a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r6cc28a r8fc3f6 1 1 Changes w.r.t 3-1-0-6: 2 - 3-1-0-7: Sat Oct 31 12:39:50 CET 2009 2 3 - bug fix in primes/IspPrime (track 166) 3 4 - bug fixed for Z/p (p>32003): nPower … … 9 10 - fixed NF for some block ordering (track 159) 10 11 - 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) 11 15 12 16 Changes w.r.t 3-1-0-5: -
Singular/mod2.h.in
r6cc28a r8fc3f6 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.1 49 2009-08-21 11:00:29Singular Exp $8 * Version: $Id: mod2.h.in,v 1.150 2009-10-31 11:47:06 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 258 258 #define BIT_SIZEOF_LONG CHAR_BIT*SIZEOF_LONG 259 259 260 #define SINGULAR_PATCHLEVEL 6260 #define SINGULAR_PATCHLEVEL 7 261 261 #define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL) 262 262 -
kernel/mod2.h.in
r6cc28a r8fc3f6 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.4 2 2009-08-21 11:00:48Singular Exp $8 * Version: $Id: mod2.h.in,v 1.43 2009-10-31 11:47:06 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 258 258 #define BIT_SIZEOF_LONG CHAR_BIT*SIZEOF_LONG 259 259 260 #define SINGULAR_PATCHLEVEL 6260 #define SINGULAR_PATCHLEVEL 7 261 261 #define SINGULAR_VERSION ((SINGULAR_MAJOR_VERSION*1000 + SINGULAR_MINOR_VERSION*100 + SINGULAR_SUB_VERSION*10)+SINGULAR_PATCHLEVEL) 262 262
Note: See TracChangeset
for help on using the changeset viewer.