summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-2/+2
* | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-171-2/+2
* | | | Merge trunk. jan.nijtmans2012-12-141-1/+25
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2012-12-051-2/+6
|\ \ \ \ | |/ / /
| * | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem...jan.nijtmans2012-12-051-2/+6
* | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin...jan.nijtmans2012-12-031-2/+2
* | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-10/+10
* | | | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-191-16/+4
* | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-161-3/+3
* | | | Merge trunk jan.nijtmans2012-11-161-8/+5
|/ / /
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-2/+2
* | | merge trunkdkf2012-10-031-14/+9
|\ \ \
| * | | removed leftover from failed attempt to unify stub tables.jan.nijtmans2012-09-071-8/+0
| * | | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-241-0/+1
| |\ \ \ | | |/ /
| | * | make sure that extensions which might still use TclWinNToHS, now use ntohs di...jan.nijtmans2012-08-241-0/+1
| * | | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+7
| |\ \ \ | | |/ /
| | * | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+6
| * | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-6/+2
| |\ \ \ | | |/ /
| | * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...jan.nijtmans2012-08-201-6/+1
* | | | merge trunkdkf2012-07-041-1/+2
|\ \ \ \ | |/ / /
| * | | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-1/+2
| |\ \ \ | | |/ /