Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6. Some int -> Tcl_Size | jan.nijtmans | 2024-02-08 | 1 | -10/+10 |
|\ | |||||
| * | Fix gcc 13.2.1 (Fedora 39.1) warning: Writing of 1 byte into a region of ↵ | jan.nijtmans | 2024-02-08 | 1 | -1/+1 |
| | | | | | | | | size 0 [-Wstringop-overflow=] | ||||
* | | Merge 8.6 | jan.nijtmans | 2024-02-08 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | ups, accidentally re-introduced an already fixed formatting error - ↵ | Torsten | 2024-02-08 | 1 | -1/+1 |
| | | | | | | | | corrected again now | ||||
| * | (cherry-pick) Fixed wrongly placed punctuation in .QW macro of clock.n ↵ | Torsten | 2024-02-08 | 1 | -2/+2 |
| | | | | | | | | manual page | ||||
* | | Fix all 'ascii' testcases in encodingVectors.tcl, another try. See [1355b9a874]. | jan.nijtmans | 2024-02-08 | 2 | -28/+31 |
| | | |||||
* | | Backout [c63ef66f0d], back to the drawing table. | jan.nijtmans | 2024-02-07 | 2 | -33/+29 |
| | | |||||
* | | Merge mark | oehhar | 2024-02-07 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | 8.6 changes file finished from my side | oehhar | 2024-02-07 | 1 | -14/+34 |
| | | |||||
* | | merge 8.6 | dgp | 2024-02-07 | 1 | -14/+14 |
|\ \ | |/ | |||||
| * | Update tests to accept new [history] implementation. | dgp | 2024-02-07 | 1 | -14/+14 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2024-02-07 | 2 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix [8e666d7c95]: Redefining proc ::history locks the interpreter into a ↵ | jan.nijtmans | 2024-02-07 | 2 | -1/+2 |
| |\ | | | | | | | | | | tight loop | ||||
| | * | Proposed fix for [8e666d7c95]: Redefining proc ::history locks the ↵ | jan.nijtmans | 2024-02-06 | 2 | -1/+2 |
| | | | | | | | | | | | | interpreter into a tight loop | ||||
* | | | Fix all 'ascii' testcases in encodingVectors.tcl | jan.nijtmans | 2024-02-07 | 2 | -29/+33 |
| | | | |||||
* | | | (cherry-pick): Add test cases for [80d4c1c7e5] | jan.nijtmans | 2024-02-07 | 1 | -11/+13 |
| | | | |||||
* | | | Merge mark | oehhar | 2024-02-07 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Continue with changes file | oehhar | 2024-02-07 | 1 | -10/+23 |
| | | | |||||
* | | | Merge mark | oehhar | 2024-02-06 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Changes file by Brian, slightly edited. | oehhar | 2024-02-06 | 1 | -0/+83 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2024-02-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [86b3c15f0c]: ::unknown has infinite recursion in a corner case | jan.nijtmans | 2024-02-06 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | \032 -> \x1A, since hex reads better than octal | jan.nijtmans | 2024-02-06 | 4 | -10/+10 |
| | | | | |||||
| | * | | Slightly simpler | jan.nijtmans | 2024-02-06 | 1 | -5/+2 |
| | | | | |||||
| | * | | Proposed fix for [86b3c15f0c]: ::unknown has infinite recursion in a corner case | jan.nijtmans | 2024-02-06 | 1 | -1/+4 |
| | |/ | |||||
| * | | \032 -> \x1A, since hex reads better than octal | jan.nijtmans | 2024-02-06 | 4 | -10/+10 |
| |/ | |||||
* | | Minor code simplification | jan.nijtmans | 2024-02-06 | 1 | -10/+2 |
| | | |||||
* | | Fix util-18.13/util-18.14 constraint, which masked the wrong result on ↵ | jan.nijtmans | 2024-02-06 | 2 | -20/+24 |
| | | | | | | | | 64-bit windows. Fixed that as well. | ||||
* | | Merge 8.6 | jan.nijtmans | 2024-02-05 | 1 | -23/+8 |
|\ \ | |/ | |||||
| * | Fix indenting | jan.nijtmans | 2024-02-05 | 1 | -9/+9 |
| | | |||||
| * | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies. | jan.nijtmans | 2024-02-05 | 3 | -3/+89 |
| | | | | | | Not only the documentation, also the behavior in the "unsigned long" case was wrong. Testcases added. | ||||
* | | Merge 8.6 | jan.nijtmans | 2024-02-04 | 7 | -84/+82 |
|\ \ | |/ | |||||
| * | Update to tzdata 2024a | jan.nijtmans | 2024-02-04 | 7 | -84/+82 |
| | | |||||
* | | Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. ↵ | jan.nijtmans | 2024-02-01 | 3 | -9/+41 |
| | | | | | | | | With testcases. | ||||
* | | Forgot that long doubles are supported in Tcl_ObjPrintf() | jan.nijtmans | 2024-02-01 | 1 | -2/+2 |
| | | |||||
* | | Merge 8.7, but update for TIP #476 | jan.nijtmans | 2024-02-01 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format ↵ | jan.nijtmans | 2024-02-01 | 1 | -3/+4 |
| | | | | | | | | specifiers are not supported. | ||||
* | | More TCL_SIZE_MODIFIER usage | jan.nijtmans | 2024-01-31 | 1 | -3/+3 |
| | | |||||
* | | Eliminate (now unnecessary) type-casts | jan.nijtmans | 2024-01-31 | 1 | -24/+22 |
| | | |||||
* | | Remove private characters from regexp control table, but add them back in ↵ | jan.nijtmans | 2024-01-31 | 2 | -43/+47 |
| | | | | | | | | | | [:cntrl:] class (so no change in regexp handling). Eliminated (size_t) type-casts. This makes implementing more character-classes easier. | ||||
* | | re-build win64/zlib1.dll for UCRT | jan.nijtmans | 2024-01-29 | 1 | -0/+0 |
| | | |||||
* | | small amend (type change) | sebres | 2024-01-29 | 1 | -1/+1 |
| | | |||||
* | | merge 8.6 | sebres | 2024-01-29 | 4 | -5/+134 |
|\ \ | |/ | |||||
| * | closes [db4f2843cd]: fixes segfault by BO in ReadChars (and Tcl_ReadChars ↵ | sebres | 2024-01-29 | 4 | -3/+132 |
| |\ | | | | | | | | | | with append) | ||||
| | * | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with ↵ | sebres | 2024-01-29 | 3 | -3/+39 |
| | | | | | | | | | | | | append) caused by wrong buffer enlarge if objPtr shimmering to unicode for whatever reason, since Tcl_AppendToObj prefers unicode to bytes, whereas TclAppendUtfToUtf always extend bytes (that handled by ReadChars) | ||||
| | * | don't flush to use full buffer (otherwise the chunks were 4K anyway) | sebres | 2024-01-29 | 1 | -1/+1 |
| | | | |||||
| | * | added channel regression tests (for read command) to illustrate bugs ↵ | sebres | 2024-01-26 | 1 | -0/+93 |
| | | | | | | | | | | | | [db4f2843cd], [da16d15574] | ||||
* | | | Merge 8.6 | jan.nijtmans | 2024-01-29 | 88 | -1714/+7960 |
|\ \ \ | |/ / | |||||
| * | | Update to zlib-1.3.1 | jan.nijtmans | 2024-01-29 | 88 | -1714/+7960 |
| |\ \ | |||||
| | * | | Re-generate win32/64 zlib1.dll (version 1.3.1) | jan.nijtmans | 2024-01-29 | 2 | -0/+0 |
| | | | |