summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Collapse)AuthorAgeFilesLines
* Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ↵jan.nijtmans2013-12-191-0/+6
| | | | looks like a good idea anyway)
* Put back Tcl[GS]etStartupScript(Path|FileName) in private stub table, so ↵jan.nijtmans2013-01-211-16/+16
| | | | | extensions using this (like Tk 8.4) will continue to work in all Tcl 8.x versions. Extensions using this still cannot be compiled against Tcl 8.6 headers.
* Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵jan.nijtmans2013-01-141-7/+7
| | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* Put back TclBackgroundException in internal stub table, so extensions using ↵jan.nijtmans2013-01-121-3/+3
| | | | this, compiled against 8.5 headers still run in Tcl 8.6.
* Fix gcc warning in cygwin build: implicitely declared function ↵jan.nijtmans2012-12-051-10/+9
| | | | | TclUnixOpenTemporaryFile. Move the function to slot 30, and define it (as 0) for win32 as well.
* * unix/tclUnixFCmd.c (TclUnixOpenTemporaryFile): [Bug 2933003]: Factordkf2012-11-141-0/+6
| | | | | | | out all the code to do temporary file creation so that it is possible to make it correct in one place. Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default).
* add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
|\
| * add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-011-0/+5
| |
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
|\ \ | |/ | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
| |\ | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+4
| | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-241-92/+49
|\ \ \ | |/ / | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| * | fix merge problem on Linuxjan.nijtmans2012-05-231-92/+49
| |\ \
| | * \ Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-94/+51
| | |\ \ | |/ / / | | | _ | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-100/+32
| | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-1/+1
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-4/+7
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
|\ \ \ \ | | |/ / | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-7/+35
| | |\ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-241-17/+21
| | | | | | | | | | | | (should work, but not yet tested on UNIX)
| | | * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-2/+2
| | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| | | * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-2/+26
| | |/
* | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-6/+8
|\ \ \
| * | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-031-9/+12
| | | |
* | | | some formatting (*.decls)jan.nijtmans2012-04-041-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | remove some unused cygwin-related code some minor gcc warnings
| * | | some formatting (*.decls)jan.nijtmans2012-04-041-3/+3
| |\ \ \ | | | |/ | | |/| | | | | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings
* | | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
|\ \ \ \ | |/ / /
| * | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
| |\ \ \ | | |/ /
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-1/+4
| | |\ \
* | | \ \ Remove the TclpGetTZName implementation for Cygwinjan.nijtmans2012-04-031-15/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | (from 2012-04-02 commit)
| * | | Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-031-17/+4
| |\ \ \ | | |/ /
| | * | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-031-267/+265
| | | | | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-021-5/+5
|\ \ \ \ | |/ / / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-5/+5
| |\ \ \ | | |/ / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-5/+5
| | |/ | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-117/+4
|\ \ \ | |/ / | | | merge problem from Tcl 8.4 (old mac stub table got accidently back)
| * | 3 missing stub macros for cygwinjan.nijtmans2012-03-261-448/+336
| |\ \ | | |/ | | | fix merge problem from Tcl 8.4 (old mac stub table got accidently back)
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-18/+162
|\ \ \ | |/ / | | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-251-11/+155
| |\ \ | | |/ | | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh.
| | * add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-231-0/+2
| | |
| | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-2/+10
| | |
| | * many more cygwin functions presentjan.nijtmans2012-03-221-85/+113
| | |
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build.
| * | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-231-7/+7
| | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build.
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-201-1/+9
| |\ \ | | |/
| | * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-191-0/+3
| | |
| | * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-191-1/+6
| | | | | | | | | (works on cygwin, on other UNIX not yet complete)
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-251-1/+1
| |\ \ | | |/ | | | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly Some more void -> VOID transitions