summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* merge updates from HEADdgp2005-08-02141-36144/+38085
* merged changes from HEADKevin B Kenny2005-07-121-1/+0
* merged changes from HEADKevin B Kenny2005-07-1296-6757/+11830
* first round of TIP#249 changesKevin B Kenny2005-07-127-230/+1723
* Resynchronized with HEADKevin B Kenny2005-05-2138-1149/+2751
* repeat merge with HEADKevin B Kenny2005-05-112-6/+13
* Synchronized with HEADKevin B Kenny2005-05-119-37/+188
* Merged special handling of trivial patterns into Tcl_ListMathFuncs.dgp2005-05-101-9/+16
* Merged changes from HEADKevin B Kenny2005-05-1018-267/+337
* further fixes for structured event handling and frame pointer omissionKevin B Kenny2005-05-092-368/+392
* portability hacks and eliminate bad CPUID codeKevin B Kenny2005-05-083-123/+38
* fixed underflow bug in MSVC with -O3Kevin B Kenny2005-05-072-7/+33
* Revised initialization of tclStrToD.cKevin B Kenny2005-05-074-88/+102
* Merged with HEADKevin B Kenny2005-05-0569-1277/+2020
* corrected an EDOM handling input overflow on SolarisKevin B Kenny2005-04-262-1/+15
* Corrected NaN handling in [binary format]Kevin B Kenny2005-04-263-20/+24
* correct uninit mem ref in Tcl_GetDoubleFromObjKevin B Kenny2005-04-262-3/+4
* Restored silent overflow/underflow to input conversionsKevin B Kenny2005-04-263-3/+46
* Merged with HEAD.Kevin B Kenny2005-04-2565-2496/+1612
* Revised documentation for TIP 232Kevin B Kenny2005-04-252-9/+29
* TIP 232 documentationKevin B Kenny2005-04-203-129/+256
* updated to libtommath 0.35Kevin B Kenny2005-04-111-1/+1
* Updated to libtommath 0.35Kevin B Kenny2005-04-1174-42/+46286
* merged with HEAD and fixed 1180368Kevin B Kenny2005-04-1097-1979/+2321
* merged with HEADKevin B Kenny2005-03-1512-80/+302
* TIP#232 initial implementationKevin B Kenny2005-03-1513-1356/+1402
* fix typos prior to tagging for TIP132Kevin B Kenny2005-03-152-19/+7
* documented new behaviour of tcl_precisionKevin B Kenny2005-03-093-3/+27
* Merged with HEADKevin B Kenny2005-03-0911-57/+125
* division by zero now legal if machine has InfKevin B Kenny2005-03-097-79/+301
* fixed bug in formatting #s in range 0.0001-1.0Kevin B Kenny2005-03-083-4/+85
* made code permissive about infinitiesKevin B Kenny2005-03-046-46/+37
* added tagged NaN valuesKevin B Kenny2005-03-035-14/+60
* changed to allow NaN in binary formatKevin B Kenny2005-03-033-4/+23
* updated handling of signed zeroesKevin B Kenny2005-03-034-29/+64
* further fixes for VC6Kevin B Kenny2005-03-023-16/+18
* made build work again on LinuxKevin B Kenny2005-03-024-8/+49
* fix two bad test cases in binary.testKevin B Kenny2005-03-021-3/+3
* Developer's checkpoint, see ChangeLog for detailsKevin B Kenny2005-03-0229-1394/+3732
* deleted surplus ";"dgp2005-02-221-2/+2
* added fpu controls to workaround bug in gcc+ix86Kevin B Kenny2005-02-063-31/+85
* Fix for ldexp out of bounds when converting denormalsKevin B Kenny2005-02-031-3/+1
* Fix for ldexp out of bounds when converting denormalsKevin B Kenny2005-02-034-25/+76
* updated makefiles, fixed buglets in tclStrToD.c with int overflow in exponentsKevin B Kenny2005-02-023-10/+128
* sync with head, add TclStrToD (TIP #132)Kevin B Kenny2005-02-0244-497/+2417
* bugFixdgp2005-01-211-3/+3
* Updated unix makefile to add libtommath; silenced warning in tclTestObj.cKevin B Kenny2005-01-211-2/+2
* Updated unix makefile to add libtommath; silenced warning in tclTestObj.cKevin B Kenny2005-01-213-8/+173
* local patches to make string conversions workKevin B Kenny2005-01-205-41/+143
* Development checkpoint, see ChangeLog for detailsKevin B Kenny2005-01-2035-6148/+4085