Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 | |
|\ | | | | | so it can be used for the Plat* interfaces as well | |||||
| * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 | |
| | | | | | | so it can be used for the Plat* interfaces as well | |||||
* | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | don't try to run the cpuid test if cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -4/+6 | |
| | | ||||||
* | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 8 | -63/+67 | |
|\ \ | |/ | ||||||
| * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 8 | -248/+109 | |
| | | | | | | Simplify stub tables for functions which work on both UNIX and windows | |||||
| * | move some more CYGWIN stuff to unix/tclUnixPort.h | jan.nijtmans | 2012-05-03 | 1 | -3/+1 | |
| | | ||||||
* | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs | jan.nijtmans | 2012-04-27 | 2 | -12/+1 | |
| | | ||||||
* | | get rid of _ANSI_ARGS_ | jan.nijtmans | 2012-04-26 | 2 | -37/+37 | |
|\ \ | |/ | ||||||
| * | 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 | 4 | -91/+324 | |
|\ \ | |/ | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | |||||
| * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 4 | -51/+183 | |
| |\ | | | | | | | | | | 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 | 3 | -52/+104 | |
| | | | | | | | | | (should work, but not yet tested on UNIX) | |||||
| | * | merge trunk | jan.nijtmans | 2012-04-24 | 23 | -85/+87 | |
| | |\ | | |/ | |/| | ||||||
| | * | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 4 | -38/+8 | |
| | |\ | ||||||
| | * | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 11 | -9/+9 | |
| | | | | | | | | | | | | | | | | 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 | 3 | -20/+100 | |
| | | | | | ||||||
* | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 10 | -28/+27 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 13 | -59/+61 | |
| | | | | | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | |||||
* | | | | | make some more internal tables const | jan.nijtmans | 2012-04-18 | 9 | -179/+179 | |
|\ \ \ \ \ | |/ / / / | | | | | | a few CONST -> const changes | |||||
| * | | | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 11 | -26/+26 | |
| | |_|/ | |/| | | | | | | fix compilation with -DNO_CONST | |||||
* | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 2 | -15/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 | |
| | | | | ||||||
* | | | | cygwin should use SetEnvironmentVariable for windows env | jan.nijtmans | 2012-04-05 | 2 | -19/+11 | |
| | | | | ||||||
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 13 | -66/+25 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | 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 | 3 | -25/+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 | 4 | -18/+97 | |
|\ \ | |/ | ||||||
| * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 4 | -20/+82 | |
| |\ | ||||||
| | * | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 3 | -0/+29 | |
| | | | | | | | | | it fills a correctly working stub entry for Win64 | |||||
* | | | cleanup tcl.decls (unnecessary "generic" argument) | jan.nijtmans | 2012-04-03 | 1 | -842/+842 | |
|\ \ \ | |/ / | ||||||
| * | | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 2 | -1015/+1022 | |
| | | | ||||||
| * | | make genstubs | dgp | 2012-04-03 | 2 | -1263/+1247 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Remove the TclpGetTZName implementation for Cygwin (from previous commit) | jan.nijtmans | 2012-04-03 | 3 | -56/+12 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | 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 | 4 | -697/+676 | |
| | | | | | | | | | | | | 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 | 3 | -42/+49 | |
|\ \ \ | |/ / | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
| * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 3 | -38/+43 | |
| |/ | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | |||||
* | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 3 | -35/+35 | |
|\ \ | |/ | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well) | |||||
| * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 2 | -47/+50 | |
| | | | | | | [Bug 2015723] duplicate inodes from file stat on windows | |||||
| * | fix gcc warning signed<->unsigned warning for cygwin | jan.nijtmans | 2012-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | 3 missing stub macros for cygwin | jan.nijtmans | 2012-03-26 | 2 | -458/+371 | |
|\ \ | |/ | | | fix merge problem from Tcl 8.4 (old mac stub table got accidently back) | |||||
| * | forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefile | jan.nijtmans | 2012-03-26 | 1 | -20/+29 | |
| | | | | | | and TclpOpenFile | |||||
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-25 | 3 | -167/+555 | |
|\ \ | |/ | | | | | | | | | 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. |