summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for [0b9200888e]: TIP #660 breaks TIP #628/#630jan.nijtmans2023-04-111-5/+5
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-8/+21
* Remove the last occurrences of TCL_ENCODING_NOCOMPLAIN.pooryorick2023-03-281-5/+2
* Merge 8.7jan.nijtmans2023-03-221-7/+0
|\
| * 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
| |\
| * \ Merge 8.7apnadkarni2023-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
* | | | More TclNewIndexObj() usages (for values between -1 and SIZE_MAX-1)jan.nijtmans2023-03-201-1/+1
* | | | Merge trunkapnadkarni2023-03-181-0/+7
|\ \ \ \
| * \ \ \ Merge 8.7jan.nijtmans2023-03-161-0/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | If TCL_UTF_MAX=4, don't set 'exact' to 1jan.nijtmans2023-03-161-1/+1
| | | |/ | | |/|
| | * | Prevent extensions compiled with TCL_UTF_MAX=4 (See [https://core.tcl-lang.or...jan.nijtmans2023-03-161-0/+7
| | |\ \ | | | |/ | | |/|
| | * | Fix compilation with tcc. Thanks, Cyan Ogilvie for the reportjan.nijtmans2022-12-091-2/+7
* | | | Merge 9.0. Also fix replace profile handling of orphan surrogatesapnadkarni2023-03-141-2/+0
|\ \ \ \ | |/ / /
* | | | Merge 9.0jan.nijtmans2023-03-071-3/+3
|\ \ \ \ | |/ / /
| * | | Adapt type-casts to Tcl 9.0 signature of Tcl_Free/Tcl_Realloc/Tcl_AttemptReallocjan.nijtmans2023-03-031-3/+3
* | | | Cherrypick [13537afd1b] - eliminate TCL_ENCODING_MODIFIEDapnadkarni2023-03-021-6/+7
* | | | Merge 9.0apnadkarni2023-03-011-7/+7
|\ \ \ \ | |/ / /
| * | | In case of combining TIP #494 (TCL_8_COMPAT) and #628 (building for Tcl 8.7 w...jan.nijtmans2023-02-281-7/+7
* | | | Compiles and runs. Tests still to be ported.apnadkarni2023-02-251-9/+19
|/ / /
* | | Merge 8.7jan.nijtmans2022-12-051-1/+1
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2022-12-051-1/+0
|\ \ \ | |/ /
| * | There's no gap on Cygwin any morejan.nijtmans2022-12-051-1/+0
* | | Merge 8.7jan.nijtmans2022-12-051-12/+4
|\ \ \ | |/ /
| * | On Cygwin, dev_t == unsigned, and long long == longjan.nijtmans2022-12-051-12/+4
* | | Merge 8.7jan.nijtmans2022-11-301-2/+2
|\ \ \ | |/ /
| * | 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
* | | Move Tcl_Size definition earlier in tcl.hjan.nijtmans2022-11-241-7/+7
* | | Merge trunk. Also update Tcl_ObjType.version to match TIP 644apnadkarni2022-11-091-52/+92
|\ \ \
| * | | More int -> size_t (argc and level) in trace handlingjan.nijtmans2022-11-081-2/+2
| * | | Bug #0f98bce669 - string cat support for > 2**31 characters. Tests pendingapnadkarni2022-11-021-1/+0
| * | | Bug #0f98bce669 - string repeat support for > 2**31 charactersapnadkarni2022-11-021-2/+3
| * | | Handle TCL_ENCODING_STRICT and TCL_CLOSE2PROC correctly, when building in --w...jan.nijtmans2022-10-271-5/+16
| * | | Merge 9.0jan.nijtmans2022-10-211-2/+2
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2022-10-211-2/+4
| | |\ \ \ | | | |/ /
| | | * | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-98/+95
| * | | | Merge 9.0jan.nijtmans2022-10-181-0/+14
| |\ \ \ \ | | |/ / /
| * | | | Rebase to 9.0jan.nijtmans2022-10-121-38/+68
| |\ \ \ \