Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Left-over TCL_ENCODING_STRICT, not used any more. | jan.nijtmans | 2023-05-09 | 2 | -3/+5 | |
| | | | Add "-profile tcl8" for testcases which don't work in strict profile | |||||
* | Merge 8.7 | jan.nijtmans | 2023-05-09 | 1 | -3/+3 | |
|\ | ||||||
| * | Fix [96551aca55]: Avoid pointer arithmetic with NULL in FOREACH_STRUCT(). ↵ | jan.nijtmans | 2023-05-08 | 1 | -3/+3 | |
| | | | | | | | | Some typo's | |||||
* | | Merge 8.7. Restore Tcl_DStringSetLength() behavior, as suggested in [3837178c25] | jan.nijtmans | 2023-05-07 | 1 | -0/+18 | |
|\ \ | |/ | ||||||
| * | Merge 8.7 | jan.nijtmans | 2023-05-07 | 1 | -0/+18 | |
| |\ | ||||||
| | * | New testcase, contributed by @chrstphrchvz. Many thanks! See [3837178c25] | jan.nijtmans | 2023-05-07 | 2 | -1/+19 | |
| | | | ||||||
| * | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers | jan.nijtmans | 2023-05-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Make some tests select an encoding profile instead of relying on the default. | pooryorick | 2023-05-04 | 4 | -267/+300 | |
| | | | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2023-05-03 | 2 | -6/+6 | |
|\ \ \ | |/ / | ||||||
* | | | Removed the bug specific test constraint from the tests related to ↵ | pointsman | 2023-05-03 | 1 | -2/+0 | |
| | | | | | | | | | | | | [0306a5563c] because the bug is fixed. | |||||
* | | | Fix for [0306a5563c]. | pointsman | 2023-05-02 | 1 | -0/+36 | |
|\ \ \ | ||||||
| * | | | Fix for [0306a5563c]. | pointsman | 2023-05-02 | 1 | -4/+3 | |
| | | | | ||||||
| * | | | Updated from trunk. Simplified bug specific tests. | pointsman | 2023-04-29 | 5 | -19/+52 | |
| |\ \ \ | ||||||
| * | | | | Added a test for the initial problem and another for the known remaining ↵ | pointsman | 2023-04-24 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | problem. | |||||
* | | | | | Merge 8.7 fix [784befb0ba] - tailcall crash | apnadkarni | 2023-05-02 | 1 | -0/+7 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Merge 8.6 - [ab123cfd3d] and [784befb0ba] | apnadkarni | 2023-05-02 | 2 | -0/+12 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Fix [ab123cfd3d] - scan ubsan. Tx chrstphrchvz for patch | apnadkarni | 2023-05-02 | 1 | -0/+5 | |
| | | | | | ||||||
| | * | | | Fix [784befb0ba] - tailcall crash | apnadkarni | 2023-05-02 | 1 | -0/+7 | |
| | | | | | ||||||
| | * | | | Correct spelling errors in comments and documentation, but also non-comment | pooryorick | 2023-04-12 | 39 | -87/+89 | |
| | | | | | | | | | | | | | | | corrections in history.tcl and tcltest.test. | |||||
* | | | | | Fix [bb69c8d17e] compiled string last | apnadkarni | 2023-05-02 | 1 | -15/+12 | |
| | | | | | ||||||
* | | | | | Add missing "deprecated" constraint | jan.nijtmans | 2023-05-01 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Tests for [dcac54a685] | apnadkarni | 2023-05-01 | 1 | -5/+7 | |
| | | | | | ||||||
* | | | | | Tests for [ad9361fd20] | apnadkarni | 2023-05-01 | 1 | -2/+12 | |
| | | | | | ||||||
* | | | | | Added missing bigdata constraint | apnadkarni | 2023-05-01 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | Add testcase for TclGetBytesFromObj() | jan.nijtmans | 2023-04-30 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add experimental testcase for TclGetBytesFromObj() | jan.nijtmans | 2023-04-29 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | Fix [27b3ce2997] - check INT_MAX limit on script length | apnadkarni | 2023-04-30 | 1 | -1/+20 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Add tests. Panic on bytecode length limit | apnadkarni | 2023-04-29 | 1 | -1/+20 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Fix [7cddd2845c] - crash with >= INT_MAX operands | apnadkarni | 2023-04-29 | 1 | -5/+15 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merge trunk | apnadkarni | 2023-04-27 | 2 | -11/+44 | |
| |\ \ \ \ | ||||||
| * | | | | | More checks for exceeding max words | apnadkarni | 2023-04-27 | 1 | -15/+7 | |
| | | | | | | ||||||
| * | | | | | Fix for [7cddd2845c] (in progress) | apnadkarni | 2023-04-26 | 1 | -1/+19 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Add bytearray checking to TclCheckEmptyString(), and then use | pooryorick | 2023-04-27 | 1 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | TclCheckEmptyString() in Tcl_AppendObjToObj and TclStringCat() to reduce string generation. | |||||
| * | | | | | Add bytearray checking to TclCheckEmptyString(), and then use | pooryorick | 2023-04-23 | 1 | -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 updates | jan.nijtmans | 2023-04-27 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | / / | | | |_|/ / | | |/| | | | ||||||
* | | | | | | Fix index descrepencies (bug-fa00fbbbabe). | griffin | 2023-04-26 | 1 | -9/+42 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | Fix inconsistent rounding (bug-e5f06285de). | |||||
| * | | | | | merge trunk, address some 32-bit issues. | griffin | 2023-04-26 | 5 | -32/+92 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| * | | | | | Add fix inconsistent rounding (bug-e5f06285de). | griffin | 2023-04-25 | 1 | -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 trunk | griffin | 2023-04-21 | 1 | -15/+21 | |
| |\ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ | sync with trunk. Fix lseq size bugs. | griffin | 2023-04-20 | 8 | -51/+1152 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix bug-fa00fbbbabe - seq / lindex discrepancies | griffin | 2023-04-16 | 1 | -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] | apnadkarni | 2023-04-26 | 1 | -2/+2 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | Fix [2e3fed53ba] - binary encode uuencode | apnadkarni | 2023-04-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix [c719fa8716] - binary encode base64 assertion failure | apnadkarni | 2023-04-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix [9369f83649] - binary format/scan for big data | apnadkarni | 2023-04-24 | 1 | -7/+9 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix [a814ee5bbd] - string compare/equal -length for long strings | apnadkarni | 2023-04-24 | 1 | -9/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix [d4ede611a7] - scan bigdata | apnadkarni | 2023-04-24 | 2 | -4/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix for bug [d4ede611a7] (scan) | apnadkarni | 2023-04-24 | 2 | -4/+12 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Fix [a550f9710b] (format bigdata) | apnadkarni | 2023-04-24 | 1 | -3/+48 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge 8.7 - [d90fee06d0] (lassign) and [203792a48c] (Utf32ToUtf) | apnadkarni | 2023-04-23 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | |