Overview
Comment: | Removed printf |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fa28281e24a0ab1c47637ccf874fb85c |
User & Date: | welch on 2000-06-02 05:14:46 |
Other Links: | manifest | tags |
Context
2000-06-02
| ||
18:47 | Preliminary version of Tcl's socket.test modified for tls. check-in: e8ea3bd13a user: awb tags: trunk | |
05:14 | Removed printf check-in: fa28281e24 user: welch tags: trunk | |
2000-06-01
| ||
22:34 | *** empty log message *** check-in: 0d55961d2f user: stanton tags: trunk | |
Changes
Modified tlsIO.c from [f528e682ea] to [917446d5a9].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 | - + | /* * Copyright (C) 1997-2000 Matt Newman <[email protected]> * |
︙ | |||
483 484 485 486 487 488 489 | 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 | - - + - - - - - - - - | mask |= TCL_READABLE; } /* * The following NotifyChannel calls seems to be important, but * we don't know why. It looks like if the mask is ever non-zero * that it will enter an infinite loop. |
︙ |