| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the... | jan.nijtmans | 2020-11-10 | 1 | -0/+61 |
| |\ |
|
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -1/+1 |
|
|
* | | | More ©-sign consolidation | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|
|
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge 8.7 | dkf | 2020-11-01 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-10-26 | 1 | -6/+6 |
| |\ |
|
| | * | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro... | jan.nijtmans | 2020-10-26 | 1 | -3/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-10-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
|
|
* | | | Tricky case in function calls. | dkf | 2020-08-24 | 1 | -0/+16 |
|
|
* | | | Added two test cases | dkf | 2020-08-24 | 1 | -0/+11 |
|
|
* | | | Implementation of TIP 582: comments in expressions | dkf | 2020-08-22 | 1 | -0/+34 |
|/ / |
|
* | | simplify check for ::tcltest namespace in testcases | jan.nijtmans | 2020-07-16 | 1 | -2/+2 |
|
|
* | | Some eol whitespace eliminations | jan.nijtmans | 2020-01-07 | 1 | -4/+4 |
|
|
* | | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -0/+66 |
|\ \
| |/ |
|
| * | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -0/+66 |
| |\ |
|
| | * | Add test cases that used to cause floating point overflow in computing the co... | Kevin B Kenny | 2019-12-26 | 1 | -0/+9 |
|
|
| | * | Fix parsing bug when (numSigDigs == 0). | dgp | 2019-12-23 | 1 | -1/+1 |
|
|
| | * | Tests for another parsing bug. | dgp | 2019-12-22 | 1 | -0/+7 |
|
|
| | * | Tests demonstrating the number parsing overflow bugs. | dgp | 2019-12-21 | 1 | -0/+50 |
|
|
* | | | Remove last traces of strtod() function, since it isn't used in Tcl any more. | jan.nijtmans | 2019-07-16 | 1 | -1/+1 |
|
|
* | | | TIP 521: Float classification functions | dkf | 2019-06-16 | 1 | -6/+139 |
|\ \ \ |
|
| * | | | Implement TIP 521, including tests | dkf | 2019-06-02 | 1 | -6/+139 |
|
|
* | | | | Tests and docs | dkf | 2019-06-06 | 1 | -0/+20 |
|/ / / |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-03-27 | 1 | -21/+21 |
|\ \ \
| |/ / |
|
| * | | Document maximum value for right argument of '**' operator.
| jan.nijtmans | 2019-03-27 | 1 | -21/+21 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-09-03 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l... | jan.nijtmans | 2018-09-03 | 1 | -4/+3 |
|
|
* | | | | Fix compilation on 32-bit platforms, and fix unit-tests in this environment | jan.nijtmans | 2018-08-29 | 1 | -19/+16 |
|
|
* | | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun... | jan.nijtmans | 2018-08-28 | 1 | -3/+3 |
|/ / / |
|
* | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -1/+1 |
|
|
* | | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -0/+9 |
|\ \ \
| |/ / |
|
| * | | Add a test for no generation of a string representation when comparing with the | pooryorick | 2018-06-23 | 1 | -0/+9 |
|
|
* | | | More tests for bignum modulus regressions | dgp | 2018-02-14 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | More tests for bignum modules regressions. | dgp | 2018-02-14 | 1 | -0/+6 |
|
|
| * | | New test expr-32.7 for bignum modulus range. | dgp | 2018-02-13 | 1 | -0/+3 |
|
|
* | | | test expr-32.7 for bignum modulus range. FAILING for now. Error in TIP 484. | dgp | 2018-02-13 | 1 | -0/+3 |
|
|
* | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br... | jan.nijtmans | 2017-11-08 | 1 | -39/+0 |
|
|
* | | | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -0/+9 |
|\ \ \
| |/ / |
|
| * | | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -0/+9 |
| |\ \
| | |/ |
|
| | * | Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu... | jan.nijtmans | 2017-02-01 | 1 | -0/+9 |
|
|
| | * | Make sure that an input lying precisely 1/2 ULP between two floating point va... | dgp | 2015-06-24 | 1 | -0/+8 |
|
|
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -3/+3 |
|/ / |
|
* | | Make sure that an input lying precisely 1/2 ULP between two floating point va... | Kevin B Kenny | 2015-06-20 | 1 | -0/+4 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|