summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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. dkf_expose_ptrgetvar_8_6dkf2017-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
|\ \ \ | |/ /
| * | Addendum to previous commit: If compiled with TCL_NO_DEPRECATED, remove a few...jan.nijtmans2017-03-211-0/+8
* | | merge trunkdgp2017-03-201-13/+31
|\ \ \ | |/ /
| * | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-13/+31
* | | merge trunkdgp2017-03-171-0/+19
|\ \ \ | |/ /
| * | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-171-0/+19
* | | merge trunkdgp2017-03-131-0/+2
|\ \ \ | |/ /
| * | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-0/+2
* | | merge trunkdgp2017-01-271-2/+39
|\ \ \ | |/ /
| * | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-2/+39
* | | merge trunkdgp2017-01-121-5/+6
|\ \ \ | |/ /
| * | Added stub entry for tip #456. Documentation and tests still missing. Doesn't...jan.nijtmans2016-11-221-0/+1
* | | merge trunkdgp2016-11-181-0/+1
|\ \ \ | |/ /
| * | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes bet...jan.nijtmans2016-11-161-0/+1
| |/
* | New routine Tcl_HasStringRep() and first conversion of callers.dgp2016-10-071-0/+1
* | New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-251-0/+2
* | Next step: new routine Tcl_InitStringRep()dgp2016-03-231-0/+1
* | First simple step implementing TIP 445.dgp2016-03-221-0/+1
|/
* make genstubsdkf2015-10-281-0/+3
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-1/+1
* Fix compiler warnings in win32/cygwin buildjan.nijtmans2014-04-161-5/+13
|\
| * Fix compiler warnings in win32/cygwin build.jan.nijtmans2014-04-161-5/+13
* | Fix execute permission bit (should not be set) for *Decls.h filesjan.nijtmans2014-02-111-0/+0
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-10/+10
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-0/+1
* | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only).jan.nijtmans2013-10-141-6/+4
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-211-0/+1
* | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+85
|\ \ | |/
| * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+85
| |\
| | * Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-061-0/+85
| * | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...jan.nijtmans2013-03-281-8/+1
| * | Add dummy (undocumented) TclCanceled function in stub table (not exported as ...jan.nijtmans2013-03-271-1/+8
| * | Extend the public stub table with dummy NULL entries, up to the size of the T...jan.nijtmans2013-01-071-0/+52
| |\ \ | | |/
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-071-0/+108
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-11/+1