phobos/std
2010-09-03 23:28:05 +00:00
..
c detab sources 2010-08-23 02:14:45 +00:00
internal/math detab sources 2010-08-23 02:14:45 +00:00
windows detab sources 2010-08-23 02:14:45 +00:00
__fileinit.d Set native eol-style for some files that didn't have it. 2010-07-06 19:16:04 +00:00
algorithm.d Bug 4789: std.algorithm.sort bug 2010-09-03 03:51:54 +00:00
array.d changed appender to prevent calling .clear on appenders of immutable or const data. 2010-08-26 19:05:09 +00:00
base64.d detab sources 2010-08-23 02:14:45 +00:00
bigint.d detab sources 2010-08-23 02:14:45 +00:00
bind.d Moved static asserts at module level into unittests. This reduces the size of many client object files by up to 20x. 2010-06-09 19:34:20 +00:00
bitmanip.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
boxer.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
compiler.d Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
complex.d detab sources 2010-08-23 02:14:45 +00:00
concurrency.d Added core.atomic to import list. 2010-08-28 21:18:25 +00:00
container.d detab sources 2010-08-23 02:14:45 +00:00
contracts.d Scheduled for deprecation in favor of std.exception 2010-07-04 21:16:47 +00:00
conv.d Small unlisted std.conv bug: to!string(pointer) doesn't work for void*. 2010-08-29 22:18:53 +00:00
cpuid.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
cstream.d detab sources 2010-08-23 02:14:45 +00:00
ctype.d Add pure to isalnum, isalpha, iscntrl, isdigit, islower, ispunct, isspace, isxdigit, isgraph, isprint, isascii, toupper 2009-10-26 22:41:15 +00:00
date.d Documentation improvements by Pedro Rodrigues 2010-08-17 16:47:26 +00:00
datebase.d Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
dateparse.d Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
demangle.d Replaced std.contracts with std.exception throughout 2010-07-04 22:09:03 +00:00
encoding.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
exception.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
file.d Rewrote Appender to be safer and to not corrupt memory. 2010-08-26 11:49:50 +00:00
format.d changed appender to prevent calling .clear on appenders of immutable or const data. 2010-08-26 19:05:09 +00:00
functional.d detab sources 2010-08-23 02:14:45 +00:00
getopt.d Bug 2958: std.getopt RangeError on missing arg 2010-08-21 00:19:57 +00:00
gregorian.d Commented out unittests 2010-07-28 07:49:58 +00:00
intrinsic.d detab sources 2010-08-23 02:14:45 +00:00
iterator.d Replace static opCall with Constructor. static opCall for struct construction is old style. 2010-06-01 19:44:00 +00:00
json.d detab sources 2010-08-23 02:14:45 +00:00
loader.d another stray auto => scope 2010-08-29 18:30:41 +00:00
math.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
md5.d detab sources 2010-08-23 02:14:45 +00:00
metastrings.d Moved static asserts at module level into unittests. This reduces the size of many client object files by up to 20x. 2010-06-09 19:34:20 +00:00
mmfile.d Replaced std.contracts with std.exception throughout 2010-07-04 22:12:18 +00:00
numeric.d Add FFT to std.numeric. 2010-08-13 02:32:59 +00:00
openrj.d detab sources 2010-08-23 02:14:45 +00:00
outbuffer.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
path.d detab sources 2010-08-23 02:14:45 +00:00
perf.d detab sources 2010-08-23 02:14:45 +00:00
process.d detab sources 2010-08-23 02:14:45 +00:00
random.d detab sources 2010-08-23 02:14:45 +00:00
range.d Fix some trivial documentation issues from Bugzilla. No changes to actual code. 2010-09-03 23:28:05 +00:00
regex.d Saves for regex. 2010-08-15 04:03:56 +00:00
regexp.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
signals.d Improved signal import (svn 1837). Thanks Michel. 2010-08-12 13:00:31 +00:00
socket.d detab sources 2010-08-23 02:14:45 +00:00
socketstream.d detab sources 2010-08-23 02:14:45 +00:00
stdarg.d detab sources 2010-08-23 02:14:45 +00:00
stdint.d Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
stdio.d Fixed issue with readln not returning data when EOF is encountered. 2010-08-27 17:26:38 +00:00
stdiobase.d Converted "static this" to "shared static this" where appropriate. 2010-03-09 03:54:06 +00:00
stopwatch.d Fix trivial bug in stopwatch that led to unittests failing to compile. 2010-08-29 00:02:27 +00:00
stream.d detab sources 2010-08-23 02:14:45 +00:00
string.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
syserror.d detab sources 2010-08-23 02:14:45 +00:00
system.d Changed Phobos to use the Boost license. Currently, all public domain modules and all licensed modules by Walter, Andrei, Bartosz, and Don have been changed to use this license (excepting std.c, for the moment). Ideally, all Phobos modules will eventually be distributed under this license, which means obtaining permission from a few more authors, deleting, or rewriting some modules. 2009-09-16 18:19:51 +00:00
traits.d std.traits: Add isAssignable. 2010-08-29 00:05:56 +00:00
typecons.d Rewrote Appender to be safer and to not corrupt memory. 2010-08-26 11:49:50 +00:00
typelist.d detab sources 2010-08-23 02:14:45 +00:00
typetuple.d Added std.typetuple.anySatisfy because I need it for my work in std.range. 2010-08-17 00:38:38 +00:00
uni.d detab sources 2010-08-23 02:14:45 +00:00
uri.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
utf.d Replaced std.contracts with std.exception throughout 2010-07-04 22:09:03 +00:00
variant.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
xml.d Oops, std.xml's usage of Appender was updated incorrectly 2010-08-27 13:39:02 +00:00
zip.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00
zlib.d 64-bit compatibility work 2010-08-22 20:55:22 +00:00