Differences From Artifact [b149b6351b]:
- File tests/oldTests/tlsAuto.tcl — part of check-in [2c0be4cb7f] at 2024-07-05 18:03:44 on branch tls-1.8 — Updated callback handlers in tls.tcl to be backwards compatible for earlier TCLTLS versions (user: bohagan, size: 1085) [annotate] [blame] [check-ins using]
To Artifact [d3a552645b]:
- File tests/oldTests/tlsAuto.tcl — part of check-in [ea36bcf6c4] at 2024-10-25 05:13:44 on branch tls-1.8 — More TCL9 updates (user: bohagan, size: 1085) [annotate] [blame] [check-ins using] [more...]
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | - + | set ::/Exit 1 return } if {[eof $chan]} { close $chan set ::/Exit 1 } |
︙ |