summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Handle TCL_TRACE_OLD_STYLE being deprecatedjan.nijtmans2023-09-201-1/+1
*-. TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-2/+4
|\ \
* \ \ Rebase to 8.7jan.nijtmans2023-08-301-5/+2
|\ \ \ | |/ / |/| |
| * | Rebase to 8.7jan.nijtmans2023-07-261-5/+2
| |\ \
| | * | TIP #666 implementationjan.nijtmans2023-05-031-6/+3
* | | | Fix [64165953a0]: Compilation error of C extensions due to TCL_SIZE_MAX defin...jan.nijtmans2023-08-271-2/+2
* | | | Merge 8.6jan.nijtmans2023-08-231-5/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Backport [bae0d30c7f5047a4]. Don't suggest that TCL_UTF_MAX=1 might work any ...jan.nijtmans2023-08-231-2/+1
| * | Prevent Tcl 8.6 header-file to be usable for Tcl 9 compiles. (see [6f22c7a1fc])jan.nijtmans2023-08-011-1/+6
* | | Merge 8.6jan.nijtmans2023-07-241-1/+3
|\ \ \ | |/ /
| * | Since TCL_MAJOR_VERSION is always "8", don't check for it. Add C++-compatible...jan.nijtmans2023-06-301-3/+3
| * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-261-2/+2
* | | Fix [9c397da4a9]: AppendPrintfToObjVA(): support 64-bit pointersjan.nijtmans2023-05-041-1/+1
| |/ |/|
* | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-031-1/+5
* | Merge 8.7apnadkarni2023-04-191-27/+54
|\ \
| * | Fix missing stddef.h includeapnadkarni2023-04-191-0/+1
| * | Adapt TIP's #494/#481/#537/#544/#568/#616/#623/#627/#630 to TIP #660 changesjan.nijtmans2023-04-181-3/+3
| * | Add TCL_T_MODIFIER (from TIP #660). Some header-file clean-up.jan.nijtmans2023-04-181-28/+69
* | | Add TCL_SIZE_MAX and TCL_SIZE_MODIFIERapnadkarni2023-04-051-4/+19
|/ /
* | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-7/+0
* | Since TCL_ENCODING_PROFILE_DEFAULT == TCL_ENCODING_PROFILE_TCL8 (on Tcl 8), w...jan.nijtmans2023-03-221-5/+0
* | Merge 8.7jan.nijtmans2023-03-171-2/+2
|\ \
| * | If TCL_UTF_MAX=4, don't set 'exact' to 1jan.nijtmans2023-03-161-1/+1
* | | Merge 8.7apnadkarni2023-03-161-0/+7
|\ \ \ | |/ /
| * | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or...jan.nijtmans2023-03-161-0/+7
| |\ \ | | |/
* | | Eliminate TCL_ENCODING_MODIFIED flagapnadkarni2023-03-021-6/+7
* | | Partial implementation of replace profileapnadkarni2023-02-111-5/+2
* | | Eliminate TCL_ENCODING_{STRICT,NOCOMPLAIN}apnadkarni2023-02-111-10/+2
* | | Modify encoding C API to use profiles (in progress)apnadkarni2023-02-091-1/+21
|/ /
* | Fix compilation with tcc. Thanks, Cyan Ogilvie for the reportjan.nijtmans2022-12-091-2/+7
* | Merge 8.6jan.nijtmans2022-12-051-1/+1
|\ \ | |/
| * dev_t -> unsigned for Cygwin in tcl.h, so we don't need sys/types.h any more....jan.nijtmans2022-12-051-3/+2
* | There's no gap on Cygwin any morejan.nijtmans2022-12-051-1/+0
* | On Cygwin, dev_t == unsigned, and long long == longjan.nijtmans2022-12-051-12/+4
* | Let Tcl_GetEncodingNulLength() return size_t on 9.0, for consisancy with othe...jan.nijtmans2022-11-301-2/+2
* | Document some more differences between Tcl 8.7 and 9.0 in tcl.hjan.nijtmans2022-11-251-12/+28
|\ \ | |/
| * Bump to 8.6.13 for releasedgp2022-06-061-2/+2
* | Fix [https://core.tcl-lang.org/thread/tktview?name=16bf24d70b|16bf24d70b]: In...jan.nijtmans2022-11-181-13/+0
* | Add dummy TCL_OBJTYPE_V0 #define. Minimal no-op backport of TIP #644jan.nijtmans2022-11-171-0/+1
* | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-1/+1
* | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-98/+95
* | merge 8.7dgp2022-10-111-2/+5
|\ \
| * \ Merge 8.7jan.nijtmans2022-10-071-2/+4
| |\ \
| | * \ TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-2/+2
| | |\ \
| | | * \ Merge 8.7jan.nijtmans2022-09-171-7/+7
| | | |\ \
| | | * \ \ Merge 8.7jan.nijtmans2022-09-071-6/+30
| | | |\ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2022-04-261-3/+3
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-311-2/+16
| | | |\ \ \ \ \
| | | * | | | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-221-2/+2