Changeset 8baa37 in git for factory/ChangeLog


Ignore:
Timestamp:
Jan 24, 2014, 1:39:15 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ee5e11e63c911034966a67782a24e7326c52abb1
Parents:
5c8e18ff3dc32f83461ed21cad1151a77366ed567661e1502f806195a6458595ba7e711664a932bb
Message:
Merge pull request #456 from surface-smoothers/improve.documentation.genus

improved genus documentation for 1-dim affine variety input
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    r7661e1 r8baa37  
    15201520          removed
    15211521
    1522         * debug.h: dependency on #define NDEBUG removed
     1522        * debug.h: dependency on #define SING_NDEBUG removed
    15231523
    15241524        * factoryconf.template: doc fix
     
    16081608        debug.h, cf_assert.h, and timing.h, resp.
    16091609
    1610         * cf_assert.h (NOASSERT, NDEBUG): #define NDEBUG to switch off
     1610        * cf_assert.h (NOASSERT, SING_NDEBUG): #define SING_NDEBUG to switch off
    16111611          assertions replaced by #define NOASSERT.  For sake of backward
    1612           compatibility NDEBUG works, too.
     1612          compatibility SING_NDEBUG works, too.
    16131613
    16141614        * cf_assert.h (DEBINCLEVEL, DEBDECLEVEL, DEBOUTSL, DEBOUT, DEBOUTLN):
     
    16651665          (hprint): calls to hprint() wrapped by calls to #define
    16661666          DEBOUTHPRINT, which definition depends on #define DEBUGOUTPUT
    1667           (instead of NDEBUG, as before).  All callers changed.
     1667          (instead of SING_NDEBUG, as before).  All callers changed.
    16681668
    16691669        * cf_linsys.cc: superfluous #define TIMING removed
     
    16971697
    16981698        * debug.h (DEBUGOUTPUT): #define DEBUGOUTPUT is switched off now
    1699           if #define NDEBUG is switched on
     1699          if #define SING_NDEBUG is switched on
    17001700
    17011701        * fac_univar.cc (ZFactorizeUnivariate): timing stuff changed to
Note: See TracChangeset for help on using the changeset viewer.