Changeset bebd13f in git for factory/ChangeLog
- Timestamp:
- Nov 8, 2013, 10:18:53 AM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 35c26414eab02dda7305d2a199bc7a351daf705d
- Parents:
- 13f7b2794703c329b4c6179ef9db9eb16b305824fd6816507d9d8040e8379a880a5d36da704d9da1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
r13f7b2 rbebd13f 191 191 Mon May 11 11:36:22 1998 Jens Schmidt <schmidt@mathematik.uni-kl.de> 192 192 193 * config.h.in ( INT64): unused declarations for MetroWerks removed193 * config.h.in (FACTORY_INT64): unused declarations for MetroWerks removed 194 194 195 195 * imm.cc (imm_mul): wrapped by `#ifdef __MWERKS__' … … 229 229 be float, hence constant `2' replaced by `2.0' 230 230 231 * config.h.in ( INT64): new typedef for Metroworks compiler231 * config.h.in (FACTORY_INT64): new typedef for Metroworks compiler 232 232 233 233 Mon Apr 6 14:06:49 MET DST 1998 Jens Schmidt … … 571 571 (distfiles): `bin/makeheader.pl' added to distribution 572 572 573 * config.h.in ( INT64): new define573 * config.h.in (FACTORY_INT64): new define 574 574 575 575 * bin/makeheader.pl: new file … … 599 599 version of factory.h for Windows NT 600 600 601 * config.h.in: new typedef INT64 for 64 bit integer type of various601 * config.h.in: new typedef FACTORY_INT64 for 64 bit integer type of various 602 602 platforms (currently 'long long int' for gcc and '__int64' for 603 603 MS VC++) … … 606 606 to have prototypes for alloca and memcpy 607 607 608 * ffops.h: now uses INT64 instead of long long int609 610 * ffops.cc: now uses INT64 instead of long long int611 612 * imm.h: now uses INT64 instead of long long int608 * 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 613 613 614 614 * int_poly.cc: includes strstrea.h instead of strstream.h in the
Note: See TracChangeset
for help on using the changeset viewer.