Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable scan-15.1 (temporary)core-encoding-user | jan.nijtmans | 2025-05-06 | 1 | -1/+1 |
| | |||||
* | Rebase to trunk | jan.nijtmans | 2025-05-06 | 12 | -19/+281 |
|\ | |||||
| * | Add "tclsh90c", which has a manifest without UTF-8 setting | jan.nijtmans | 2025-05-05 | 6 | -14/+172 |
| |\ | |||||
| | * | Rebase to tip-716 | jan.nijtmans | 2025-04-29 | 7 | -25/+185 |
| | |\ | |||||
| | | * | typo (breaks static MSVC build) | jan.nijtmans | 2025-04-29 | 1 | -1/+1 |
| | | | | |||||
| | | * | Have both tclsh90.exe (full compatibility) and tclsh90c.exe (without UTF-8 ↵core-tclsh90c.exe-for-tip-716-compatibility | jan.nijtmans | 2025-04-28 | 6 | -14/+172 |
| | | | | | | | | | | | | | | | | in manifest) side-by-side | ||||
| | * | | Unbreak (gcc) build | jan.nijtmans | 2025-04-29 | 1 | -2/+2 |
| | | | | |||||
| | * | | Fix cmdAH tests. See comments below. | apnadkarni | 2025-04-28 | 1 | -12/+7 |
| | | | | | | | | | | | | | | | | | | | | Tcl_GetEncodingForUser will not be available until 9.1 for stubs compatibility. In any case, as a rule, wide char API's should be used in code and tests to avoid the exact kind of problems we are currently trying to solve with code pages. | ||||
| | * | | Attempt to fix cmdAH test failures. Doesn't work. | jan.nijtmans | 2025-04-28 | 1 | -4/+9 |
| | | | | |||||
| | * | | Merge 9.0core-tip-716 | jan.nijtmans | 2025-04-18 | 13 | -58/+73 |
| | |\ \ | |||||
| | * | | | Fix Unix build. Add basic tests | apnadkarni | 2025-04-14 | 4 | -1/+68 |
| | | | | | |||||
| | * | | | Added -encoding option to exec | apnadkarni | 2025-04-12 | 3 | -13/+35 |
| | | | | | |||||
| | * | | | Added encoding user command | apnadkarni | 2025-04-12 | 2 | -1/+34 |
| | | | | | |||||
| | * | | | Start on TIP 716 implementation | apnadkarni | 2025-04-12 | 2 | -7/+76 |
| | | | | | |||||
| * | | | | Rebase (makes use of [8ffd8cabd1]) | jan.nijtmans | 2025-05-05 | 6 | -5/+109 |
| |\ \ \ \ | |||||
| | * | | | | Protect TclWinGetUserEncoding() for environments it doen't exist, e.g. Tcl ↵ | jan.nijtmans | 2025-04-25 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | 9.0.0/9.0.1 | ||||
| | * | | | | Implement "encoding user" without TIP #716 | jan.nijtmans | 2025-04-24 | 6 | -5/+83 |
| | | | | | | |||||
* | | | | | | Fix links to tickets. | sbron | 2025-05-06 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Update changes.md for fixed lseq tickets | apnadkarni | 2025-05-06 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Fix [8ffd8cabd1]: "encoding system": wrong result without manifest | jan.nijtmans | 2025-05-06 | 2 | -2/+61 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Proposed fix for [8ffd8cabd1]: "encoding system": wrong result without manifest | jan.nijtmans | 2025-05-05 | 1 | -2/+60 |
| | | | | | | | | | | | | | | | | | | Extracted from TIP 716 implementation | ||||
* | | | | | | [78f44214] Document Tcl_InitStringRep: copy description from TIP 445: better ↵ | oehhar | 2025-05-05 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | than nothing... | ||||
* | | | | | | Merge-mark | jan.nijtmans | 2025-05-05 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix [b7834045b9]: MS-VC 6 on core-8-6-branch: compile error C2520: ↵ | jan.nijtmans | 2025-05-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion from unsigned __int64 to double not implemented, use signed __int64 No need to put it in change log, because regression was caused by [4128866276b86868] | ||||
| * | | | | | | Add to changes: 2025-05-05 (bug) [42d14c] Fix scan with long mantissa. Ex.: ↵ | oehhar | 2025-05-05 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | scan "1.[string repeat 1 191]e-321" %g | ||||
* | | | | | | | Add to changes.md bug section: scan "long mantissa" %g [42d14c] | oehhar | 2025-05-05 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | [42d14c495a] Parsing long floating point strings | oehhar | 2025-05-05 | 2 | -0/+80 |
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | | | |||||
| * | | | | | [42d14c495a] Parsing long floating point strings | oehhar | 2025-05-05 | 2 | -0/+80 |
| |\ \ \ \ \ | |||||
| | * | | | | | [42d14c495a] Add source code comment and test case provided by Christian ↵ | oehhar | 2025-05-05 | 2 | -7/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Werner (thanks) | ||||
| | * | | | | | [42d14c495a] Add simple test cases | oehhar | 2025-05-03 | 1 | -0/+8 |
| | | | | | | | |||||
| | * | | | | | Proposed fix for [42d14c495a]: Parsing long floating point strings (thanks, ↵ | jan.nijtmans | 2025-04-02 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Christian) | ||||
| * | | | | | | Correct false claims in the header comment of RequiredPrecision() | dgp | 2025-04-16 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Missing TclOOM() calls, which produce a panic when Tcl_InitStringRep() fails | jan.nijtmans | 2025-05-05 | 4 | -5/+9 |
| | | | | | | | |||||
* | | | | | | | merge 8.7 | dgp | 2025-05-02 | 1 | -6/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use Tcl_InitStringRep() as intended. | dgp | 2025-05-02 | 1 | -6/+5 |
| | | | | | | | | |||||
* | | | | | | | | merge fix | dgp | 2025-05-02 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Rework overflow test so it happens in a valid range. | dgp | 2025-05-02 | 1 | -2/+4 |
| | | | | | | | | |||||
* | | | | | | | | typo | dgp | 2025-05-02 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Indenting and comments, backported from 9.1 | jan.nijtmans | 2025-04-29 | 9 | -53/+65 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Minor tweak. Pass interp as NULL as error thrown away. | apnadkarni | 2025-04-28 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Fix [7d3101bf28] and [452b103a74] - lseq indexing crashes. | apnadkarni | 2025-04-28 | 3 | -23/+69 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix compiled indexlist for lseqcore-apn-bug-452b-7d31 | apnadkarni | 2025-04-28 | 1 | -20/+16 |
| | | | | | | | | |||||
| * | | | | | | | Partial fix and test cases for bug [452b103a74] - lseq nested indices | apnadkarni | 2025-04-27 | 2 | -5/+20 |
| | | | | | | | | |||||
| * | | | | | | | Fix [7d3101bf28] - crash on out of bounds lindex into lseq | apnadkarni | 2025-04-27 | 2 | -2/+9 |
| | | | | | | | | |||||
| * | | | | | | | Fix lindex crash on non-numeric index into lseq | apnadkarni | 2025-04-27 | 2 | -3/+4 |
| | | | | | | | | |||||
| * | | | | | | | Crash tests for bugs [45b2] and [7d31] | apnadkarni | 2025-04-27 | 1 | -0/+27 |
|/ / / / / / / | |||||
* | | | | | | | Unneeded (char *) typecast | jan.nijtmans | 2025-04-24 | 1 | -2/+2 |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | VarHashCreateVar() isn't used in tclExecute.c | jan.nijtmans | 2025-04-20 | 1 | -9/+4 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Fix warning: variables 'ui' and 'maxSizeDecade' used in loop condition not ↵ | jan.nijtmans | 2025-04-17 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | modified in loop body [-Wfor-loop-analysis] Remove unnecessary right-shift | ||||
* | | | | | off-by-8 (thanks, Don!) | jan.nijtmans | 2025-04-17 | 1 | -1/+1 |
| | | | | |