Really Sweet, Any chance of fixing one of my pet peeves of std.stream writeLine() - using platform dependant line endings
Almost all the socket work I've done with this has made it a rather annoying pointless method (as it's totally non-portable). perhaps implementing writeCR() writeLF() writeCRLF(), then letting writeLine call them, dependant on which platform would be better?
I guess in-line comments in the manual are a bit outside your scope at present.
Anyway great work. Regards Alan Andrei Alexandrescu wrote:
Hi everybody, I just committed all of Phobos into svn on dsource.org. That is not an official release and has known and unknown bugs, limitations, and rhinodemons. I expect some ripples before we stabilize, but when we will we'll stabilize at a higher potential. For convenience, I've also uploaded pre-built libraries for Windows and Linux here: http://www.erdani.dreamhosters.com/d/ The updated documentation is here: http://www.erdani.dreamhosters.com/d/web/phobos/phobos.html Finally, the whole shebang with source and all as dumped from my disk is to be found here: http://www.erdani.dreamhosters.com/d/src/
... chopped (see orignal)