| Commit message (Expand) | Author | Age | Files | Lines |
* | 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.6 | jan.nijtmans | 2020-09-25 | 1 | -6/+6 |
|\ |
|
| * | It's "utf-8", not "utf8" or "UTF8" | jan.nijtmans | 2020-09-25 | 1 | -6/+6 |
|
|
* | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementation | jan.nijtmans | 2020-09-15 | 1 | -0/+3 |
|\ \ |
|
| * | | Add test-case util-9.59, which demonstrates bug [b5777d3d32] | jan.nijtmans | 2020-08-25 | 1 | -0/+3 |
|
|
* | | | 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 |
|
|
* | | More of the same (see previous commit) | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -8/+51 |
|\ \
| |/ |
|
| * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -8/+51 |
| |\ |
|
| | * | New test demonstrating Tcl_StringCaseMatch is botched in its use of | dgp | 2020-04-13 | 1 | -0/+4 |
|
|
| | * | [afa4b28153] Correct TclNeedSpace handling of trailing escaped space. | dgp | 2020-04-09 | 1 | -8/+2 |
|
|
| | * | New tests demonstrating bug in TclNeedSpace(): improper handling escaped space. | dgp | 2020-04-09 | 1 | -0/+45 |
|
|
| * | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 1 | -3/+3 |
|
|
* | | | Convert many test-cases to modern test syntax | jan.nijtmans | 2020-03-14 | 1 | -12/+12 |
|
|
* | | | Fix test title, since TclGetIntForIndex() is now exported as Tcl_GetIntForInd... | jan.nijtmans | 2019-06-24 | 1 | -80/+80 |
|
|
* | | | Add some test-cases with longer backslash sequences, to test for internal buf... | jan.nijtmans | 2019-03-22 | 1 | -1/+1 |
|
|
* | | | enlarge a few small buffers, which could overflow using Unicode characters > ... | jan.nijtmans | 2019-03-18 | 1 | -1/+1 |
|
|
* | | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat... | jan.nijtmans | 2019-03-15 | 1 | -619/+623 |
|
|
* | | | End the deprecated practice of accepting "e" and "en" as valid index values. | dgp | 2018-10-23 | 1 | -4/+4 |
|
|
* | | | [d1d05d1c7a] Tests and fix for bignums in end-offset index value parsing. | dgp | 2018-10-19 | 1 | -0/+37 |
|
|
* | | | Rebase TIP 502 draft implementation. | dgp | 2018-03-30 | 1 | -4/+10 |
|\ \ \ |
|
| * | | | Better range checking in "string index". Add test-case to prove point. | dgp | 2018-02-15 | 1 | -0/+6 |
|/ / / |
|
* | | | Revert recent commit that changed behavior of TclGetIntForIndex() for a | dgp | 2018-02-15 | 1 | -6/+0 |
|
|
* | | | Better range checking in "string index". Add test-case to prove point. | jan.nijtmans | 2018-02-14 | 1 | -0/+6 |
|
|
* | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 1 | -0/+18 |
|\ \ \ |
|
| * \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 1 | -3/+21 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 1 | -0/+18 |
| |/ /
|/| | |
|
* | | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/... | jan.nijtmans | 2017-03-24 | 1 | -4/+28 |
|
|
* | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll... | jan.nijtmans | 2016-12-14 | 1 | -0/+25 |
|
|
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -3/+3 |
|/ / |
|
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -2/+3 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | missing constraints | dgp | 2011-11-08 | 1 | -10/+130 |
|\ \
| |/ |
|
| * | Missing constraints | dgp | 2011-11-08 | 1 | -7/+127 |
|
|
* | | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement(). | dgp | 2011-07-19 | 1 | -1/+7 |
|
|
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+29 |
|\ \
| |/ |
|
| * | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+33 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
| | * | * generic/tclExecute.c (ExprRoundFunc): | mdejong | 2005-10-28 | 1 | -8/+1 |
|
|
| | * | niggly test suite fixes | dgp | 2004-11-03 | 1 | -3/+2 |
|
|
| | * | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 1 | -1/+21 |
|
|
| | * | * tests/util.test: Added new tests for remaining TclNeedSpace() | dgp | 2003-08-27 | 1 | -1/+36 |
|
|
| * | | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -1/+1959 |
|
|
| * | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 1 | -1/+793 |
|
|
| * | | missing constraint | dgp | 2008-10-14 | 1 | -2/+3 |
|
|
| * | | * generic/tclTest.c (TestconcatobjCmd): | Miguel Sofer | 2008-08-17 | 1 | -1/+6 |
|
|