Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

42 check-ins using file unix/tclUnixCompat.c version 59595c26b7

2012-04-24
13:10
oops, wrong signature Closed-Leaf check-in: af92e19f2c user: jan.nijtmans tags: bug-3508771
12:55
implement TclWinGetSockOpt and TclWinGetServByName for cygwi (should work, but not yet tested on UNI... check-in: 6d0fea34a0 user: jan.nijtmans tags: bug-3508771
08:34
merge trunk check-in: 38c53e8aac user: jan.nijtmans tags: bug-3508771
2012-04-23
12:30
make some more internal tables const On cygwin, install dll's in /usr/bin, not in /usr/lib check-in: 6de689d796 user: jan.nijtmans tags: core-8-4-branch
2012-04-18
21:38
make some more internal tables CONST fix compilation with -DNO_CONST check-in: 8e001f8402 user: jan.nijtmans tags: core-8-4-branch
2012-04-16
06:05
* doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed documentation of this filesys... check-in: d074aef7f9 user: dkf tags: core-8-4-branch
2012-04-13
22:21
sync win/rules.vc with Tk version check-in: 7e2c326c55 user: jan.nijtmans tags: core-8-4-branch
22:18
sync win/rules.vc with Tk version check-in: 697d419c6f user: jan.nijtmans tags: bug-3508771
2012-04-11
21:03
merge core-8-4-branch check-in: f12b1e1a8a user: jan.nijtmans tags: bug-3508771
19:19
[Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation check-in: 03c30e0b9e user: jan.nijtmans tags: core-8-4-branch
2012-04-06
23:33
tclpGetPid signature change (stub entry only, not for macro), for win64 compatibility with future cy... check-in: 7fd5826902 user: jan.nijtmans tags: bug-3508771
2012-04-04
18:52
tclStubInit.c: move up #undef, so it is clear that this macro is conflicting with another definition... check-in: 206b9b100a user: jan.nijtmans tags: core-8-4-branch
15:08
merge core-8-4-branch check-in: 62b7ba34b2 user: jan.nijtmans tags: bug-3508771
14:50
implement TclpGetPid for Cygwin check-in: dcc7f6a5b4 user: jan.nijtmans tags: bug-3508771
14:44
Quick workaround for busted branch tip. check-in: 2372607d3e user: dgp tags: core-8-4-branch
08:36
[Bug 510001]: TclSockMinimumBuffers needs plat imp check-in: cbf7dc0a31 user: jan.nijtmans tags: core-8-4-branch
2012-04-03
14:05
clean-up tcl.decls the same way as tclInt.decls check-in: 90efd4b49a user: jan.nijtmans tags: core-8-4-branch
12:22
make genstubs check-in: edf539c57d user: dgp tags: core-8-4-branch
12:18
remove unused ThreadSpecificData check-in: 538f98e47a user: jan.nijtmans tags: core-8-4-branch
11:55
cleanup tclInt.decls to have the same form as Tcl 8.5/8.6, so a diff can show us the real signature ... check-in: 3695c2dd85 user: jan.nijtmans tags: core-8-4-branch
2012-03-30
14:44
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinGetTclInstance, TclpGetTZName, and var... check-in: cef38b1e7b user: jan.nijtmans tags: core-8-4-branch
2012-03-29
22:36
Only check for cygwin with $GCC check-in: e6a4468f48 user: jan.nijtmans tags: core-8-4-branch
20:48
[Bug 3511806] Compiler checks too early This change allows to build the cygwin and mingw32 ports of ... check-in: 8b0d9cc5fc user: jan.nijtmans tags: core-8-4-branch
12:13
better solution for bug-510001 it fills a correctly working stub entry for Win64 Closed-Leaf check-in: 02368db2ae user: jan.nijtmans tags: bug-510001
10:21
proposed solution for bug-510001 Closed-Leaf check-in: 2786a736bc user: jan.nijtmans tags: bug-510001
07:26
now ready for further field tests Closed-Leaf check-in: 5064618d7f user: jan.nijtmans tags: bug-3511806
2012-03-28
20:03
some better checks check-in: ec6152937c user: jan.nijtmans tags: bug-3511806
12:01
extra checks whether we are really dealing with cygwin or not check-in: de5aa06fb6 user: jan.nijtmans tags: bug-3511806
2012-03-27
15:08
bug-3511806 implementation check-in: 86da646fff user: jan.nijtmans tags: bug-3511806
11:20
[Bug 3508771] Wrong Tcl_StatBuf used on MinGW [Bug 2015723] duplicate inodes from file stat on windo... check-in: 90c31690eb user: jan.nijtmans tags: core-8-4-branch
2012-03-26
21:01
enable cygwin build in /win directory (using mingw-w64 compiler) check-in: b5a4dfa5f1 user: jan.nijtmans tags: core-8-4-branch
14:29
fix gcc warning signed<->unsigned warning for cygwin check-in: eff5ac7172 user: jan.nijtmans tags: core-8-4-branch
07:20
forgot 3 stub macros for cygwin: TclpCreateProcess, TclpMakefile and TclpOpenFile check-in: c5df3bc724 user: jan.nijtmans tags: core-8-4-branch
2012-03-24
06:43
[Bug 3508771] load tclreg.dll in cygwin tclsh Implement TclWinConvertError, TclWinConvertWSAError, a... check-in: c503d14bcf user: jan.nijtmans tags: core-8-4-branch
06:23
oops, fix cygwin check in configure Closed-Leaf check-in: 43aae6f2a2 user: jan.nijtmans tags: bug-3508771
2012-03-23
23:04
use mingw-w64 as compiler in cygwin /win mode (cygwin itself cannot do that, as the -no-cygwin flag ... check-in: 1189a98121 user: jan.nijtmans tags: bug-3508771
14:15
add TclGetAndDetachPids and TclpCloseFile to cygwin port check-in: c709629e84 user: jan.nijtmans tags: bug-3508771
2012-03-22
21:34
add TclWinConvertError and TclWinConvertWSAError for cygwin check-in: b2826e0c0a user: jan.nijtmans tags: bug-3508771
16:02
many more cygwin functions present check-in: 246f517e0a user: jan.nijtmans tags: bug-3508771
09:49
[bug 3508771] fix OSX build check-in: 52f3baabd8 user: jan.nijtmans tags: core-8-4-branch
2012-03-20
10:15
[Bug 3288345] Wrong Tcl_StatBuf used on Cygwin (backported from Tcl 8.5) check-in: 77f914d372 user: jan.nijtmans tags: core-8-4-branch
08:33
[Bug 3508771] load tclreg.dll in cygwin tclsh check-in: 9922ac54e8 user: jan.nijtmans tags: core-8-4-branch