Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | removed leftover from failed attempt to unify stub tables. | jan.nijtmans | 2012-09-07 | 1 | -8/+0 | |
| | ||||||
* | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵ | jan.nijtmans | 2012-08-24 | 1 | -0/+1 | |
|\ | | | | | | | directly. | |||||
| * | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵ | jan.nijtmans | 2012-08-24 | 1 | -0/+1 | |
| | | | | | | | | directly. | |||||
* | | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+7 | |
|\ \ | |/ | ||||||
| * | small wrapper for TclWinNToHs, for change in calling convention | jan.nijtmans | 2012-08-23 | 1 | -1/+6 | |
| | | ||||||
* | | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵ | jan.nijtmans | 2012-08-20 | 1 | -6/+2 | |
|\ \ | |/ | | | | | initialized winsock_2 library | |||||
| * | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵ | jan.nijtmans | 2012-08-20 | 1 | -6/+1 | |
| | | | | | | | | initialized winsock_2 library | |||||
* | | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | add TclUnixCopyFile to stub table for Cygwin | jan.nijtmans | 2012-07-01 | 1 | -1/+2 | |
| | | ||||||
* | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 1 | -4/+4 | |
|\ \ | |/ | ||||||
| * | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -4/+4 | |
| |\ | ||||||
* | \ | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -1/+9 | |
|\ \ \ | |/ / | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | | 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 | |||||
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-24 | 1 | -119/+70 | |
|\ \ \ | |/ / | | | | | | | | | | | | | 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 | -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 [8f9c16848b] 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 [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 | -6/+0 | |
|\ \ \ | |/ / | ||||||
| * | | 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_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -16/+16 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |
|\ \ \ | |/ / | ||||||
| * | | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | fix Linux build ;-( | jan.nijtmans | 2012-04-26 | 1 | -0/+3 | |
| | | | ||||||
* | | | fix OSX crash | jan.nijtmans | 2012-04-26 | 1 | -3/+0 | |
|\ \ \ | |/ / | ||||||
| * | | 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 | |||||
| | * | | [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 | |
| | | | | | | ||||||
* | | | | | | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' ↵ | jan.nijtmans | 2012-04-23 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | differs in parameter lists from 'int (__cdecl *)(int ,int )' | |||||
* | | | | | | 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 | -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 | |||||
* | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 1 | -16/+4 | |
| | | | | | | ||||||
* | | | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -0/+1 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | remove some unused cygwin-related code some minor gcc warnings |