Changelog for gmplib-pfe.c, gmplib-pfe.h, and gmplib-test.fs. Unattributed changes are by the original author, David N. Williams. The revision date in the source file may be more recent than the most recent date here, when only cosmetic changes have been made. Note that gmplib-test.fs is not restricted to pfe, but works with gforth and iForth as well. It has its own log contained in the file. Version 0.7.0 24Mar11 * Sync'd version number. Version 0.6.0 6Mar11 * Sync'd version number. * Replaced lib string by gmp_version, renamed MP-BITS/LIMB as mp_bits_per_limb 7Mar11 * Added mpz_get_d. Version 0.5.2 9Feb11 * Integer only assignments and initializations completed. * Tests: MPZ-SET MPZ-SET-UI MPZ-SET-SI MPZ-INIT-SET MPZ-INIT-SET-UI MPZ-INIT-SET-SI MPZ-INIT-SET-STR 10Feb11 * Completed arithmetic section with tests. 13Feb11 * Finished division tests. 14Feb11 * Added logic and bit manipulation, number theoretics, random numbers. 15Feb11 * Added miscellaneous, integer import and export, special, mixed assignments, conversions, more comparisons. * Adjusted for new stack effect in MPZ-SET-STR, MPZ-INIT-SET-STR, MPZ-GET-STR. 17Feb11 * Bindings pretty much finished. Leaving out formatted input/ouptput. * New names identical to C functions. 18Feb11 * Adjustments for new BASE args. 19Feb11 * Added MZ". 25Feb11 * Inverted pseudoflag for mpz_set_str and mpz_init_set_str. * Added conditional for running with gforth. 27Feb11 * Renamed file as gmplib-test.fs * Added conditional for running with iForth. Version 0.5.1 7Feb11 * Revised for new argument order. * Explicit test for MPZ-GET-STR. * BASE tests for MPZ-SET-STR and MPZ-GET-STR Version 0.5.0 15Jan11 * Started gmp-ext.c and gmp-ext.h. 16Jan11 * Started gmp-test.fs for gmp-ext. 2Feb11 * Renamed gmp-test.fs as gmp-ext-test.fs. 4Feb11 * Tests up to date with gmp-ext.c.