summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2018-02-061-1/+3
|\
| * 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 8.7dgp2018-01-181-8/+17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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 8.7dgp2018-01-111-28/+11
|\ \ \ \ \ | |/ / / /
| * | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ...jan.nijtmans2018-01-101-28/+11
* | | | | merge 8.7dgp2017-12-291-1/+35
|\ \ \ \ \ | |/ / / /
| * | | | merge core-8-6-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-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 8.7dgp2017-12-191-13/+18
|\ \ \ \ \ | |/ / / /
| * | | | 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
| * | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-071-13/+17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | If compiled with -DTCL_NO_DEPRECATED, remove stub entry for TclWinGetPlatform...jan.nijtmans2017-11-231-1/+7
| | * | | Remove more pre-XP stuff.jan.nijtmans2017-11-231-7/+7
| | * | | Re-base "stop-ce" branch to core-8-branch. This is what will be proposed for ...jan.nijtmans2017-11-231-2/+0
| | |\ \ \ | |/ / / /
| | * | | Drop Windows CE support, since it doesn't appear to work anyway.jan.nijtmans2017-11-211-2/+0
| | |/ /
* | | | merge 8.7dgp2017-11-291-14/+48
|\ \ \ \ | |/ / /
| * | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-201-19/+48
| * | | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-0/+5
| | |/ | |/|
* | | merge trunkdgp2017-09-181-0/+2
|\ \ \ | |/ /
| * | 'const'ify more libtommath functions. All functions in generic/tclTomMath.dec...jan.nijtmans2017-09-151-0/+2
* | | merge trunkdgp2017-09-141-0/+6
|\ \ \ | |/ /
| * | Make mp_get_long and mp_set_long available to tommath-enabled Tcl extensions....jan.nijtmans2017-09-131-0/+6
* | | merge trunkdgp2017-09-111-0/+2
|\ \ \ | |/ /
| * | Add some more functions from libtommath for availability within Tcl (mainly t...jan.nijtmans2017-09-081-0/+2
* | | merge trunkdgp2017-06-161-0/+5
|\ \ \ | |/ /
| * | Make read and write operations on Tcl_Var handles available in tclInt API.dkf2017-06-081-0/+5
| |\ \ | | |/
| | * Expose some of the core variable access APIs. dkf2017-06-061-0/+5
* | | merge trunkdgp2017-04-211-0/+2
|\ \ \ | |/ /
| * | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if compile...jan.nijtmans2017-04-201-0/+2
* | | merge trunkdgp2017-04-111-2/+18
|\ \ \ | |/ /
| * | Some more (internal) stub entries which can be cleaned up with -DTCL_NO_DEPRE...jan.nijtmans2017-04-061-2/+18
* | | merge trunkdgp2017-04-061-10/+12
|\ \ \ | |/ /
| * | If compiled with TCL_NO_DEPRECATED, the functions TclpGetDate/TclpLocaltime/T...jan.nijtmans2017-04-061-10/+12
* | | merge trunkdgp2017-03-211-0/+8
|\ \ \ | |/ /