summaryrefslogtreecommitdiffstats
path: root/tests/expr.test
Commit message (Expand)AuthorAgeFilesLines
* Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> Tcl_Wide...jan.nijtmans2023-08-251-0/+1
|\
* \ Merge 8.6jan.nijtmans2023-08-231-0/+1
|\ \ | |/
| * Fix [84a5355235] (not visible in 8.6, but meant to be forwared to 8.7)jan.nijtmans2023-08-231-0/+1
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | "trace variable" -> "trace add variable" in testcases (and documentation)jan.nijtmans2023-06-211-1/+1
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| |
| \
*-. \ Bug [e3dcab1d14] - merge fix from 8.6Kevin B Kenny2023-01-221-0/+39
|\ \ \ | | |/
| | * Missed one more off-by-one error, also, tests misnumbered for merge forward.Kevin B Kenny2023-01-221-7/+7
| |/
| * Bug [e3dcab1d14] fixKevin B Kenny2023-01-221-0/+37
* | Improve error-message "cannot use xxxx as operand ....."jan.nijtmans2022-10-141-28/+28
* | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT...jan.nijtmans2021-03-301-13/+13
* | Merge 8.6jan.nijtmans2021-02-181-1/+4
|\ \ | |/
| * Two new testcases for abs()jan.nijtmans2021-02-181-1/+7
| * Use {} braces in more "expr" expressions.jan.nijtmans2021-01-281-9/+9
* | Fix abs(-9223372036854775808) special-case on platforms where sizeof(Tcl_Wide...jan.nijtmans2021-02-171-0/+3
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * \ Merge 8.7. Tweak "tclreg" directory/library name and tclLoad.c, such that the...jan.nijtmans2020-11-101-0/+61
| |\ \
| * | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
| |/ / |/| |
* | | Merge 8.7dkf2020-11-011-6/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-261-6/+6
| |\ \ | | |/
| | * Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-261-3/+3
* | | Merge 8.7jan.nijtmans2020-10-241-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-041-1/+1
| |\ \ | | |/
| | * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | | Tricky case in function calls.dkf2020-08-241-0/+16
* | | Added two test casesdkf2020-08-241-0/+11
* | | Implementation of TIP 582: comments in expressionsdkf2020-08-221-0/+34
|/ /
* | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-2/+2
* | Some eol whitespace eliminationsjan.nijtmans2020-01-071-4/+4
* | Merge Tcl 8.6 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-271-0/+66
|\ \ | |/
| * Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa...Kevin B Kenny2019-12-271-0/+66
| |\
| | * Add test cases that used to cause floating point overflow in computing the co...Kevin B Kenny2019-12-261-0/+9
| | * Fix parsing bug when (numSigDigs == 0).dgp2019-12-231-1/+1
| | * Tests for another parsing bug.dgp2019-12-221-0/+7
| | * Tests demonstrating the number parsing overflow bugs.dgp2019-12-211-0/+50
* | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-1/+1
* | | TIP 521: Float classification functionsdkf2019-06-161-6/+139
|\ \ \
| * | | Implement TIP 521, including testsdkf2019-06-021-6/+139
* | | | Tests and docsdkf2019-06-061-0/+20
|/ / /
* | | Merge 8.6jan.nijtmans2019-03-271-21/+21
|\ \ \ | |/ /
| * | Document maximum value for right argument of '**' operator. jan.nijtmans2019-03-271-21/+21
* | | Merge 8.7jan.nijtmans2018-09-031-2/+1
|\ \ \
| * | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-4/+3
* | | | Fix compilation on 32-bit platforms, and fix unit-tests in this environmentjan.nijtmans2018-08-291-19/+16
* | | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-3/+3
|/ / /
* | | Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | | merge 8.6jan.nijtmans2018-06-251-0/+9
|\ \ \ | |/ /
| * | Add a test for no generation of a string representation when comparing with thepooryorick2018-06-231-0/+9