summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-7/+7
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-2/+122
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-1/+5
* Improved error reporting in test expr-47.12Kevin B Kenny2006-12-061-8/+18
* TIP#299 IMPLEMENTATIONKevin B Kenny2006-12-011-1/+92
* TIP#274 IMPLEMENTATIONdgp2006-11-051-1/+4
* * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-301-1/+14
* * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-7/+7
* * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-281-1/+3
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-1/+7
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-4/+5
* * tests/expr-old.test: The remaining failing tests reported indgp2006-08-311-2/+2
* * tests/compExpr-old.test: Update existing tests to not faildgp2006-08-221-248/+177
* * tests/compExpr-old.test: add 'oldExprParser' constraint to all testsdas2006-08-021-61/+65
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-1/+5
* * generic/tclParseExpr.c: Completely new expression parserdgp2006-07-051-2/+2
* * tests/compExpr-old.test: Updated testmathfunctions constraintdgp2006-04-061-2/+2
* * generic/tclExecute.c: Corrections to INST_EXPON detection ofdgp2006-03-251-1/+2
* * generic/tclExecute.c: Revised INST_EXPON implementation to dodgp2006-03-241-1/+7
* Added knownBug constraints.dgp2006-03-211-2/+2
* * tests/compile.test: Updated tests with changed behaviordgp2005-11-091-140/+146
* * tests/expr.test: Portable tests expr-46.13-18 [Bug 1341368]dgp2005-11-081-2/+26
* * expr.test (expr-46.13): Added test that illustratesdgp2005-11-011-1/+4
* Marked some failing tests as knownBug until they can be updated.dgp2005-10-211-8/+8
* Marked several failing tests as "knownBug" until they can be updated.dgp2005-10-211-13/+13
* TIP#237 IMPLEMENTATIONdgp2005-10-081-2/+246
* renumber expr-39.* to expr-46.*Kevin B Kenny2005-08-291-13/+13
* fix test case bracing and numberingKevin B Kenny2005-08-291-10/+10
* removed inappropriate swizzling of tcl_precisionKevin B Kenny2005-08-291-3/+1
* Bug 1275043Kevin B Kenny2005-08-291-1/+75
* Remove extra blank lines between tests so groups go together better.dkf2005-08-241-220/+1
* further untangling of Tcl_Finalize, and test cleanup on Win32 threadedKevin B Kenny2005-08-101-2/+3
* Handle abs(-0x80000000) [Bug 1241572]Kevin B Kenny2005-08-051-1/+5
* * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-109/+108
* * tests/expr.test: Consolidated equivalent constraints intodgp2005-07-271-184/+177
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-07-091-1/+969
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-06-291-1/+252
* TIP#182 IMPLEMENTATION [Patch 1165062]dgp2005-05-251-2/+65
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-54/+4339
* * generic/tclExecute.c (ExponLong, ExponWide): fixed special caseMiguel Sofer2005-05-101-1/+4
* Fix for [Bug 761471]; NaN is now *never* equal to NaN...dkf2004-11-011-1/+6
* Basic tests for TIPs #201 and #212dkf2004-10-081-1/+18
* Stop words starting with 'eq' or 'ne' from being subdivided by the expressiondkf2004-10-041-1/+9
* Report compilation errors at runtime, [Patch 103368] by dgp.Miguel Sofer2004-09-261-47/+43
* Fix spelling of test names...dkf2004-09-241-21/+21
* Some tests were non-portable, alas.dkf2004-09-191-3/+3
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-181-3/+4
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-1/+11
* Standardize some use of test constraints onto names that are documenteddkf2004-06-231-3/+3
* Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-14/+14