.. |
c
|
changed const to enum
|
2008-07-08 02:31:29 +00:00 |
typeinfo
|
change opEquals to return bool
|
2008-06-25 06:25:40 +00:00 |
windows
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
algorithm.d
|
$(Simplified $(B std.algorithm) by fusing together higher-order functions taking an alias and their counterparts taking a string.)
|
2008-07-08 03:12:47 +00:00 |
array.d
|
$(LI Added module $(B std.array) containing array operations: $(B insert), $(B erase), and $(B replace).)
|
2008-07-08 03:03:22 +00:00 |
asserterror.d
|
merge r387:397 from candidate to trunk
|
2007-10-14 23:04:19 +00:00 |
base64.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
bigint.d
|
Fixed subtle out-by-1 bug in asm add/sub. (Note that this function is still inaccessible to user code).
|
2008-07-14 07:14:11 +00:00 |
bind.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
bitarray.d
|
Initial merge of candidate to trunk for r459:513
|
2007-11-27 20:28:40 +00:00 |
bitmanip.d
|
change opEquals to return bool
|
2008-06-25 06:25:40 +00:00 |
boxer.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
compiler.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
complex.d
|
added complex and iterator modules
|
2008-02-19 07:02:13 +00:00 |
contracts.d
|
$(Changed the $(B enforce)'s implementation to generate smaller code per call.)
|
2008-07-08 03:14:33 +00:00 |
conv.d
|
Made std.to curryable. Changed std.to to throw exception when object-to-object cast fails. Eliminated some superfluous printfs.
|
2008-05-16 21:06:23 +00:00 |
cover.d
|
add unit tests
|
2008-05-15 20:21:31 +00:00 |
cpuid.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
cstream.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
ctype.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
date.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
dateparse.d
|
merge r387:397 from candidate to trunk
|
2007-10-14 23:04:19 +00:00 |
demangle.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
encoding.d
|
Got rid of types Utf8, Utf16, Utf32, Ascii, Latin1, Windows1252.
|
2008-05-07 17:09:00 +00:00 |
file.d
|
$(LI Fixed bugs in $(B std.file.rename) and $(B std.file.remove) on Linux)
|
2008-07-08 03:18:51 +00:00 |
format.d
|
fix std.format for 203
|
2008-06-24 06:56:40 +00:00 |
functional.d
|
$(LI Changed $(B std.functional.binaryFun) to work with strings and function aliases alike)
|
2008-07-08 03:20:13 +00:00 |
gc.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
getopt.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
hiddenfunc.d
|
merge r387:397 from candidate to trunk
|
2007-10-14 23:04:19 +00:00 |
intrinsic.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
iterator.d
|
Automatic newline fixup.
|
2008-03-07 07:11:35 +00:00 |
loader.d
|
bugzilla 1749
|
2007-12-28 10:27:07 +00:00 |
math.d
|
$(LI In $(B std.math), replaced a bunch of $(B const)s with $(B enum)s)
|
2008-07-08 03:24:51 +00:00 |
math2.d
|
marked bug number
|
2008-02-19 19:39:38 +00:00 |
md5.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
metastrings.d
|
Manually cleanup remaining differences between candidate and trunk. std/variant.d is the only file with differences remaining.
|
2007-11-27 21:10:16 +00:00 |
mmfile.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
moduleinit.d
|
updates for const and for coverage analysis
|
2007-11-26 05:26:11 +00:00 |
numeric.d
|
$(LI In $(B std.numeric), added Don Clugston as author and operated minor documentation fixes)
|
2008-07-08 03:26:44 +00:00 |
openrj.d
|
updates for const and for coverage analysis
|
2007-11-26 05:26:11 +00:00 |
outbuffer.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
outofmemory.d
|
Minor changes: changed const to enum wherever possible in order to minimize object file sizes.
|
2008-03-06 20:23:54 +00:00 |
path.d
|
revert std.path for windows so it passes unit tests
|
2008-05-15 21:28:48 +00:00 |
perf.d
|
Documentation correction
|
2008-07-05 01:52:59 +00:00 |
process.d
|
fix process
|
2008-05-06 06:35:47 +00:00 |
random.d
|
Fix to allow random to compile with -cov.
|
2008-06-30 20:07:05 +00:00 |
regexp.d
|
change opEquals to return bool
|
2008-06-25 06:25:40 +00:00 |
signals.d
|
convert writefln style testing to a bunch of asserts
|
2007-10-22 08:32:04 +00:00 |
socket.d
|
Reverted accidental change. Subversion was misbehaving for me.
|
2008-06-30 20:08:27 +00:00 |
socketstream.d
|
updates for new const regime
|
2007-12-21 00:01:31 +00:00 |
stdarg.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
stdint.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
stdio.d
|
$(LI Improved $(B std.stdio.chunks) to take an iteration tally in addition to the chunk)
|
2008-07-08 03:29:02 +00:00 |
stream.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
string.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
switcherr.d
|
More override warning fixes
|
2007-10-15 05:16:57 +00:00 |
synchro.d
|
fixed synchro unit test
|
2008-07-08 03:26:38 +00:00 |
syserror.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
system.d
|
bugzilla 1618
|
2007-10-27 21:49:01 +00:00 |
thread.d
|
Added symbolic names for constants. Defined TID_BITS--number of bits needed to store our compact thread ID
|
2008-06-25 17:03:09 +00:00 |
traits.d
|
fixed problems with typeof(type)
|
2008-07-02 21:08:32 +00:00 |
typecons.d
|
$(LI Fixed documentation in $(B std.typecons))
|
2008-07-08 03:30:02 +00:00 |
typetuple.d
|
merge r387:397 from candidate to trunk
|
2007-10-14 23:04:19 +00:00 |
uni.d
|
merge branches/phobos-1.x@261 through branches/phobos-1.x@263
|
2007-09-10 07:27:04 +00:00 |
uri.d
|
Deprecated isEmail and isUrl in std.string.
|
2008-05-16 17:19:55 +00:00 |
utf.d
|
* std.algorithm: Changed the map() function so that it deduces the return type
|
2008-05-06 05:08:52 +00:00 |
variant.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
xml.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
zip.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
zlib.d
|
merge change 475 from branches/phobos-1.x to trunk -- patch from Frits van Bommel to use ubyte[] rather than void[] in std/zlib.d (bug 1557)
|
2007-10-28 08:48:00 +00:00 |