summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | | Merge 8.6jan.nijtmans2022-07-011-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Bump to 8.6.12 for releasejan.nijtmans2021-10-271-2/+2
| * | | | | | | | | Resolve the TODO: What's going on here? Document or eliminate.jan.nijtmans2022-06-241-0/+5
| * | | | | | | | | Put back seemingly useless typedefs (yes, there are picky compilers)jan.nijtmans2022-06-241-0/+8
| * | | | | | | | | more "unsigned int" -> TCL_HASH_TYPEjan.nijtmans2022-06-231-1/+1
* | | | | | | | | | Merge 8.7jan.nijtmans2022-06-231-8/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Remove unused typedef'sjan.nijtmans2022-06-231-8/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | TIP #627 implementationjan.nijtmans2022-06-011-0/+12
|/ / / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2022-04-261-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh...jan.nijtmans2022-04-261-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2022-04-141-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value whi...jan.nijtmans2022-04-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7jan.nijtmans2022-03-221-2/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | -nothrow -> -nocomplainjan.nijtmans2022-03-051-2/+2
| * | | | | Merge 8.7jan.nijtmans2022-03-041-0/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |