| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+2 |
|\ |
|
| * | TCL_RELEASE_SERIAL (in tcl.h) and unix/tcl.spec should be updated too | jan.nijtmans | 2024-01-17 | 1 | -1/+1 |
|
|
| * | Bump to 8.6.14 for release | griffin | 2024-01-16 | 1 | -1/+1 |
|
|
* | | a6 -> b1, as preparation for possible release (hopefully, one day) | jan.nijtmans | 2024-03-06 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2024-01-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Handle README -> README.md change in tcltk-man2html.tcl | jan.nijtmans | 2024-01-05 | 1 | -1/+1 |
|
|
* | | Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF... | jan.nijtmans | 2023-11-13 | 1 | -3/+2 |
|
|
* | | Handle TCL_TRACE_OLD_STYLE being deprecated | jan.nijtmans | 2023-09-20 | 1 | -1/+1 |
|
|
| | | |
| \ | |
*-. \ | TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0) | jan.nijtmans | 2023-09-12 | 1 | -2/+4 |
|\ \ \
| | |/ |
|
* | | | Rebase to 8.7 | jan.nijtmans | 2023-08-30 | 1 | -5/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Rebase to 8.7 | jan.nijtmans | 2023-07-26 | 1 | -5/+2 |
| |\ \ |
|
| | * | | TIP #666 implementation | jan.nijtmans | 2023-05-03 | 1 | -6/+3 |
|
|
* | | | | Fix [64165953a0]: Compilation error of C extensions due to TCL_SIZE_MAX defin... | jan.nijtmans | 2023-08-27 | 1 | -2/+2 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2023-08-23 | 1 | -5/+3 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Backport [bae0d30c7f5047a4]. Don't suggest that TCL_UTF_MAX=1 might work any ... | jan.nijtmans | 2023-08-23 | 1 | -2/+1 |
|
|
| * | | Prevent Tcl 8.6 header-file to be usable for Tcl 9 compiles. (see [6f22c7a1fc]) | jan.nijtmans | 2023-08-01 | 1 | -1/+6 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2023-07-24 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible... | jan.nijtmans | 2023-06-30 | 1 | -3/+3 |
|
|
| * | | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it. | jan.nijtmans | 2023-06-26 | 1 | -2/+2 |
|
|
* | | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointers | jan.nijtmans | 2023-05-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See... | apnadkarni | 2023-05-03 | 1 | -1/+5 |
|
|
* | | 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_T_MODIFIER (from TIP #660). Some header-file clean-up. | jan.nijtmans | 2023-04-18 | 1 | -28/+69 |
|
|
* | | | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIER | apnadkarni | 2023-04-05 | 1 | -4/+19 |
|/ / |
|
* | | 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 |
|\ \ |
|
| * | | If TCL_UTF_MAX=4, don't set 'exact' to 1 | jan.nijtmans | 2023-03-16 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -0/+7 |
|\ \ \
| |/ / |
|
| * | | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or... | jan.nijtmans | 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 |
|/ / |
|
* | | Fix compilation with tcc. Thanks, Cyan Ogilvie for the report | jan.nijtmans | 2022-12-09 | 1 | -2/+7 |
|
|
* | | 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 |
|
|
* | | There's no gap on Cygwin any more | jan.nijtmans | 2022-12-05 | 1 | -1/+0 |
|
|
* | | On Cygwin, dev_t == unsigned, and long long == long | jan.nijtmans | 2022-12-05 | 1 | -12/+4 |
|
|
* | | 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 |
|
|
* | | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628) | jan.nijtmans | 2022-10-21 | 1 | -98/+95 |
|
|
* | | merge 8.7 | dgp | 2022-10-11 | 1 | -2/+5 |
|\ \ |
|