summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tidy up and comment [string replace] and its corner cases.dgp2018-03-131-0/+6
* [8e6a9ac221] Stop false matching with bytearrays. (string-11.55)dgp2018-02-231-0/+3
* lifetime management of files generated by testsdgp2018-01-254-5/+11
* Dup test namesdgp2018-01-252-2/+2
* (cherry-pick): Use http 2 instead of http 1 for Safe Base testing.jan.nijtmans2018-01-041-4/+4
* [ce3a211dcb] Failed file normalize when tail is empty string.dgp2017-12-061-0/+16
* [4f6a1ebd64] Different fix for the problem. Re-order the filling of the dgp2017-12-041-2/+17
* Cherry-picked test-cases from [046a5af026]: fix for issue [4f6a1ebd64]: ensem...sebres2017-11-291-1/+17
* Test case for Bug 5d65e65036.dgp2017-11-061-0/+10
* Update tests that were still written on the outdated premise that Tcl'sdgp2017-10-272-8/+8
* Historical change affecting tests: Detroit did not observe Daylight Saving Ti...Kevin B Kenny2017-10-241-24/+3
* Add testdgp2017-09-021-0/+15
* [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ...jan.nijtmans2017-06-061-0/+25
* [6015221f59] Segfault after overflow of [binary] field specifier numeric count.dgp2017-05-051-0/+12
* Use GetModuleHandle() in stead of LoadLibrary() when the handle is needed for...jan.nijtmans2017-05-031-1/+1
* [f9fe90d0fa] [file join] normalization. See filesystem-1.52*dgp2017-05-011-0/+10
* Test for [f34cf83dd0].dgp2017-04-281-0/+3
* Fix [d0f7ba56f0e8f93b7efb5b09ebc30a824bdd577a|d0f7ba56f0]: INST_EQ first-argu...jan.nijtmans2017-02-011-0/+9
* Little tweak: Decimal dot's should be allowed as well as first part. Test-cas...jan.nijtmans2016-12-231-2/+2
* Handle other invalid sequences, like "1234e" or "-567e+", that could be the s...jan.nijtmans2016-12-231-0/+21
* Re-based to core-8-5-branch. jan.nijtmans2016-12-221-0/+63
|\
| * Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also t...jan.nijtmans2016-12-221-0/+84
| |\
| * | Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6...jan.nijtmans2016-12-211-6/+6
| |/
| * Add back testcase winFile-4.10. This test passes anyway, even though it appea...jan.nijtmans2016-12-151-0/+15
| * Add "file join $grandParentDir tcl8.? library" as possible path for a valid i...jan.nijtmans2016-12-155-88/+45
| * Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jan.nijtmans2016-12-141-0/+25
| * more internal use of size_t (in stead of int)jan.nijtmans2016-11-291-1/+1
| * Allow [array names -regexp] to use backreferences. This capability was broken...andy2016-11-251-0/+7
| * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-0/+13
| |\
| | * Fix libtommath's mp_radix_size() function such that it returns 2 for single-d...jan.nijtmans2016-11-171-0/+13
| | |\ | |_|/ |/| |
| * | Route all [string last] operations through a common implementation.dgp2016-11-081-2/+2
| * | Make packages msgcat and tcltest work unmodified in "novem". Make more test-c...jan.nijtmans2016-11-045-5/+5
| |\ \ | | |/
| * | Coverage tests for INST_STR_CONCAT1 byterarray ops.dgp2016-10-311-0/+13
| * | [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-2/+56
| |\ \ | | |/
| | * [1ae12987cb] Ensure that deleting the [history] command deletes its storage.dkf2016-10-301-2/+56
| * | [b26e38a3e4] Ensure that compressing streams manage buffers correctly in all ...dkf2016-10-301-0/+19
| |\ \ | | |/
| | * Added test for bugdkf2016-10-291-0/+19
| * | merge 8.6dgp2016-10-211-2/+5
| |\ \ | | |/
| | * EVIL HACKs are bad. Unnecessary ones are intolerable. Bad tests cause trouble.dgp2016-10-201-2/+5
| * | [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test.dgp2016-10-141-0/+3
| |\ \ | | |/
| | * [eb6b68c1a9] Simple fix for [string replace] error demonstrated by new test.dgp2016-10-141-0/+3
| * | merge TclParseNumber fixesdgp2016-10-121-0/+6
| |\ \ | | |/
| | * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY.dgp2016-10-121-0/+3
| | * [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY.dgp2016-10-121-0/+3
| | |\
| * | \ [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No beh...dkf2016-10-091-2/+20
| |\ \ \ | | |/ /
| | * | [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No beh...dkf2016-10-091-2/+20
| * | | [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-082-0/+12
| |\ \ \ | | |/ /
| | * | [838e99a76d] Ensure that encodings are handled with application/xml and friends.dkf2016-10-082-0/+12
| | |\ \
| | * | | (cherry-pick): Fix [2bf561854c55a], interp alias to command whose name is the...jan.nijtmans2016-10-031-0/+11
| * | | | Update [string map] tests to get illustration of need for pure dictdgp2016-10-071-0/+4