By default, ABCL's streams use the platform-native end-of-line conventions. This makes is impossible for Slime to interact with Swank when Swank is running on ABCL/Windows, since Slime expects Unix EOLs. The attached patch fixes that by explicitly setings the EOL convention for Swank's network streams to LF.