Differences From Artifact [e1e9418b4d]:
- File unix/tclUnixTest.c — part of check-in [d7c93731e2] at 2013-10-29 08:15:36 on branch core-8-5-branch — Workaround for [414d10346b]: tcl 8.5.15/8.6.1(threaded build) hangs in exec on HP-UX (user: jan.nijtmans size: 21631)
To Artifact [2c586d529e]:
- File unix/tclUnixTest.c — part of check-in [acd5ab176d] at 2015-10-01 11:04:19 on branch core-8-5-branch — Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested with the brand-new gcc 5.2.0) (user: jan.nijtmans size: 21637) [more...]
| ︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | - + | #define MAX_PIPES 10 static Pipe testPipes[MAX_PIPES]; /* * The stuff below is used by the testalarm and testgotsig ommands. */ |
| ︙ |