summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Left-over TCL_ENCODING_STRICT, not used any more.jan.nijtmans2023-05-092-3/+5
| | | Add "-profile tcl8" for testcases which don't work in strict profile
* Merge 8.7jan.nijtmans2023-05-091-3/+3
|\
| * Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). ↵jan.nijtmans2023-05-081-3/+3
| | | | | | | | Some typo's
* | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25]jan.nijtmans2023-05-071-0/+18
|\ \ | |/
| * Merge 8.7jan.nijtmans2023-05-071-0/+18
| |\
| | * New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25]jan.nijtmans2023-05-072-1/+19
| | |
| * | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointersjan.nijtmans2023-05-041-1/+1
| | |
* | | Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-044-267/+300
| | |
* | | Merge 8.7jan.nijtmans2023-05-032-6/+6
|\ \ \ | |/ /
* | | Removed the bug specific test constraint from the tests related to ↵pointsman2023-05-031-2/+0
| | | | | | | | | | | | [0306a5563c] because the bug is fixed.
* | | Fix for [0306a5563c].pointsman2023-05-021-0/+36
|\ \ \
| * | | Fix for [0306a5563c].pointsman2023-05-021-4/+3
| | | |
| * | | Updated from trunk. Simplified bug specific tests.pointsman2023-04-295-19/+52
| |\ \ \
| * | | | Added a test for the initial problem and another for the known remaining ↵pointsman2023-04-241-0/+37
| | | | | | | | | | | | | | | | | | | | problem.
* | | | | Merge 8.7 fix [784befb0ba] - tailcall crashapnadkarni2023-05-021-0/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6 - [ab123cfd3d] and [784befb0ba]apnadkarni2023-05-022-0/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patchapnadkarni2023-05-021-0/+5
| | | | |
| | * | | Fix [784befb0ba] - tailcall crashapnadkarni2023-05-021-0/+7
| | | | |
| | * | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-1239-87/+89
| | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test.
* | | | | Fix [bb69c8d17e] compiled string lastapnadkarni2023-05-021-15/+12
| | | | |
* | | | | Add missing "deprecated" constraintjan.nijtmans2023-05-011-1/+3
| | | | |
* | | | | Tests for [dcac54a685]apnadkarni2023-05-011-5/+7
| | | | |
* | | | | Tests for [ad9361fd20]apnadkarni2023-05-011-2/+12
| | | | |
* | | | | Added missing bigdata constraintapnadkarni2023-05-011-1/+5
| | | | |
* | | | | Add testcase for TclGetBytesFromObj()jan.nijtmans2023-04-301-0/+4
|\ \ \ \ \
| * | | | | Add experimental testcase for TclGetBytesFromObj()jan.nijtmans2023-04-291-0/+3
| | | | | |
* | | | | | Fix [27b3ce2997] - check INT_MAX limit on script lengthapnadkarni2023-04-301-1/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add tests. Panic on bytecode length limitapnadkarni2023-04-291-1/+20
| | |_|_|/ | |/| | |
* | | | | Fix [7cddd2845c] - crash with >= INT_MAX operandsapnadkarni2023-04-291-5/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge trunkapnadkarni2023-04-272-11/+44
| |\ \ \ \
| * | | | | More checks for exceeding max wordsapnadkarni2023-04-271-15/+7
| | | | | |
| * | | | | Fix for [7cddd2845c] (in progress)apnadkarni2023-04-261-1/+19
| | |_|_|/ | |/| | |
* | | | | Add bytearray checking to TclCheckEmptyString(), and then usepooryorick2023-04-271-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | TclCheckEmptyString() in Tcl_AppendObjToObj and TclStringCat() to reduce string generation.
| * | | | | Add bytearray checking to TclCheckEmptyString(), and then use pooryorick2023-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TclCheckEmptyString() in Tcl_AppendObjToObj and TclStringCat() to reduce string generation. jn: See discussion on mailing list "On the changing the sourcing of scripts to using strict profiles by default" for explanation why this commit is wrong, just as [e6fe76ae6b] and [4a7b807856] (which are similar commits, disguised as different ones).
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ More size_t -> Tcl_Size, missed by earlier updatesjan.nijtmans2023-04-272-2/+2
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | | |_|/ / | | |/| | |
* | | | | | Fix index descrepencies (bug-fa00fbbbabe).griffin2023-04-261-9/+42
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | Fix inconsistent rounding (bug-e5f06285de).
| * | | | | merge trunk, address some 32-bit issues.griffin2023-04-265-32/+92
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Add fix inconsistent rounding (bug-e5f06285de).griffin2023-04-251-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compute and use the "precision" for sequences of doubles: determine the number of significant digits in the fractional part of the given arguments, and round the results to that limit. Fix copy bug in DupArithSeriesInternalRep.
| * | | | | merge trunkgriffin2023-04-211-15/+21
| |\ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ sync with trunk. Fix lseq size bugs.griffin2023-04-208-51/+1152
| |\ \ \ \ \ \ \
| * | | | | | | | Fix bug-fa00fbbbabe - seq / lindex discrepanciesgriffin2023-04-161-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace macros with static inline functions. Limit ArithSeries list size to LIST_MAX. This way, shimmering less likely to fail if it happens. Speed up UpdateStringOfArithSeries. Fixed issues around indexing into vary large lseq lists.
* | | | | | | | | Test fix for [0f98bce669]apnadkarni2023-04-261-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Fix [2e3fed53ba] - binary encode uuencodeapnadkarni2023-04-241-1/+1
| | | | | | | |
* | | | | | | | Fix [c719fa8716] - binary encode base64 assertion failureapnadkarni2023-04-241-1/+1
| | | | | | | |
* | | | | | | | Fix [9369f83649] - binary format/scan for big dataapnadkarni2023-04-241-7/+9
| | | | | | | |
* | | | | | | | Fix [a814ee5bbd] - string compare/equal -length for long stringsapnadkarni2023-04-241-9/+8
| | | | | | | |
* | | | | | | | Fix [d4ede611a7] - scan bigdataapnadkarni2023-04-242-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for bug [d4ede611a7] (scan)apnadkarni2023-04-242-4/+12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Fix [a550f9710b] (format bigdata)apnadkarni2023-04-241-3/+48
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf)apnadkarni2023-04-231-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |