| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
|\ |
|
| * | New (internal) macro TclAttemptInitStringRep() | jan.nijtmans | 2023-06-02 | 1 | -1/+1 |
|
|
| * | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac... | jan.nijtmans | 2023-05-31 | 1 | -19/+29 |
|
|
* | | merge 8.7 | fvogel | 2023-05-28 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | merge core-8-branch | dkf | 2023-05-24 | 1 | -232/+350 |
| |\ |
|
| | * | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See... | apnadkarni | 2023-05-03 | 1 | -1/+1 |
|
|
| | * | More (internal) usage of TclGetString() and TclGetStringFromObj() macro's | jan.nijtmans | 2023-03-27 | 1 | -3/+3 |
|
|
| | * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -3/+2 |
|
|
| | * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w... | jan.nijtmans | 2023-03-22 | 1 | -4/+0 |
|
|
| | * | Use TclNewIndexObj() in stead of Tcl_NewWideIntObj(), which - actually - does... | jan.nijtmans | 2023-03-20 | 1 | -7/+9 |
|
|
| | * | Move setting of profile in flags parameter to lower level functions in case t... | apnadkarni | 2023-02-28 | 1 | -8/+3 |
|
|
| | * | Bug [40c61a5d10]. Fix syntax error message. | apnadkarni | 2023-02-24 | 1 | -5/+6 |
|
|
| | * | Had forgotten to remove disabled code | apnadkarni | 2023-02-23 | 1 | -52/+0 |
|
|
| | * | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx a... | apnadkarni | 2023-02-23 | 1 | -10/+89 |
|
|
| | * | Fix gcc warnings and encoding error message (bug [40c61a5d10]) | apnadkarni | 2023-02-23 | 1 | -1/+1 |
|
|
| | * | Fix replace profile handling of truncated surrogates | apnadkarni | 2023-02-20 | 1 | -4/+5 |
|
|
| | * | Minor fixes and tests | apnadkarni | 2023-02-12 | 1 | -0/+30 |
|
|
| | * | Phase out (almost) STRICT and NOCOMPLAIN flags. | apnadkarni | 2023-02-10 | 1 | -16/+22 |
|
|
| | * | Modify encoding C API to use profiles (in progress) | apnadkarni | 2023-02-09 | 1 | -12/+4 |
|
|
| | * | Do not have -failindex imply -strict | apnadkarni | 2023-02-09 | 1 | -12/+2 |
|
|
| | * | Fix call to EncodingConvertParseOption for decoding | apnadkarni | 2023-02-07 | 1 | -1/+1 |
|
|
| | * | Change encoding error options to fconfigure to encoding profiles | apnadkarni | 2023-02-02 | 1 | -1/+1 |
|
|
| | * | Use common option parsing for ConvertfromObjCmd. Fix test error messages. | apnadkarni | 2023-02-02 | 1 | -71/+5 |
|
|
| | * | Replace encoding -strict etc. with -profile | apnadkarni | 2023-02-02 | 1 | -135/+190 |
|
|
| * | | rebase to latest 8.7 | jan.nijtmans | 2022-09-22 | 1 | -1/+7 |
| |\ \ |
|
| | * | | Added in missing field | dkf | 2021-06-19 | 1 | -1/+7 |
|
|
* | | | | Improve TclDuplicatePureObj(), remove unnecessary increment/decrement pairs, ... | pooryorick | 2023-05-17 | 1 | -4/+12 |
|
|
* | | | | New function, TclDuplicatePureObj(), doesn't duplicate the string
| pooryorick | 2023-05-16 | 1 | -9/+8 |
|
|
* | | | | Left-over TCL_ENCODING_STRICT, not used any more. | jan.nijtmans | 2023-05-09 | 1 | -4/+0 |
|
|
* | | | | Remove TclArithSeriesObjCopy() and use Tcl_DuplicateObj() instead. | pooryorick | 2023-05-05 | 1 | -1/+1 |
|
|
* | | | | Bugs [4ce858a049] (lrepeat), [f4d15772f1] (foreach), [6926a21840] (lmap). | apnadkarni | 2023-04-20 | 1 | -6/+11 |
|
|
* | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -10/+10 |
|
|
* | | | | Doesn't look like a mem-leak: It appears that Tcl_ObjSetVar2() already handle... | jan.nijtmans | 2023-03-19 | 1 | -2/+0 |
|
|
* | | | | Proposed fix for [5ae5ffc3f4]: Problem with -failindex on 32-bit platform. Th... | jan.nijtmans | 2023-03-19 | 1 | -6/+11 |
|
|
* | | | | Cherrypick [070225e33d]. Move setting of profile flags to lower level functio... | apnadkarni | 2023-02-28 | 1 | -8/+3 |
|
|
* | | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -192/+234 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2023-01-27 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix off-by-one error in tclCmdAH.c, with testcases showing that it works now. | jan.nijtmans | 2023-01-27 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Better error-message for previous commit. Some more code-cleanup, backported ... | jan.nijtmans | 2023-01-23 | 1 | -55/+29 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2023-01-22 | 1 | -4/+42 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Better error-message | jan.nijtmans | 2023-01-20 | 1 | -2/+7 |
|
|
| * | | | | New proposal: Allow "-strict" immediately before or after "-failindex var". | jan.nijtmans | 2023-01-19 | 1 | -5/+38 |
|
|
| * | | | | Same change for "encoding convertto" | jan.nijtmans | 2023-01-14 | 1 | -1/+1 |
|
|
| * | | | | Proposed fix for [a31caff057]: encoding command does not allow -strict to be ... | jan.nijtmans | 2023-01-14 | 1 | -3/+3 |
|
|
* | | | | | Merge 8.7 | jan.nijtmans | 2023-01-15 | 1 | -2/+4 |
|\ \ \ \ \ |
|
| * | | | | | Update documentation, matching current implementation | jan.nijtmans | 2023-01-15 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2022-12-21 | 1 | -1/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Add 'interp' argument to some arith functions, for better error-handling | jan.nijtmans | 2022-12-21 | 1 | -1/+2 |
|
|
* | | | | | Eliminate TclArithSeriesObjLength and TclArithSeriesObjStep from tclArithSeri... | jan.nijtmans | 2022-12-08 | 1 | -2/+2 |
|
|
* | | | | | Stop shimmering for "llength". Internal optimization (but using TIP #644) | jan.nijtmans | 2022-11-30 | 1 | -2/+2 |
|\ \ \ \ \ |
|