summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-272-12/+1
* get rid of _ANSI_ARGS_jan.nijtmans2012-04-262-37/+37
|\
| * compiler warningjan.nijtmans2012-04-261-1/+1
* | compiler warningjan.nijtmans2012-04-261-1/+1
* | fix Linux build ;-(jan.nijtmans2012-04-261-0/+3
* | fix crash on Mac OSXjan.nijtmans2012-04-261-3/+0
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-244-91/+324
|\ \ | |/
| * [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
| | |\ | | |/ | |/|
| | * merge core-8-4-branchjan.nijtmans2012-04-114-38/+8
| | |\
| | * | 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
| | |\ \
| | * | | implement TclpGetPid for Cygwinjan.nijtmans2012-04-043-20/+100
* | | | | make some more internal tables constjan.nijtmans2012-04-2310-28/+27
|\ \ \ \ \ | |/ / / /
| * | | | make some more internal tables constjan.nijtmans2012-04-2313-59/+61
* | | | | make some more internal tables constjan.nijtmans2012-04-189-179/+179
|\ \ \ \ \ | |/ / / /
| * | | | make some more internal tables CONSTjan.nijtmans2012-04-1811-26/+26
| | |_|/ | |/| |
* | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-112-15/+9
|\ \ \ \ | |/ / /
| * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-13/+7
* | | | cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-052-19/+11
* | | | some formatting (*.decls)jan.nijtmans2012-04-0413-66/+25
|\ \ \ \ | |/ / /
| * | | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-043-25/+1
| | |/ | |/|
* | | 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-18/+97
|\ \ | |/
| * [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-044-20/+82
| |\
| | * better solution for bug-510001bug_510001jan.nijtmans2012-03-293-0/+29
* | | 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
* | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-303-42/+49
|\ \ \ | |/ /
| * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-303-38/+43
| |/
* | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-273-35/+35
|\ \ | |/
| * [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
* | 3 missing stub macros for cygwinjan.nijtmans2012-03-262-458/+371
|\ \ | |/
| * forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefilejan.nijtmans2012-03-261-20/+29
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-253-167/+555
|\ \ | |/
| * 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-02-01)jan.nijtmans2012-03-232-17/+17
* | [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
|\ \ | |/
| * [bug 3508771] fix OSX buildjan.nijtmans2012-03-221-1/+1
| * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-204-120/+83