Changeset f73e9cd in git
- Timestamp:
- Aug 21, 2009, 1:00:48 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 1c3aa77401402e4e6a747ef167dc463fbdb20386
- Parents:
- 355201433267f3df667ea913a9d3487335c99191
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r355201 rf73e9cd 1 1 Changes w.r.t 3-1-0-5: 2 - 3-1-0-6: Fri Aug 21 12:59:52 CEST 2009 2 3 - code cleanup: removed HAVE_NAMESPACES (always 0), HAVE_NS(1), HAVE_GMP(1) 3 4 HAVE_LIBFAC_P (=HAVE_FACTORY) 4 5 - moved mp_set_memory_functions-call from kernel/mminit.cc to tesths.cc:main 5 6 (in order not to call it for libsingular) 7 - some changes for super-commutaive algeras 6 8 7 9 Changes w.r.t 3-1-0-4: -
Singular/mod2.h.in
r355201 rf73e9cd 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.14 8 2009-08-13 17:24:45 motsakExp $8 * Version: $Id: mod2.h.in,v 1.149 2009-08-21 11:00:29 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 5260 #define SINGULAR_PATCHLEVEL 6 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
r355201 rf73e9cd 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.4 1 2009-08-13 17:31:50 motsakExp $8 * Version: $Id: mod2.h.in,v 1.42 2009-08-21 11:00:48 Singular Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 109 109 #undef HAVE_SIGINTERRUPT 110 110 /* define for boost includes and lib */ 111 /////////////////////// #undef HAVE_BOOST_DYNAMIC_BITSET_HPP111 //////////////////////// #undef HAVE_BOOST_DYNAMIC_BITSET_HPP 112 112 /* define for std:vector includes */ 113 113 #undef USE_STDVECBOOL … … 258 258 #define BIT_SIZEOF_LONG CHAR_BIT*SIZEOF_LONG 259 259 260 #define SINGULAR_PATCHLEVEL 5260 #define SINGULAR_PATCHLEVEL 6 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.