Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ws | bch | 2023-06-29 | 1 | -4/+2 |
| | |||||
* | Refactor allocation strategy in Tcl_DStringAppend | apnadkarni | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | Left-over TCL_ENCODING_STRICT, not used any more. | jan.nijtmans | 2023-05-09 | 1 | -2/+0 |
| | | | Add "-profile tcl8" for testcases which don't work in strict profile | ||||
* | size_t -> Tcl_Size (twice) | jan.nijtmans | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Merge 8.7 | jan.nijtmans | 2023-05-03 | 1 | -1/+1 |
|\ | |||||
| * | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. ↵ | apnadkarni | 2023-05-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | See below. For whatever reason, these macros were renamed and moved to tclIO.h post-660. This is inappropriate as those macros deal with *encoding* flags, not *channel* flags and have relevance outside of I/O making their renaming inappropriate. Further putting them in tclIO.h forces inclusion of that header in modules that do not otherwise need that header. | ||||
| * | Merge 8.7 | apnadkarni | 2023-04-19 | 1 | -27/+54 |
| |\ | |||||
| | * | Fix missing stddef.h include | apnadkarni | 2023-04-19 | 1 | -0/+1 |
| | | | |||||
| | * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changes | jan.nijtmans | 2023-04-18 | 1 | -3/+3 |
| | | | |||||
| * | | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIER | apnadkarni | 2023-04-05 | 1 | -4/+19 |
| | | | |||||
* | | | Use Tcl_Size instead of ptrdiff_t in Tcl_ObjCmdProc2(), ↵ | pooryorick | 2023-05-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Tcl_CmdObjTraceProc2, and Tcl_MethodCallProc2(). | ||||
* | | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. ↵ | apnadkarni | 2023-05-03 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | See below. For whatever reason, these macros were renamed and moved to tclIO.h post-660. This is inappropriate as those macros deal with *encoding* flags, not *channel* flags and have relevance outside of I/O making their renaming inappropriate. Further putting them in tclIO.h forces inclusion of that header in modules that do not otherwise need that header. | ||||
* | | | Merge trunk | apnadkarni | 2023-04-19 | 1 | -22/+15 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2023-04-18 | 1 | -25/+31 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up. | jan.nijtmans | 2023-04-18 | 1 | -28/+69 |
| | |/ | |||||
* | | | 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 ↵ | jan.nijtmans | 2023-03-22 | 1 | -7/+0 |
| | | | | | | | | are not public. Some formatting. | ||||
| * | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), ↵ | jan.nijtmans | 2023-03-22 | 1 | -5/+0 |
| | | | | | | | | we can simplify. | ||||
| * | 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 ↵ | jan.nijtmans | 2023-03-16 | 1 | -0/+7 |
| | |\ \ | | | |/ | | |/| | | | | | [https://core.tcl-lang.org/tips/doc/trunk/tip/542.md|TIP #542]) from running in Tcl 8.6. | ||||
| | * | | 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 ↵ | jan.nijtmans | 2023-02-28 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | with 9.0 headers), ignore TCL_8_COMPAT macro. More Tcl_Size usage. | ||||
* | | | | 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 ↵ | jan.nijtmans | 2022-12-05 | 1 | -3/+2 |
| | | | | | | | | | | | | more. There's no gap in Tcl_StatBuf for 64-bit Cygwin | ||||
* | | | 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 ↵ | jan.nijtmans | 2022-11-30 | 1 | -2/+2 |
| | | | | | | | | | | | | other API's. No change on 8.7 | ||||
| * | | Document some more differences between Tcl 8.7 and 9.0 in tcl.h | jan.nijtmans | 2022-11-25 | 1 | -12/+28 |
| |\ \ | | |/ |