summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix [00655c867e]: ClockGetdatefieldsObjCmd(): avoid signed integer overflow ↵jan.nijtmans2023-09-141-0/+14
| | | | | | | | | | | | | | | | and platform-dependent behavior
| | | |
| \ \ \
*-. \ \ \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-284/+82
|\ \ \ \ \ | | |/ / /
| * | | | Rebase to 8.7jan.nijtmans2023-08-301-284/+82
| |\ \ \ \
| | * \ \ \ Rebase to 8.7jan.nijtmans2023-07-261-284/+82
| | |\ \ \ \
| | | * \ \ \ Rebase to 8.7jan.nijtmans2023-07-091-284/+82
| | | |\ \ \ \
| | | | * \ \ \ Rebase to latest 8.7jan.nijtmans2023-05-041-284/+82
| | | | |\ \ \ \
| | | | | * | | | More progressjan.nijtmans2023-05-011-2/+2
| | | | | | | | |
| | | | | * | | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without ↵jan.nijtmans2023-05-011-286/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compromizing existing TIP's
* | | | | | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Rebase to 8.7jan.nijtmans2023-08-301-4/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge 8.7jan.nijtmans2023-08-043-31/+87
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-261-4/+4
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | Rebase to latest 8.7jan.nijtmans2023-05-101-4/+4
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | TIP #666 implementationjan.nijtmans2023-05-031-1/+1
| | | | | |_|/ / / / | | | | |/| | | | |
* | | | | | | | | | Testcase improvementsjan.nijtmans2023-09-081-7/+7
| | | | | | | | | |
* | | | | | | | | | [93eb73784a] follow-up: It looks like the "zipfs exists" change is necessary ↵jan.nijtmans2023-09-081-12/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make tcl_findLibrary work at all. Adapt test-cases accordingly
* \ \ \ \ \ \ \ \ \ \ Fix [93eb73784a]: zipfs interaction with tcl_findLibrary causes slow loadingjan.nijtmans2023-09-082-17/+17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | More patches from juliannoble2. Thanks!jan.nijtmans2023-09-071-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Exchange TclZipfs_MountBuffer/"zipfs mount_data" arguments as welljan.nijtmans2023-09-071-6/+6
| | | | | | | | | | |
| * | | | | | | | | | Merge 8.7. Exchange "zipfs mount"/TclZipfs_Mount arguments: archive <-> ↵jan.nijtmans2023-09-072-10/+10
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | mountpoint
| * | | | | | | | | | Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look ↵jan.nijtmans2023-09-071-7/+7
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like an UNC path any more?
* | | | | | | | | | [fc87e3bddd] Complete repair of flawed test.dgp2023-09-061-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Proposed fix for [fc87e3bddd]: get-3.4.1 fails in -singleproc testingjan.nijtmans2023-09-061-1/+3
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Same issue in zlib.testdgp2023-09-061-0/+2
| | | | | | | | | |
* | | | | | | | | | Be sure to define the "deprecated" constraint in order to use it.dgp2023-09-061-0/+2
|/ / / / / / / / /
* | | | | | | | | Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-1/+29
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Tcl_GetUniChar out of bounds read - testsapnadkarni2023-09-051-1/+29
| | | | | | | | |
* | | | | | | | | backport numeric white-space bug fix from 9.0griffin2023-09-022-6/+15
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Fix [920e393634]: expr {7244019458077122840 << 1}. Some more long -> ↵jan.nijtmans2023-08-251-0/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | Tcl_WideInt fixes in comments
* | | | | | | | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-1/+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
| | | | | | | |
| * | | | | | | Backport [66ffafd309]: Truncated encoding for DBCS results in infinite loop ↵jan.nijtmans2023-07-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and running out of memory
| * | | | | | | Since Tcl 8.6 doesn't know about Tcl_Size, don't use it, not even in test ↵jan.nijtmans2023-06-221-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments
* | | | | | | | Fix UtfToUtf16Proc and UtfToUCS2Proc to not assume sizeof(Tcl_UniChar) is ↵apnadkarni2023-08-181-5/+1
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | size of UTF16 / UCS2 code unit"
* | | | | | | testcase cleanupjan.nijtmans2023-08-012-31/+54
| | | | | | |
* | | | | | | Add tests for out of bounds Tcl_ListObjIndexapnadkarni2023-07-291-0/+33
| |/ / / / / |/| | | | |
* | | | | | Bug [a366c6efee]apnadkarni2023-07-161-0/+9
| | | | | |
* | | | | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment ↵jan.nijtmans2023-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | for the reason why.
* | | | | | Fix [54329e39c7]apnadkarni2023-07-121-0/+21
| |_|_|/ / |/| | | |
* | | | | Bug [5be203d6ca] - io-7.3 failureapnadkarni2023-07-054-5/+10
|\ \ \ \ \
| * | | | | Bug [5be203d6ca] - better fix and add testapnadkarni2023-07-051-0/+8
| | | | | |
| * | | | | Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in ↵jan.nijtmans2023-07-033-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | debug mode
* | | | | | Use more uppercase hex in documentation and test-cases (for consistancy)jan.nijtmans2023-07-045-100/+88
| | | | | |
* | | | | | Use "tcltest::Asciify" in stead of "printable"jan.nijtmans2023-07-042-45/+8
|/ / / / /
* | | | | Fix testcase (broken by previous commit)jan.nijtmans2023-07-031-1/+1
| | | | |
* | | | | Fix comment (missing ticket ID)jan.nijtmans2023-07-031-1/+1
| | | | |
* | | | | Temporary disable tests io-7.3 and chanio-7.3, which fail in debug mode. ↵jan.nijtmans2023-07-033-3/+6
| | | | | | | | | | | | | | | | | | | | Ticket [5be203d6ca] created.
* | | | | Backport fix [66ffafd309]. DBCS infinite loop on invalid encodingapnadkarni2023-07-023-2/+23
| | | | |
* | | | | Test update for bug [63530267aa].griffin2023-06-301-53/+177
| | | | |