Differences From Artifact [1f1947013b]:
- File generic/tclIOSock.c — part of check-in [904f4fe3fe] at 2012-04-04 20:17:52 on branch core-8-5-branch — some formatting (*.decls) move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings (user: jan.nijtmans size: 2872) [more...]
To 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...]
| ︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | - + | * Side effects: * Sets SO_SNDBUF and SO_RCVBUF sizes. * *---------------------------------------------------------------------- */ #undef TclSockMinimumBuffers |
| ︙ |