[phobos] [D-Programming-Language/phobos] ec2f05: Made it so that deprecated functions in std.string...
GitHub
noreply at github.com
Sat Oct 6 21:50:31 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: ec2f05ea3b1af5b2d9a05df2b64721469360ecd9
https://github.com/D-Programming-Language/phobos/commit/ec2f05ea3b1af5b2d9a05df2b64721469360ecd9
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M std/string.d
Log Message:
-----------
Made it so that deprecated functions in std.string are undocumented.
Commit: 27469366a71c9ba5386605889b9c275a73e39b50
https://github.com/D-Programming-Language/phobos/commit/27469366a71c9ba5386605889b9c275a73e39b50
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M std/cstream.d
M std/net/isemail.d
M std/outbuffer.d
M std/process.d
M std/regexp.d
M std/stream.d
M std/xml.d
Log Message:
-----------
Fix modules which incorrectly use std.string's public imports.
Now, they should be correctly importing for the functions publicly
imported by std.string so that if those public imports are ever removed,
they won't break.
Commit: cbc0b9a9ca5d6fc3f724537e22ee67020fb094fb
https://github.com/D-Programming-Language/phobos/commit/cbc0b9a9ca5d6fc3f724537e22ee67020fb094fb
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-10-06 (Sat, 06 Oct 2012)
Changed paths:
M std/cstream.d
M std/net/isemail.d
M std/outbuffer.d
M std/process.d
M std/regexp.d
M std/stream.d
M std/string.d
M std/xml.d
Log Message:
-----------
Merge pull request #761 from jmdavis/string
Removed deprecated functions in std.string
Compare: https://github.com/D-Programming-Language/phobos/compare/6cc24088044f...cbc0b9a9ca5d
More information about the phobos
mailing list