Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
|\ | |||||
| * | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -1/+1 |
| | | |||||
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 1 | -8/+8 |
| | | | | | | | | (UTF-8) character. | ||||
* | | TIP 590: Recommend lowercase Package Names | jan.nijtmans | 2020-12-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | 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 ↵ | jan.nijtmans | 2020-11-23 | 1 | -2/+2 |
|/ / | | | | | | | whenever reasonable. | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 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 ↵ | jan.nijtmans | 2020-09-04 | 1 | -1/+1 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Many more internal master/slave -> parent/child renamings | jan.nijtmans | 2020-09-01 | 1 | -9/+9 |
| | | |||||
* | | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 1 | -0/+22 |
|\ \ | |/ | |||||
| * | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled ↵ | sebres | 2019-01-30 | 1 | -0/+22 |
| | | | | | | | | | | | | | | locals/variables containing utf-8 characters) - CompiledLocal::nameLength is length in bytes not in chars everywhere in tcl; simplest example: % apply {{€} { set "€" }} 1; # or apply [list \u20ac { set \u20ac }] 1 can't read "€": no such variable | ||||
* | | Added test cases for errors | dkf | 2018-09-25 | 1 | -0/+67 |
| | | |||||
* | | Add tests. Exposes quite a few bugs in the implementation... | dkf | 2018-09-24 | 1 | -1/+189 |
| | | |||||
* | | merge 8.6 | dgp | 2018-04-22 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | [46a2410650] compiled [unset] was bypassing cleanup of active array search. | dgp | 2018-04-22 | 1 | -0/+16 |
| | | | | | | Overdue thanks to Andy Goth for tests and report. | ||||
* | | merge 8.7 | dgp | 2018-04-19 | 1 | -0/+34 |
|\ \ | |||||
| * \ | merge 8.6 | dgp | 2018-04-19 | 1 | -0/+34 |
| |\ \ | | |/ | |||||
| | * | merge 8.5 | dgp | 2018-04-19 | 1 | -0/+12 |
| | |\ | |||||
| | | * | An [array set] from a dict can only take shortcuts when the dict is "pure", | dgp | 2018-04-19 | 1 | -0/+12 |
| | | | | | | | | | | | | that is, has no string rep. | ||||
| | * | | Array trace firing must come before argument checking might raise error. | dgp | 2018-04-17 | 1 | -0/+13 |
| | | | | |||||
| | * | | [array set] must fire array traces. Don't disrupt that by reporting argument | dgp | 2018-04-17 | 1 | -0/+9 |
| | | | | | | | | | | | | errors too early. | ||||
* | | | | Test of shimmer segfault. | dgp | 2018-04-17 | 1 | -0/+9 |
| | | | | |||||
* | | | | Rebase TIP 421 implementation to core-8-branch (8.7). var-23.1[01] segfaults! | dgp | 2018-03-05 | 1 | -1/+147 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | 'array for' implementation (TIP #421) from Brad Lanam | fvogel | 2017-10-24 | 1 | -7/+153 |
| |/ / | |||||
* | | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 1 | -0/+16 |
|\ \ \ | |/ / | | | | | | | Thanks mr_calvin for report and fix. | ||||
| * | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. ↵ | dgp | 2016-09-07 | 1 | -0/+30 |
| |\ \ | | |/ | | | | | | | Thanks mr_calvin for report and fix. | ||||
| | * | Improve the comments and add a test. | dgp | 2016-09-07 | 1 | -0/+31 |
| | | | |||||
* | | | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵ | dgp | 2016-07-18 | 1 | -2/+4 |
|\ \ \ | |/ / | | | | | | | | | | channel name lookups. Also merge backlog of test suite & doc improvements. | ||||
| * | | [77d58e3a7a] Test case independence: var. | dkf | 2016-07-17 | 1 | -2/+4 |
| | | | |||||
* | | | New test demonstrates memleak discovered by Rolf Ade. | dgp | 2016-07-14 | 1 | -8/+22 |
| | | | |||||
* | | | merge 8.6 | dgp | 2016-07-13 | 1 | -15/+31 |
|\ \ \ | |/ / | |||||
| * | | [3606388] Make variable-related tests work on their own. | dkf | 2016-07-12 | 1 | -15/+31 |
| | | | |||||
* | | | Eliminate exess spacings in many test-cases | jan.nijtmans | 2016-03-10 | 1 | -6/+6 |
|/ / | |||||
* | | Add test for memleak | dgp | 2016-03-01 | 1 | -0/+28 |
| | | |||||
* | | merge trunk | dgp | 2015-07-17 | 1 | -1/+17 |
|\ \ | |||||
| * | | Resolve test conflicts over global vars | dgp | 2014-10-10 | 1 | -2/+7 |
| | | | |||||
| * | | test cases | dgp | 2014-10-03 | 1 | -0/+11 |
| | | | |||||
| * | | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -1/+1 |
| | | | |||||
* | | | [a3309d01db] Test the demonstrates leak in branch off checkin that starts it. | dgp | 2015-07-17 | 1 | -0/+28 |
|/ / | |||||
* | | [3970f54c4e]: Corrected regression in argument order processing in [unset]. | dkf | 2013-09-19 | 1 | -0/+3 |
| | | |||||
* | | Line numbers wrong in compiled [unset]. | dgp | 2013-09-19 | 1 | -0/+13 |
| | | |||||
* | | [3603163]: Prevent odd crashes in 'eval {array set ...}' | dkf | 2013-02-04 | 1 | -0/+69 |
| | | |||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -3/+0 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ | | | | | | | more harm than good. Purged them. |