summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
* backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
* protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
* fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
* Purge more dead fs path code.dgp2012-06-201-17/+7
* ...and one more line.dgp2012-06-201-1/+0
* Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-31/+10
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-062-5/+5
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-243-4/+20
* Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-225-509/+250
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-212-3/+3
* revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and Tcl_Mac...jan.nijtmans2012-05-143-44/+43
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-072-12/+9
* don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-038-248/+109
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-3/+1
* compiler warningjan.nijtmans2012-04-261-1/+1
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-244-51/+183
|\
| * oops, wrong signaturejan.nijtmans2012-04-241-1/+1
| * implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-243-52/+104
| * merge trunkjan.nijtmans2012-04-2423-85/+87
| |\ | |/ |/|
* | make some more internal tables constjan.nijtmans2012-04-2313-59/+61
* | make some more internal tables CONSTjan.nijtmans2012-04-1811-26/+26
| * merge core-8-4-branchjan.nijtmans2012-04-114-38/+8
| |\ | |/ |/|
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7
* | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-043-25/+1
| * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-0611-9/+9
| * merge core-8-4-branchjan.nijtmans2012-04-041-0/+1
| |\ | |/ |/|
* | Quick workaround for busted branch tip.dgp2012-04-041-0/+1
| * implement TclpGetPid for Cygwinjan.nijtmans2012-04-043-20/+100
|/
* [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-044-20/+82
|\
| * better solution for bug-510001bug_510001jan.nijtmans2012-03-293-0/+29
* | clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-032-1015/+1022
* | make genstubsdgp2012-04-032-1263/+1247
* | remove unused ThreadSpecificDatajan.nijtmans2012-04-031-5/+0
* | cleanup tclInt.decls to have the same form as Tcl 8.5/8.6,jan.nijtmans2012-04-034-697/+676
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-303-38/+43
|/
* [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-272-47/+50
* fix gcc warning signed<->unsigned warning for cygwinjan.nijtmans2012-03-261-1/+1
* forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefilejan.nijtmans2012-03-261-20/+29
* add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-232-3/+7
* add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-223-37/+67
* many more cygwin functions presentjan.nijtmans2012-03-223-247/+412
* [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
* [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-204-120/+83
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-205-41/+183
|\
| * implement Tcl_WinUtfToTChar and Tcl_WinTCharToUtf for cygwinjan.nijtmans2012-03-195-34/+120
| * bug 3508771: load tclreg.dll in cygwin tclshjan.nijtmans2012-03-193-8/+66
|/
* Patch from the cygwin folksjan.nijtmans2012-03-041-0/+6
* oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1