]> asedeno.scripts.mit.edu Git - PuTTY.git/history - ldisc.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / ldisc.c
2001-12-29 Simon TathamAdd a configurable option to make Return in Telnet...
2001-10-24 Simon TathamNow that we can configure whether ^C and friends genera...
2001-09-19 Simon TathamFix pasting of newlines in local line editing mode...
2001-05-19 Simon TathamRDB: fix various UTF-8 glitches.
2001-05-10 Simon TathamRDB's Unicode patch. Fonts are now used in Unicode...
2001-05-09 Simon TathamFrom RDB: a patch to allow special keys (^C, ^Z, Delete...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-01-24 Simon TathamRethink the whole line discipline architecture. Instead...
2000-10-23 Simon TathamCreated a shiny new abstraction for the socket handling...
2000-10-20 Simon TathamIntroduce a sane interface function, from_backend(...
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-07-26 Simon TathamRobert de Bath's Big Patch, part 1
2000-06-26 Simon TathamAvoid the ldisc passing zero-length strings to back... 0.49
2000-03-17 Simon TathamRDB's patch: ^U sends Telnet Erase Line; line ending...
2000-03-11 Simon TathamRobert de Bath's patch: ^C ^Z and ^D send Telnet specia...
2000-03-08 Simon TathamFix some picky compiler warnings kindly provided by...
1999-11-22 Simon TathamCleanups to remove warnings for GNU/mingw32 compilation
1999-11-09 Simon TathamAdded local-editing line discipline to make raw backend...