summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up: Remove Tcl_FindHashEntry/Tcl_CreateHashEntry symbols/stub entries, ...jan.nijtmans2015-12-161-4/+2
* merge trunkjan.nijtmans2015-11-011-0/+3
|\
| * make genstubsdkf2015-10-281-0/+3
| * Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-1/+1
* | merge trunkjan.nijtmans2014-04-161-2/+4
|\ \ | |/
| * 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
* | | merge trunk. jan.nijtmans2014-04-161-23/+3
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2014-02-111-10/+10
|\ \ \ | |/ /
| * | 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
* | | merge trunkjan.nijtmans2013-12-201-0/+1
|\ \ \ | |/ /
| * | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-0/+1
* | | merge trunkjan.nijtmans2013-11-041-0/+0
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-10-171-0/+0
|\ \ \ | |/ /
| * | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only).jan.nijtmans2013-10-141-6/+4
* | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-1/+11
|\ \ \
| * | | The Tcl 9.0 way of how [dfc08326e3] should be fixed: Real integration of TclO...rfe_dfc08326e3jan.nijtmans2013-10-131-1/+9
|/ / /
* | | merge trunk. jan.nijtmans2013-06-271-1/+1
|\ \ \ | |/ /
* | | Merge trunk. jan.nijtmans2013-06-211-7/+6
|\ \ \ | |/ /
| * | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...jan.nijtmans2013-06-211-0/+1
* | | merge trunk. jan.nijtmans2013-05-131-1/+1
|\ \ \ | |/ /
* | | merge trunk. jan.nijtmans2013-05-071-3/+0
|\ \ \ | |/ /
* | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-22/+4
* | | merge trunkjan.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
| | |\
| | | * 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
| | | * add missing macosx sectionsjan.nijtmans2012-11-151-0/+32
| | | * Remove all the long dead mac entries in tcl*.decls filesjan.nijtmans2012-11-151-53/+13
* | | | Revert part of [bb4707eb077f0cd9], which removed Tcl_NewIntObj, Tcl_SetIntObj...jan.nijtmans2013-04-211-5/+5
* | | | merge trunkjan.nijtmans2013-03-061-0/+1
|\ \ \ \ | |/ / /
| * | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+1
* | | | merge trunk. jan.nijtmans2013-02-271-2/+2
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-221-1/+1
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-201-4/+4
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-191-3/+3
|\ \ \ \ | |/ / /
* | | | Merge trunk. jan.nijtmans2013-02-081-9/+7
|\ \ \ \ | |/ / /
* | | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-1/+1
|\ \ \ \ | |/ / /
| * | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte...jan.nijtmans2013-01-211-4/+29
| * | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ...jan.nijtmans2013-01-141-2/+2
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-2/+2
* | | | merge trunkjan.nijtmans2013-01-121-12/+12
|\ \ \ \ | |/ / /
| * | | Put back TclBackgroundException in internal stub table, so extensions using t...jan.nijtmans2013-01-121-1/+2
* | | | Remove TclWinNToHS, it is not used anywhere any more.jan.nijtmans2013-01-101-9/+1