Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -4/+4 | |
|\ | ||||||
* \ | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -8/+16 | |
|\ \ | |/ | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -1/+9 | |
| | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
* | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 1 | -126/+71 | |
|\ \ | ||||||
| * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 1 | -4/+4 | |
| | | | ||||||
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -126/+71 | |
| |\ \ |/ / / | | _ | | | | | | | 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 | -109/+63 | |
| | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-15 | 1 | -9/+1 | |
|\ \ | |/ | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table | |||||
| * | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 1 | -9/+5 | |
| | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | |||||
* | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -14/+0 | |
|\ \ | |/ | ||||||
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -63/+18 | |
| | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
* | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 1 | -17/+17 | |
|\ \ | |/ | ||||||
| * | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
| | | ||||||
* | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
| | | ||||||
* | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 | |
| | | ||||||
* | | fix crash on Mac OSX | jan.nijtmans | 2012-04-26 | 1 | -3/+0 | |
| | | ||||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 1 | -8/+50 | |
|\ \ | |/ | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| * | oops, wrong signature | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| | | ||||||
| * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 1 | -6/+25 | |
| | | | | | | (should work, but not yet tested on UNIX) | |||||
| * | merge trunk | jan.nijtmans | 2012-04-24 | 1 | -1/+1 | |
| |\ | ||||||
| * \ | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | 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 | |||||
| * | | | merge core-8-4-branch | jan.nijtmans | 2012-04-04 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| * | | | | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 1 | -1/+17 | |
| | | | | | ||||||
* | | | | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 1 | -9/+9 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | a few CONST -> const changes | |||||
| * | | | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 1 | -1/+1 | |
| | |_|/ | |/| | | | | | | fix compilation with -DNO_CONST | |||||
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings | |||||
| * | | | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings | |||||
* | | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 | |
| |/ | ||||||
* | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -2/+22 | |
|\ \ | |/ | ||||||
| * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -2/+22 | |
| |\ | ||||||
| | * | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 1 | -0/+7 | |
| | | | | | | | | | it fills a correctly working stub entry for Win64 | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Remove the TclpGetTZName implementation for Cygwin (from previous commit) | jan.nijtmans | 2012-04-03 | 1 | -19/+2 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | remove unused ThreadSpecificData | jan.nijtmans | 2012-04-03 | 1 | -5/+0 | |
| |/ / | ||||||
| * | | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, | jan.nijtmans | 2012-04-03 | 1 | -13/+1 | |
| | | | | | | | | | | | | 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-03-30 | 1 | -21/+28 | |
|\ \ \ | |/ / | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -21/+28 | |
| |/ | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-25 | 1 | -33/+120 | |
|\ \ | |/ | | | | | | | | | 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 port | jan.nijtmans | 2012-03-23 | 1 | -3/+5 | |
| | | ||||||
| * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 1 | -24/+23 | |
| | | ||||||
| * | many more cygwin functions present | jan.nijtmans | 2012-03-22 | 1 | -18/+102 | |
| | | ||||||
* | | [bug 3508771] fix OSX build | jan.nijtmans | 2012-03-22 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | [bug 3508771] fix OSX build | jan.nijtmans | 2012-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 1 | -1/+1 | |
| | | | | | | (backported from Tcl 8.5) | |||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -2/+86 | |
|\ \ | |/ | ||||||
| * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 1 | -5/+76 | |
| |\ | ||||||
| | * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 1 | -5/+56 | |
| | | | ||||||
| | * | bug 3508771: load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-19 | 1 | -1/+23 | |
| |/ | | | | | (works on cygwin, on other UNIX not yet complete) | |||||
* | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -0/+1 | |
| | |