Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | merge trunk. | jan.nijtmans | 2014-04-16 | 1 | -12/+15 | |
|\ | | | | | Remove (internal) functions TclWinGetServByName(), TclWinGetSockOpt() and TclWinSetSockOpt(), which are no longer needed for any purpose. | |||||
* \ | merge trunk | jan.nijtmans | 2013-12-20 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ↵ | jan.nijtmans | 2013-12-19 | 1 | -0/+6 | |
| | | | | | | | | looks like a good idea anyway) | |||||
* | | Merge trunk. | jan.nijtmans | 2013-06-21 | 1 | -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.nijtmans | 2013-01-21 | 1 | -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.nijtmans | 2013-05-06 | 1 | -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 macro | jan.nijtmans | 2013-01-17 | 1 | -1/+1 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | merge trunk | dgp | 2013-01-17 | 1 | -1/+1 | |
|\ \ \ | | |/ | ||||||
| | * | Put back Tcl_[GS]etStartupScript in internal stub table, so extensions using ↵ | jan.nijtmans | 2013-01-14 | 1 | -7/+7 | |
| |/ | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | |||||
* | | merge trunk | jan.nijtmans | 2013-01-12 | 1 | -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.nijtmans | 2013-01-12 | 1 | -3/+3 | |
| | | | | | | | | this, compiled against 8.5 headers still run in Tcl 8.6. | |||||
* | | Remove TclWinNToHS, it is not used anywhere any more. | jan.nijtmans | 2013-01-10 | 1 | -3/+4 | |
| | | ||||||
* | | merge trunk | jan.nijtmans | 2012-12-05 | 1 | -10/+9 | |
|\ \ | |/ | ||||||
| * | Fix gcc warning in cygwin build: implicitely declared function ↵ | jan.nijtmans | 2012-12-05 | 1 | -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.nijtmans | 2012-11-26 | 1 | -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.nijtmans | 2012-11-19 | 1 | -7/+9 | |
| | | | | | | | | the name. | |||||
* | | eliminate CONST/CONST84/CONST86 | jan.nijtmans | 2012-11-16 | 1 | -7/+7 | |
|\ \ | |/ | ||||||
* | | Merge trunk | jan.nijtmans | 2012-11-16 | 1 | -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]: Factor | dkf | 2012-11-14 | 1 | -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 Cygwin | jan.nijtmans | 2012-07-01 | 1 | -0/+5 | |
|\ | ||||||
| * | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -0/+5 | |
| | | ||||||
* | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+4 | |
|\ \ | |/ | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+4 | |
| |\ | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -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.nijtmans | 2012-05-24 | 1 | -92/+49 | |
|\ \ \ | |/ / | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -92/+49 | |
| |\ \ | ||||||
| | * \ | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -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.nijtmans | 2012-05-22 | 1 | -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 tests | jan.nijtmans | 2012-05-03 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -4/+7 | |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 | |
|\ \ \ \ | | |/ / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 | |
| | |\ \ | |/ / / | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -7/+35 | |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| | | * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -17/+21 | |
| | | | | | | | | | | | | (should work, but not yet tested on UNIX) | |||||
| | | * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | |||||
| | | * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -2/+26 | |
| | |/ | ||||||
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 1 | -6/+8 | |
|\ \ \ | ||||||
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 1 | -9/+12 | |
| | | | | ||||||
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | | | | | remove some unused cygwin-related code some minor gcc warnings | |||||
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -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 imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -1/+4 | |
| | |\ \ | ||||||
* | | \ \ | Remove the TclpGetTZName implementation for Cygwin | jan.nijtmans | 2012-04-03 | 1 | -15/+2 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | (from 2012-04-02 commit) | |||||
| * | | | Remove the TclpGetTZName implementation for Cygwin (from previous commit) | jan.nijtmans | 2012-04-03 | 1 | -17/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, | jan.nijtmans | 2012-04-03 | 1 | -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 tclsh | jan.nijtmans | 2012-04-02 | 1 | -5/+5 | |
|\ \ \ \ | |/ / / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -5/+5 | |
| |\ \ \ | | |/ / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -5/+5 | |
| | |/ | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
* | | | 3 missing stub macros for cygwin | jan.nijtmans | 2012-03-26 | 1 | -117/+4 | |
|\ \ \ | |/ / | | | | merge problem from Tcl 8.4 (old mac stub table got accidently back) |