summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | | | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-061-0/+2
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Start TIP #346 implementation: For now only \xC0\x80jan.nijtmans2022-09-121-0/+1
| |/ / / / / /
* | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-0/+14
|/ / / / / /
* | | | | | Update comment regarding isNativeObjectProcjan.nijtmans2022-09-101-7/+7
| |_|_|/ / |/| | | |
* | | | | Merge 8.7jan.nijtmans2022-08-211-8/+3
|\ \ \ \ \
| * | | | | Only use -DBUILD_tcl for shared/static libraryjan.nijtmans2022-07-181-1/+1
* | | | | | Merge 8.7jan.nijtmans2022-07-041-4/+25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add TCL_COMBINE, just a NOP for now (will get a meaning in 9.0jan.nijtmans2022-07-041-0/+7
| * | | | | TIP #609: Enhance Tcl_ThreadQueueEvent()jan.nijtmans2022-07-031-2/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-05-191-1/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-261-3/+3
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge 8.7jan.nijtmans2022-04-261-5/+22
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-11-161-6/+6
| | |\ \ \ \ \ \ \
| | * | | | | | | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-19/+3
| | * | | | | | | | Proposed TIP #609 implementationjan.nijtmans2021-08-151-0/+17