| Commit message (Expand) | Author | Age | Files | Lines |
* | Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630 | jan.nijtmans | 2023-04-11 | 1 | -5/+5 |
|
|
* | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntu | apnadkarni | 2023-03-30 | 1 | -8/+21 |
|
|
* | Remove the last occurrences of TCL_ENCODING_NOCOMPLAIN. | pooryorick | 2023-03-28 | 1 | -5/+2 |
|
|
* | Merge 8.7 | jan.nijtmans | 2023-03-22 | 1 | -7/+0 |
|\ |
|
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a... | jan.nijtmans | 2023-03-22 | 1 | -7/+0 |
|
|
| * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w... | jan.nijtmans | 2023-03-22 | 1 | -5/+0 |
|
|
| * | Merge 8.7 | jan.nijtmans | 2023-03-17 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -0/+7 |
| |\ \ |
|
| * | | | Eliminate TCL_ENCODING_MODIFIED flag | apnadkarni | 2023-03-02 | 1 | -6/+7 |
|
|
| * | | | Partial implementation of replace profile | apnadkarni | 2023-02-11 | 1 | -5/+2 |
|
|
| * | | | Eliminate TCL_ENCODING_{STRICT,NOCOMPLAIN} | apnadkarni | 2023-02-11 | 1 | -10/+2 |
|
|
| * | | | Modify encoding C API to use profiles (in progress) | apnadkarni | 2023-02-09 | 1 | -1/+21 |
|
|
* | | | | More TclNewIndexObj() usages (for values between -1 and SIZE_MAX-1) | jan.nijtmans | 2023-03-20 | 1 | -1/+1 |
|
|
* | | | | Merge trunk | apnadkarni | 2023-03-18 | 1 | -0/+7 |
|\ \ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-16 | 1 | -0/+7 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | If TCL_UTF_MAX=4, don't set 'exact' to 1 | jan.nijtmans | 2023-03-16 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| | * | | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or... | jan.nijtmans | 2023-03-16 | 1 | -0/+7 |
| | |\ \
| | | |/
| | |/| |
|
| | * | | Fix compilation with tcc. Thanks, Cyan Ogilvie for the report | jan.nijtmans | 2022-12-09 | 1 | -2/+7 |
|
|
* | | | | Merge 9.0. Also fix replace profile handling of orphan surrogates | apnadkarni | 2023-03-14 | 1 | -2/+0 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge 9.0 | jan.nijtmans | 2023-03-07 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Adapt type-casts to Tcl 9.0 signature of Tcl_Free/Tcl_Realloc/Tcl_AttemptRealloc | jan.nijtmans | 2023-03-03 | 1 | -3/+3 |
|
|
* | | | | Cherrypick [13537afd1b] - eliminate TCL_ENCODING_MODIFIED | apnadkarni | 2023-03-02 | 1 | -6/+7 |
|
|
* | | | | Merge 9.0 | apnadkarni | 2023-03-01 | 1 | -7/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | In case of combining TIP #494 (TCL_8_COMPAT) and #628 (building for Tcl 8.7 w... | jan.nijtmans | 2023-02-28 | 1 | -7/+7 |
|
|
* | | | | Compiles and runs. Tests still to be ported. | apnadkarni | 2023-02-25 | 1 | -9/+19 |
|/ / / |
|
* | | | Merge 8.7 | jan.nijtmans | 2022-12-05 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2022-12-05 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more.... | jan.nijtmans | 2022-12-05 | 1 | -3/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-12-05 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | There's no gap on Cygwin any more | jan.nijtmans | 2022-12-05 | 1 | -1/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-12-05 | 1 | -12/+4 |
|\ \ \
| |/ / |
|
| * | | On Cygwin, dev_t == unsigned, and long long == long | jan.nijtmans | 2022-12-05 | 1 | -12/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-11-30 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe... | jan.nijtmans | 2022-11-30 | 1 | -2/+2 |
|
|
| * | | Document some more differences between Tcl 8.7 and 9.0 in tcl.h | jan.nijtmans | 2022-11-25 | 1 | -12/+28 |
| |\ \
| | |/ |
|
| | * | Bump to 8.6.13 for release | dgp | 2022-06-06 | 1 | -2/+2 |
|
|
| * | | Fix [https://core.tcl-lang.org/thread/tktview?name=16bf24d70b|16bf24d70b]: In... | jan.nijtmans | 2022-11-18 | 1 | -13/+0 |
|
|
| * | | Add dummy TCL_OBJTYPE_V0 #define. Minimal no-op backport of TIP #644 | jan.nijtmans | 2022-11-17 | 1 | -0/+1 |
|
|
| * | | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentation | jan.nijtmans | 2022-11-08 | 1 | -1/+1 |
|
|
* | | | Move Tcl_Size definition earlier in tcl.h | jan.nijtmans | 2022-11-24 | 1 | -7/+7 |
|
|
* | | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644 | apnadkarni | 2022-11-09 | 1 | -52/+92 |
|\ \ \ |
|
| * | | | More int -> size_t (argc and level) in trace handling | jan.nijtmans | 2022-11-08 | 1 | -2/+2 |
|
|
| * | | | Bug #0f98bce669 - string cat support for > 2**31 characters. Tests pending | apnadkarni | 2022-11-02 | 1 | -1/+0 |
|
|
| * | | | Bug #0f98bce669 - string repeat support for > 2**31 characters | apnadkarni | 2022-11-02 | 1 | -2/+3 |
|
|
| * | | | Handle TCL_ENCODING_STRICT and TCL_CLOSE2PROC correctly, when building in --w... | jan.nijtmans | 2022-10-27 | 1 | -5/+16 |
|
|
| * | | | Merge 9.0 | jan.nijtmans | 2022-10-21 | 1 | -2/+2 |
| |\ \ \ |
|
| | * \ \ | Merge 8.7 | jan.nijtmans | 2022-10-21 | 1 | -2/+4 |
| | |\ \ \
| | | |/ / |
|
| | | * | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -98/+95 |
|
|
| * | | | | Merge 9.0 | jan.nijtmans | 2022-10-18 | 1 | -0/+14 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Rebase to 9.0 | jan.nijtmans | 2022-10-12 | 1 | -38/+68 |
| |\ \ \ \ |
|