Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
3 check-ins using file scp.c version b6c4acd4d1
|
2002-03-05
| ||
| 14:39 | Add an extra example to the Plink-with-WinCVS section. check-in: 8626d85f04 user: simon tags: trunk | |
|
2002-03-02
| ||
| 11:37 | The `wrapnext' flag should be saved and restored with the cursor position. Failure to do this can give wrapnext==TRUE even with the cursor not in the rightmost column. check-in: a05f233f95 user: simon tags: trunk | |
|
2002-03-01
| ||
| 07:17 | from_backend() should always be called with len > 0. Only rlogin mode ever failed to do this, and only Plink actually had a problem with it, so this didn't become obvious for a while. rlogin mode is fixed, and all implementations of from_backend() now contain an assertion so that we should spot errors of this type more quickly in future. check-in: 30d5735d86 user: simon tags: trunk | |