summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2018-07-041-68/+21
|\
| * Merge 8.7jan.nijtmans2018-07-041-68/+21
| |\
| | * Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no long...jan.nijtmans2018-07-041-0/+2
* | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-5/+6
|\ \ \ | |/ /
| * | merge 8.7jan.nijtmans2018-05-291-0/+1
| |\ \ | | |/
| | * One TCL_NORETURN -> TCL_NORETURN1 minor mistake. Make it build when Tcl_SetPa...jan.nijtmans2018-05-291-0/+1
* | | merge trunkjan.nijtmans2018-05-231-0/+9
|\ \ \ | |/ /
| * | merge 8.7jan.nijtmans2018-05-211-0/+9
| |\ \ | | |/
| | * Disable many warnings that are pointless in the stub library. Yes, it accesse...dkf2018-05-191-0/+9
* | | Merge trunkjan.nijtmans2018-04-151-26/+0
|\ \ \ | |/ /
| * | merge 8.7jan.nijtmans2018-03-251-22/+0
| |\ \ | | |/
| | * No need any more on 64-bit cygwin for special *Long* stub entries.jan.nijtmans2018-03-251-22/+0
| * | merge 8.7jan.nijtmans2018-03-251-4/+0
| |\ \ | | |/
| | * workaround for TclFormatInt on CYGWIN is no longer necessary now.jan.nijtmans2018-03-251-4/+0
* | | merge trunkjan.nijtmans2018-02-221-8/+8
|\ \ \ | |/ /
| * | remove unused stub entries (now that those are macros) jan.nijtmans2018-02-061-8/+8
* | | merge trunkjan.nijtmans2018-02-061-1/+2
|\ \ \ | |/ /
| * | merge core-8-branchjan.nijtmans2018-02-061-1/+2
| |\ \ | | |/
| | * Rename (internal) TclNewWideObj macro to TclNewIntObj. Change Tcl_SetIntObj/T...jan.nijtmans2018-01-261-0/+1
| | * Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-0/+1
| | |\
| | * \ merge core-8-branchjan.nijtmans2018-01-221-8/+17
| | |\ \ | | | |/
| | * | merge core-8-branchjan.nijtmans2018-01-161-20/+37
| | |\ \
| | * \ \ merge core-8-branchjan.nijtmans2017-12-191-13/+18
| | |\ \ \
| | * \ \ \ merge core-8-branchjan.nijtmans2017-12-061-14/+48
| | |\ \ \ \
| | * | | | | Experimental branch meant to eliminate the "wideint" type, just merge it to a...jan.nijtmans2017-10-301-1/+1
* | | | | | | merge trunkjan.nijtmans2018-01-291-35/+12
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-11/+10
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | TIP #485 implementation, Tcl 8.6 part: If Tcl is compiled with -DTCL_NO_DEPRE...jan.nijtmans2018-01-171-8/+17
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | * | | | merge core-8-branchjan.nijtmans2018-01-121-33/+55
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-14/+48
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-2/+0
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | * | | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-2/+1
| | | * | | | Put Tcl_EvalFile back, but then as a macro in terms of Tcl_FSEvalFileEx().jan.nijtmans2017-11-091-0/+2
| | | * | | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-0/+8
| | | |/ / /
| * | | | | merge core-8-branchjan.nijtmans2018-01-101-27/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-28/+11
| | * | | | merge core-8-6-branchjan.nijtmans2017-12-281-0/+2
| | |\ \ \ \
* | | \ \ \ \ merge trunkjan.nijtmans2017-12-281-1/+35
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | merge core-8-branchjan.nijtmans2017-12-281-0/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Fix bug introduced in [0dd0d14489258621] (only for TCL_UTF_MAX > 3): If len p...jan.nijtmans2017-12-281-0/+2
| * | | | | | merge core-8-branchjan.nijtmans2017-12-281-1/+33
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | merge core-8-6-branchjan.nijtmans2017-12-281-1/+33
| | |\ \ \ \ \ | | | |/ / / / | | | | | | / | | | |_|_|/ | | |/| | |
| | | * | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-1/+33
* | | | | | Merge trunk. jan.nijtmans2017-12-271-8/+18
|\ \ \ \ \ \ | |/ / / / /
* | | | | | merge trunkjan.nijtmans2017-12-201-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a...jan.nijtmans2017-12-201-2/+2
* | | | | | merge trunkjan.nijtmans2017-12-151-25/+6
|\ \ \ \ \ \ | |/ / / / /
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge TIP #488 implementation. jan.nijtmans2017-12-151-14/+4
| |\ \ \ \ \ \ | | | |/ / / /
| | | * | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC...jan.nijtmans2017-12-151-0/+1
| | | * | | | Fix (harmless) compiler warning with Visual Studiojan.nijtmans2017-12-141-1/+1