Changeset fd68165 in git for factory/ChangeLog


Ignore:
Timestamp:
Nov 7, 2013, 6:42:08 PM (9 years ago)
Author:
Janko Boehm <boehm@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
bebd13f12467d52870735cd4cfae940241fef019
Parents:
4a4593a9cc860e3c2819808ef08faab1b9a48009
git-author:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:42:08+01:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-11-07 18:46:02+01:00
Message:
Fixed name conflict INT64 and wrong type
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    r4a4593a rfd68165  
    191191Mon May 11 11:36:22 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    192192
    193         * config.h.in (INT64): unused declarations for MetroWerks removed
     193        * config.h.in (FACTORY_INT64): unused declarations for MetroWerks removed
    194194
    195195        * imm.cc (imm_mul): wrapped by `#ifdef __MWERKS__'
     
    229229          be float, hence constant `2' replaced by `2.0'
    230230
    231         * config.h.in (INT64): new typedef for Metroworks compiler
     231        * config.h.in (FACTORY_INT64): new typedef for Metroworks compiler
    232232
    233233Mon Apr  6 14:06:49 MET DST 1998  Jens Schmidt
     
    571571          (distfiles): `bin/makeheader.pl' added to distribution
    572572
    573         * config.h.in (INT64): new define
     573        * config.h.in (FACTORY_INT64): new define
    574574
    575575        * bin/makeheader.pl: new file
     
    599599          version of factory.h for Windows NT
    600600
    601         * config.h.in: new typedef INT64 for 64 bit integer type of various
     601        * config.h.in: new typedef FACTORY_INT64 for 64 bit integer type of various
    602602          platforms (currently 'long long int' for gcc and '__int64' for
    603603          MS VC++)
     
    606606          to have prototypes for alloca and memcpy
    607607
    608         * ffops.h: now uses INT64 instead of long long int
    609 
    610         * ffops.cc: now uses INT64 instead of long long int
    611 
    612         * imm.h: now uses INT64 instead of long long int
     608        * ffops.h: now uses FACTORY_INT64 instead of long long int
     609
     610        * ffops.cc: now uses FACTORY_INT64 instead of long long int
     611
     612        * imm.h: now uses FACTORY_INT64 instead of long long int
    613613
    614614        * int_poly.cc: includes strstrea.h instead of strstream.h in the
Note: See TracChangeset for help on using the changeset viewer.