On Tue, Jul 2, 2013 at 5:52 AM, bearophile <span dir="ltr"><<a href="mailto:bearophileHUGS@lycos.com" target="_blank">bearophileHUGS@lycos.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Adam D. Ruppe:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The older std.c is kept around just for compatibility with the old names before the move, at least as far as I know. Maybe they haven't fully deprecated it though because there's other reasons I don't know about, since it has been many years now since the move.<br>

</blockquote>
<br></div>
In D/Phobos/Dmd there is a ton of stuff that's supposed to be<br>
obsolete, that should not be used, that is deprecated, etc. I<br>
presume Walter thinks that the problems caused from keeping it<br>
and from unwanted usages of it, is smaller than the breaking<br>
troubles caused by removing it. I am person that likes to keeps<br>
things ordered and clean, so I prefer to remove old stuff after a<br>
suitable deprecation period, instead of keeping it around almost<br>
forever (like floating point special comparison operators).<br>
<br>
Bye,<br>
bearophile<br>
</blockquote></div><br><div><br></div><div>at the very least it should go in <a href="http://dlang.org/deprecate.html">http://dlang.org/deprecate.html</a> even if there's no timeline for deprecation (or even if it will never be deprecated)</div>
<div>This should be the ONE destination to find out deprecated stuff or discouraged stuff.</div><div><br></div><div><br></div>