summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
Commit message (Collapse)AuthorAgeFilesLines
* merge trunk. jan.nijtmans2014-04-161-12/+15
|\ | | | | Remove (internal) functions TclWinGetServByName(), TclWinGetSockOpt() and TclWinSetSockOpt(), which are no longer needed for any purpose.
* \ merge trunkjan.nijtmans2013-12-201-0/+6
|\ \ | |/
| * Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ↵jan.nijtmans2013-12-191-0/+6
| | | | | | | | looks like a good idea anyway)
* | Merge trunk. jan.nijtmans2013-06-211-14/+14
|\ \ | |/ | | Remove TclpReaddir and TclpInetNtoa from internal stub table: It's not used anywhere any more.
| * 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.
* | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ↵jan.nijtmans2013-05-061-1/+1
| | | | | | | | | | | | | | long. This is potentially binary incompatible on win64, but not on any other platform. It eliminates the need for special stub-wrappers on Cygwin64 for those functions. "novem" doesn't promise binary compatibility anyway.
* | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-1/+1
| |
| |
| \
*-. \ merge trunkdgp2013-01-171-1/+1
|\ \ \ | | |/
| | * 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.
* | merge trunkjan.nijtmans2013-01-121-44/+56
|\ \ | |/ | | Remove various double-defined (both in public and private stub tables) functions from private stub table
| * 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.
* | Remove TclWinNToHS, it is not used anywhere any more.jan.nijtmans2013-01-101-3/+4
| |
* | merge trunkjan.nijtmans2012-12-051-10/+9
|\ \ | |/
| * 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.
* | Removed functions marked deprecated or obsolete for a long time: ↵jan.nijtmans2012-11-261-14/+16
| | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
* | Remove some undocumented - obsolete - function from the API with 'Old' in ↵jan.nijtmans2012-11-191-7/+9
| | | | | | | | the name.
* | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-7/+7
|\ \ | |/
* | Merge trunk jan.nijtmans2012-11-161-12/+11
|/ | | | | <p>Fix Windows build <p>Now usable with Thread's "novem" branch (3.0a1) <p>Remove some more deprecated stuff
* * 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)