| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge more dead fs path code. | dgp | 2012-06-20 | 1 | -17/+7 |
|
|
* | ...and one more line. | dgp | 2012-06-20 | 1 | -1/+0 |
|
|
* | Remove dead code that complicates fs path values but adds no value. | dgp | 2012-06-20 | 1 | -31/+10 |
|
|
* | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va... | jan.nijtmans | 2012-06-06 | 2 | -5/+5 |
|
|
* | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 3 | -4/+20 |
|
|
* | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta... | jan.nijtmans | 2012-05-22 | 5 | -509/+250 |
|
|
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 2 | -3/+3 |
|
|
* | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac... | jan.nijtmans | 2012-05-14 | 3 | -44/+43 |
|
|
* | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 2 | -12/+9 |
|
|
* | 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 |
|
|
* | 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 |
|\ |
|
| * | 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 |
|
|
| * | merge trunk | jan.nijtmans | 2012-04-24 | 23 | -85/+87 |
| |\
| |/
|/| |
|
* | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 13 | -59/+61 |
|
|
* | | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 11 | -26/+26 |
|
|
| * | 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 |
|
|
| * | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 11 | -9/+9 |
|
|
| * | 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 |
|
|
* | | 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 |
|
|
* | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 3 | -38/+43 |
|/ |
|
* | [Bug 3508771] Wrong Tcl_StatBuf used on MinGW | jan.nijtmans | 2012-03-27 | 2 | -47/+50 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | [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 |
|/ |
|
* | 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 |
|\ |
|
| * | 3484402 Correct Off-By-One error appending unicode. Thanks to Poor Yorick.bug_3484402 | dgp | 2012-02-07 | 1 | -4/+4 |
|/ |
|