summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings in win32/cygwin buildnijtmans@users.sourceforge.net2014-04-161-5/+13
|\
| * Fix compiler warnings in win32/cygwin build.nijtmans@users.sourceforge.net2014-04-161-5/+13
* | Fix execute permission bit (should not be set) for *Decls.h filesnijtmans@users.sourceforge.net2014-02-111-0/+0
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...nijtmans@users.sourceforge.net2014-02-101-10/+10
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...nijtmans@users.sourceforge.net2013-12-191-0/+1
* | Tcl_SetResult -> Tcl_SetObjResult in two places (for Cygwin64 only).nijtmans@users.sourceforge.net2013-10-141-6/+4
* | Don't use TclpInetNtoa any more, use inet_ntoa in stead. Since IP6 support it...nijtmans@users.sourceforge.net2013-06-211-0/+1
* | Add support for Cygwin64, which has a 64-bit "long" type. nijtmans@users.sourceforge.net2013-05-061-0/+85
|\ \ | |/
| * Add support for Cygwin64, which has a 64-bit "long" type. nijtmans@users.sourceforge.net2013-05-061-0/+85
| |\
| | * Add support for Cygwin64, which has a 64-bit "long" type. nijtmans@users.sourceforge.net2013-05-061-0/+85
| * | Undo [6a9ee3273c]. Last commit in Tk's core-8-5-branch makes this change no l...nijtmans@users.sourceforge.net2013-03-281-8/+1
| * | Add dummy (undocumented) TclCanceled function in stub table (not exported as ...nijtmans@users.sourceforge.net2013-03-271-1/+8
| * | Extend the public stub table with dummy NULL entries, up to the size of the T...nijtmans@users.sourceforge.net2013-01-071-0/+52
| |\ \ | | |/
| | * Extend the public and private stub tables with dummy NULL entries, up to the ...nijtmans@users.sourceforge.net2013-01-071-0/+108
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp@users.sourceforge.net2012-11-151-11/+1
| | * add missing macosx sectionsnijtmans@users.sourceforge.net2012-11-151-0/+32
| | * Remove all the long dead mac entries in tcl*.decls filesnijtmans@users.sourceforge.net2012-11-151-53/+13
* | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.nijtmans@users.sourceforge.net2013-02-281-0/+1
* | | Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so exte...nijtmans@users.sourceforge.net2013-01-211-4/+29
* | | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ...nijtmans@users.sourceforge.net2013-01-141-2/+2
* | | Put back TclBackgroundException in internal stub table, so extensions using t...nijtmans@users.sourceforge.net2013-01-121-1/+2
* | | Fix gcc warning in cygwin build: implicitely declared function TclUnixOpenTem...nijtmans@users.sourceforge.net2012-12-051-2/+6
* | | * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordonal.k.fellows@manchester.ac.uk2012-11-141-2/+2
* | | merge trunkdonal.k.fellows@manchester.ac.uk2012-10-031-14/+9
|\ \ \
| * | | removed leftover from failed attempt to unify stub tables.nijtmans@users.sourceforge.net2012-09-071-8/+0
| * | | make sure that extensions which might still use TclWinNToHS, now use ntohs di...nijtmans@users.sourceforge.net2012-08-241-0/+1
| |\ \ \ | | |/ /
| | * | make sure that extensions which might still use TclWinNToHS, now use ntohs di...nijtmans@users.sourceforge.net2012-08-241-0/+1
| * | | small wrapper for TclWinNToHs, for change in calling conventionnijtmans@users.sourceforge.net2012-08-231-1/+7
| |\ \ \ | | |/ /
| | * | small wrapper for TclWinNToHs, for change in calling conventionnijtmans@users.sourceforge.net2012-08-231-1/+6
| * | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...nijtmans@users.sourceforge.net2012-08-201-6/+2
| |\ \ \ | | |/ /
| | * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ...nijtmans@users.sourceforge.net2012-08-201-6/+1
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-07-041-1/+2
|\ \ \ \ | |/ / /
| * | | add TclUnixCopyFile to stub table for Cygwinnijtmans@users.sourceforge.net2012-07-011-1/+2
| |\ \ \ | | |/ /
| | * | add TclUnixCopyFile to stub table for Cygwinnijtmans@users.sourceforge.net2012-07-011-1/+2
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-311-116/+75
|\ \ \ \ | |/ / /
| * | | fix genStubs.tcl for OSXnijtmans@users.sourceforge.net2012-05-251-4/+4
| |\ \ \ | | |/ /
| | * | fix genStubs.tclnijtmans@users.sourceforge.net2012-05-251-4/+4
| | |\ \ | | | |/
| * | | Take cygwin handling of X11 into accountnijtmans@users.sourceforge.net2012-05-241-1/+9
| |\ \ \ | | |/ /
| | * | Take cygwin handling of X11 into accountnijtmans@users.sourceforge.net2012-05-241-8/+16
| | |\ \ | | | |/
| | | * Take cygwin handling of X11 into accountnijtmans@users.sourceforge.net2012-05-241-1/+9
| * | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...nijtmans@users.sourceforge.net2012-05-241-119/+70
| |\ \ \ | | |/ /
| | * | fix merge problem on Linuxnijtmans@users.sourceforge.net2012-05-231-126/+71
| | |\ \
| | | * | MAC_OSX_TK -> MAC_OSX_TCLnijtmans@users.sourceforge.net2012-05-221-4/+4
| | | * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...nijtmans@users.sourceforge.net2012-05-221-126/+71
| | | |\ \ | | |/ / / | | | | _
| | | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...nijtmans@users.sourceforge.net2012-05-221-109/+63
* | | | merge trunkdonal.k.fellows@manchester.ac.uk2012-05-171-9/+1
|\ \ \ \ | |/ / /
| * | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...nijtmans@users.sourceforge.net2012-05-151-9/+1
| |\ \ \ | | |/ /
| | * | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and Tcl_MacOSX...nijtmans@users.sourceforge.net2012-05-151-9/+1
| | |\ \ | | | |/
| | | * revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...nijtmans@users.sourceforge.net2012-05-141-9/+5
* | | | updated C API to be more focused on supporting just some operationsdonal.k.fellows@manchester.ac.uk2012-05-101-1/+1