<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Phobos devs,<br>
<br>
Here's a fix for std.stdio.readlnImpl <a
 href="http://d.puremagic.com/issues/show_bug.cgi?id=3763">(bug 3763).</a>&nbsp;
I ended up only fixing the immediate problem, rather than making any
serious attempt to improve the readability of the code, or deal with
the stomping issue discussed earlier, since much of the code seems to
involve details of UTF (such as hard-coded magic numbers) that I'm
afraid to mess with.<br>
<br>
If there are no objections, I'll commit this fix, since it at least
doesn't overflow the stack or reallocate a ridiculous amount of times.<br>
<br>
--Dave<br>
</body>
</html>