phobos/std
jmdavis 595bcb86ba Implemented toUTFz.
I haven't made std.conv.to use it yet, and I haven't touched toUTF16z or
toStringz at all, but here's an implementation for toUTFz. After this is
in, we can make std.conv.to use it when converting to character
pointers, and we should probably make it so that we have toStringz,
toWstringz, and toDstringz which use it and return immutable character
pointers and get rid of toUTF16z.
2011-06-26 02:37:50 -07:00
..
c Added InternetAddress.toHostNameString() for looking up the host name. 2011-06-15 19:51:33 +02:00
internal/math Just unused variables. 2011-06-12 16:57:27 +04:00
net Cut down to the 120 column limit. Converted tabs to spaces. 2011-04-24 13:00:34 +02:00
windows Hide some implementation details 2011-06-03 19:47:32 +02:00
__fileinit.d add source links 2011-02-26 15:32:21 -06:00
algorithm.d fixup #5705 2011-06-20 00:36:28 +02:00
array.d Split lines that were too long 2011-06-22 09:13:55 -04:00
base64.d add source links 2011-02-26 15:32:21 -06:00
bigint.d 5928 Bigint modulo problem 2011-05-06 07:30:07 +02:00
bind.d Change struct const member variables to manifest constants. 2011-06-08 03:03:34 +09:00
bitmanip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
compiler.d add source links 2011-02-26 15:32:21 -06:00
complex.d Make complex() @safe pure nothrow 2011-06-13 19:10:05 +02:00
concurrency.d Fixed an off-by-one error in mailbox size handling. 2011-06-09 16:50:15 +02:00
container.d Issue 5792 - Tuple!(real,string) fails (Make Array!hasIndirectionsType works) 2011-05-03 20:38:48 +08:00
contracts.d add source links 2011-02-26 15:32:21 -06:00
conv.d Faster and smaller write/writeln for integrals 2011-06-06 22:18:33 -05:00
cpuid.d add source links 2011-02-26 15:32:21 -06:00
cstream.d Fix imports to be in line with what the documentation says. 2011-05-25 08:28:06 +02:00
ctype.d add source links 2011-02-26 15:32:21 -06:00
date.d add source links 2011-02-26 15:32:21 -06:00
datebase.d add source links 2011-02-26 15:32:21 -06:00
dateparse.d add source links 2011-02-26 15:32:21 -06:00
datetime.d Fix for issue 6113. 2011-06-05 23:23:10 -07:00
demangle.d add source links 2011-02-26 15:32:21 -06:00
encoding.d Removed std.encodingbase. 2011-06-15 00:16:44 -07:00
exception.d Made most of the overloads for enforce @safe. 2011-06-09 02:44:41 -07:00
file.d Merge pull request #105 from blackwhale/regexp-to-regex 2011-06-21 11:55:27 -07:00
format.d bugzilla 3479 - writef/writefln: positional precision not working 2011-06-05 17:55:17 -05:00
functional.d Bug 5474: unaryFun byRef is borked for custom parameter name 2011-04-12 20:26:55 -04:00
getopt.d Two changes for enum handling in getopt 2011-04-06 19:46:54 +02:00
gregorian.d add source links 2011-02-26 15:32:21 -06:00
intrinsic.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
json.d add source links 2011-02-26 15:32:21 -06:00
loader.d add source links 2011-02-26 15:32:21 -06:00
math.d Revert "Merge pull request #24 from braddr/intrinsics." 2011-05-04 22:47:49 +08:00
mathspecial.d add source links 2011-02-26 15:32:21 -06:00
md5.d add source links 2011-02-26 15:32:21 -06:00
metastrings.d add source links 2011-02-26 15:32:21 -06:00
mmfile.d remove octal literals 2011-04-01 22:34:46 -07:00
numeric.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
outbuffer.d add source links 2011-02-26 15:32:21 -06:00
parallelism.d Make std.parallelism unittests compile on 64-bit again. 2011-06-08 22:54:35 -04:00
path.d The ping is accepted. 2011-06-15 05:50:05 -07:00
perf.d add source links 2011-02-26 15:32:21 -06:00
process.d Documented getpid(), removed duplicated authors section. 2011-06-13 09:28:40 +02:00
random.d add unittests for std.random.uniform 2011-06-20 01:32:46 +02:00
range.d Notice about bug 4040. 2011-06-22 14:47:45 +08:00
regex.d Schedule all listDir for deprecation 2011-06-10 15:04:25 +04:00
regexp.d remove case fallthrough 2011-06-03 19:41:52 -07:00
signals.d Fixed 672 broken links 2011-06-09 09:48:53 -05:00
socket.d Fixed c_long->int issue in std.socket – the code was probably written back when D on x86_64 was a faint dream. 2011-06-15 21:48:45 +02:00
socketstream.d add source links 2011-02-26 15:32:21 -06:00
stdarg.d add source links 2011-02-26 15:32:21 -06:00
stdint.d add source links 2011-02-26 15:32:21 -06:00
stdio.d Fixed http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=139182 and unlisted bug in std.stdio.write 2011-06-21 09:41:59 -05:00
stdiobase.d add source links 2011-02-26 15:32:21 -06:00
stream.d Change struct const member variables to manifest constants. 2011-06-08 03:03:34 +09:00
string.d Removed unused imports of std.encoding. 2011-06-12 03:54:33 -07:00
syserror.d add source links 2011-02-26 15:32:21 -06:00
system.d add source links 2011-02-26 15:32:21 -06:00
traits.d update for pure inference 2011-06-20 01:10:33 -07:00
typecons.d Merge pull request #105 from blackwhale/regexp-to-regex 2011-06-21 11:55:27 -07:00
typelist.d add source links 2011-02-26 15:32:21 -06:00
typetuple.d Added missing format specifier in call to writefln. 2011-05-24 21:38:08 +02:00
uni.d add source links 2011-02-26 15:32:21 -06:00
uri.d add source links 2011-02-26 15:32:21 -06:00
utf.d Implemented toUTFz. 2011-06-26 02:37:50 -07:00
variant.d Fixed http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=139182 and unlisted bug in std.stdio.write 2011-06-21 09:41:59 -05:00
xml.d remove case fallthrough 2011-06-03 19:41:52 -07:00
zip.d https://github.com/D-Programming-Language/phobos/pull/23 2011-05-01 12:11:46 -05:00
zlib.d add source links 2011-02-26 15:32:21 -06:00