Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵ | jan.nijtmans | 2012-06-06 | 2 | -5/+5 |
| | | | | variables | ||||
* | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 3 | -4/+20 |
| | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
* | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 5 | -509/+250 |
| | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
| | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | ||||
* | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵ | jan.nijtmans | 2012-05-14 | 3 | -44/+43 |
| | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table | ||||
* | 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 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 | -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 |
| | |||||
* | compiler warning | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | [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 |
| |\ | |/ |/| | |||||
* | | 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 | 11 | -26/+26 |
| | | | | | | fix compilation with -DNO_CONST | ||||
| * | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 4 | -38/+8 |
| |\ | |/ |/| | |||||
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 1 | -13/+7 |
| | | |||||
* | | 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 | ||||
| * | 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 |
| |\ | |/ |/| | |||||
* | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 |
| | | |||||
| * | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 3 | -20/+100 |
|/ | |||||
* | [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 | ||||
* | | 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 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 | -38/+43 |
|/ | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
* | [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 |
| | |||||
* | forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefile | jan.nijtmans | 2012-03-26 | 1 | -20/+29 |
| | | | and TclpOpenFile | ||||
* | add TclGetAndDetachPids and TclpCloseFile to cygwin port | jan.nijtmans | 2012-03-23 | 2 | -3/+7 |
| | |||||
* | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 3 | -37/+67 |
| | |||||
* | many more cygwin functions present | jan.nijtmans | 2012-03-22 | 3 | -247/+412 |
| | |||||
* | [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 | 4 | -120/+83 |
| | | | (backported from Tcl 8.5) | ||||
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-20 | 5 | -41/+183 |
|\ | |||||
| * | implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwin | jan.nijtmans | 2012-03-19 | 5 | -34/+120 |
| | | |||||
| * | bug 3508771: load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-19 | 3 | -8/+66 |
|/ | | | (works on cygwin, on other UNIX not yet complete) | ||||
* | Patch from the cygwin folks | jan.nijtmans | 2012-03-04 | 1 | -0/+6 |
| | |||||
* | oops, that's no utf-8 BOM ;-( | jan.nijtmans | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-29 | 2 | -6/+20 |
|\ | |||||
| * | [Bug 3466099] BOM in Unicode | jan.nijtmans | 2012-02-19 | 2 | -6/+14 |
|/ | |||||
* | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick. | dgp | 2012-02-09 | 1 | -2/+2 |
|\ | | | | | Also corrected test for when growth is needed. | ||||
| * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402 | dgp | 2012-02-07 | 1 | -4/+4 |
|/ | | | | Also converted some memcpy() to memmove() to reliably handle overlapping copies, and corrected test for when growth is needed. | ||||
* | 3484621 Invalidate bytecode when exec traces are added/removed from compiled ↵ | dgp | 2012-02-06 | 1 | -1/+20 |
| | | | | cmd. | ||||
* | merge to feature branchrfe_3464401 | jan.nijtmans | 2012-01-26 | 9 | -601/+1214 |
|\ | |||||
| * | [Frq 3473670]: Various Unicode-related speedups/robustness | jan.nijtmans | 2012-01-22 | 3 | -327/+989 |
| |\ |