Differences From Artifact [f7ded79997]:
- File generic/tclIOSock.c — part of check-in [05e03611b4] at 2012-05-03 12:31:19 on branch core-8-5-branch — Move cpuid testcase from win-specific to generic tests (user: jan.nijtmans size: 2902) [more...]
To Artifact [6a8adc8f95]:
- File generic/tclIOSock.c — part of check-in [d87557d5c3] at 2012-05-07 08:21:04 on branch core-8-5-branch — move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, so it can be used for the Plat* interfaces as well (user: jan.nijtmans size: 2899) [more...]
| ︙ | |||
79 80 81 82 83 84 85 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | - + | * Sets SO_SNDBUF and SO_RCVBUF sizes. * *---------------------------------------------------------------------- */ #undef TclSockMinimumBuffers #if !defined(_WIN32) && !defined(__CYGWIN__) |
| ︙ |