Changes between Initial Version and Version 3 of Ticket #16443


Ignore:
Timestamp:
Sep 19, 2008, 2:04:21 AM (16 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16443

    • Property Cc vinc17@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #16443 – Description

    initial v3  
    11From gmplib.org
    2 
     2{{{
    33Changes in GMP 4.2.3
    44Bugs:
     
    1313Features:
    1414The allocation functions now detect overflow of the mpz_t type. This means that overflow will now cause an abort, except when the allocation computation itself overflows. (Such overflow can probably only happen in powering functions; we will detect powering overflow in the future.)
     15}}}