summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-092-5/+48
|
* mergedjan.nijtmans2012-04-063-17/+9
|\
| * cygwin should use SetEnvironmentVariable for windows envcygwin_environment_changesjan.nijtmans2012-04-063-17/+9
| |\
| | * cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-052-19/+11
| | |
* | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-059-146/+22
| | | | | | | | | baroque in its internals.
* | | Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-041-0/+23
|/ /
* | some formatting (*.decls)jan.nijtmans2012-04-0410-60/+19
|\ \ | |/ | | | | remove some unused cygwin-related code some minor gcc warnings
| * some formatting (*.decls)jan.nijtmans2012-04-0413-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 thisjan.nijtmans2012-04-043-25/+1
| | | | | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings
| * | Quick workaround for busted branch tip.dgp2012-04-041-0/+1
| |\ \ | | |/
| | * Quick workaround for busted branch tip.dgp2012-04-041-0/+1
| | |
* | | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-044-19/+36
|\ \ \ | |/ /
| * | [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-044-18/+97
| |\ \ | | |/
| | * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-044-20/+82
| | |\
| | | * better solution for bug-510001bug_510001jan.nijtmans2012-03-293-0/+29
| | | | | | | | | | | | it fills a correctly working stub entry for Win64
* | | | Remove the TclpGetTZName implementation for Cygwinjan.nijtmans2012-04-033-44/+10
|\ \ \ \ | |/ / / | | | | (from 2012-04-02 commit)
| * | | cleanup tcl.decls (unnecessary "generic" argument)jan.nijtmans2012-04-031-842/+842
| |\ \ \ | | |/ /
| | * | clean-up tcl.decls the same way as tclInt.declsjan.nijtmans2012-04-032-1015/+1022
| | | |
| | * | make genstubsdgp2012-04-032-1263/+1247
| | | |
| | | |
| | \ \
| *-. \ \ Remove the TclpGetTZName implementation for Cygwin (from previous commit)jan.nijtmans2012-04-033-56/+12
| |\ \ \ \ | | | |/ /
| | | * | 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
| | | | | | | | | | | | | | | | so a diff can show us the real signature differences Remove the TclpGetTZName implementation for Cygwin, from previous commit
* | | | cygwin should not use ExitProcessjan.nijtmans2012-04-021-0/+2
| | | |
* | | | Implementation of TIP #396dkf2012-04-021-7/+4
| | | |
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-024-45/+60
|\ \ \ \ | |/ / / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-303-42/+49
| |\ \ \ | | |/ / | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-303-38/+43
| | |/ | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | | faster memleak-free implementation of [string is entier]jan.nijtmans2012-03-291-4/+42
|\ \ \
| * | | alternative TIP 395 implementation:tip_395_with_alt_namejan.nijtmans2012-01-261-2/+47
| | | | | | | | | | | | | | | | | | | | - more efficient, will not generate bignum - uses "string is integer" in stead of "string is entier" - original "string is integer" renamed to "string is int"
* | | | gcc warning: unused but set variablejan.nijtmans2012-03-271-2/+1
| | | |
* | | | Implementation of TIP #395dkf2012-03-271-10/+18
| | | |
* | | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-274-36/+36
|\ \ \ \ | | |/ / | |/| | | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| * | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-273-35/+35
| |\ \ \ | | | |/ | | |/| | | | | [Bug 2015723] duplicate inodes from file stat on windows (but now for cygwin as well)
| | * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-272-47/+50
| | | | | | | | | | | | [Bug 2015723] duplicate inodes from file stat on windows
| | * | fix gcc warning signed<->unsigned warning for cygwinjan.nijtmans2012-03-261-1/+1
| | | |
* | | | Implementation of TIP #397dkf2012-03-272-35/+117
| | | |
* | | | Fix uninit variable (thanks to dgp for reporting)dkf2012-03-261-1/+1
| | | |
* | | | Implementation of TIP #380dkf2012-03-265-363/+1073
| | | |
* | | | 3 missing stub macros for cygwinjan.nijtmans2012-03-262-123/+30
|\ \ \ \ | |/ / / | | | | merge problem from Tcl 8.4 (old mac stub table got accidently back)
| * | | 3 missing stub macros for cygwinjan.nijtmans2012-03-262-458/+371
| |\ \ \ | | |/ / | | | | fix merge problem from Tcl 8.4 (old mac stub table got accidently back)
| | * | forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefilejan.nijtmans2012-03-261-20/+29
| | | | | | | | | | | | and TclpOpenFile
* | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-253-144/+437
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | 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.
| * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-253-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.
| | * | 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
| | | |
* | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-232-11/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build.
| * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)jan.nijtmans2012-03-232-17/+17
| | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build.
* | | | [bug 3508771] fix OSX buildjan.nijtmans2012-03-222-7/+1
|\ \ \ \ | |/ / /
| * | | [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
| |\ \ \ | | |/ /