.. |
c
|
add shared
|
2009-05-08 05:00:12 +00:00 |
windows
|
Bare minimum changes to allow Phobos to compile in Windows. (Segfaults running unittest, though. I managed to coax an error message out of it. std\algorithm.d(575) Error: cannot modify const).
|
2009-04-07 20:17:17 +00:00 |
__fileinit.d
|
fix bugzilla 2727
|
2009-03-10 18:13:37 +00:00 |
algorithm.d
|
minor
|
2009-05-01 00:59:41 +00:00 |
array.d
|
Made Appender instantiable with string and other arrays with immutable elements. Also now Appender appends ranges to arrays wherever applicable.
|
2009-04-29 21:31:33 +00:00 |
atomics.d
|
Started atomics for the x86
|
2008-08-03 19:26:00 +00:00 |
base64.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
bigint.d
|
unittest commented out in release mode, takes too long to compile
|
2009-04-06 20:46:22 +00:00 |
bind.d
|
minor
|
2009-04-06 05:48:33 +00:00 |
bitmanip.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
boxer.d
|
update to reflect this is now a reference type
|
2008-11-04 22:08:40 +00:00 |
compiler.d
|
phobos 2.003
|
2007-09-10 07:28:23 +00:00 |
complex.d
|
commented failing unittest
|
2009-04-06 20:39:35 +00:00 |
contracts.d
|
changed delegate in enforce to scope to make it faster
|
2009-04-11 20:36:10 +00:00 |
conv.d
|
Fixed bug 2914
|
2009-04-30 03:00:56 +00:00 |
cpuid.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
cstream.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
ctype.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
date.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
datebase.d
|
Fixes date and dateparse circular dependency.
|
2009-04-06 20:48:27 +00:00 |
dateparse.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
demangle.d
|
tabs
|
2009-04-11 20:37:06 +00:00 |
encoding.d
|
fix implicit casting
|
2009-06-04 23:40:27 +00:00 |
file.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
format.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
functional.d
|
changed curry to distinguish between delegates/functions and regular symbols
|
2009-05-03 23:17:54 +00:00 |
getopt.d
|
Added support for parameterless delegates
|
2009-04-06 04:35:25 +00:00 |
intrinsic.d
|
add purity and nothrow
|
2009-02-24 11:02:48 +00:00 |
iterator.d
|
get unit tests to work
|
2008-11-05 02:57:49 +00:00 |
loader.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
math.d
|
Fix for bugzilla 3040 (if that actually is a bug).
|
2009-06-01 05:55:46 +00:00 |
md5.d
|
minor
|
2009-04-06 06:19:07 +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
|
* Changed a few version(linux) blocks to version(Posix).
|
2009-04-09 18:32:01 +00:00 |
numeric.d
|
added raw specifier for reading
|
2009-04-23 09:03:16 +00:00 |
openrj.d
|
updates for const and for coverage analysis
|
2007-11-26 05:26:11 +00:00 |
outbuffer.d
|
* Added a few missing overloads of write()
|
2009-04-06 17:18:25 +00:00 |
path.d
|
minor
|
2009-04-06 17:27:25 +00:00 |
perf.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
process.d
|
getenv, setenv only on Posix.
|
2009-04-06 20:44:17 +00:00 |
random.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
range.d
|
minor
|
2009-05-01 01:00:11 +00:00 |
regex.d
|
I've commented out two broken unit tests. They now print a pragma(msg), so they won't be forgotten. With these changes, tests now pass on Windows.
|
2009-04-22 09:17:21 +00:00 |
regexp.d
|
Replaced next, retreat, head, and toe with (respectively) popFront, popBack, front, and back
|
2009-04-13 19:10:58 +00:00 |
signals.d
|
Modified Phobos to reference the new core package in druntime.
|
2008-10-17 01:01:18 +00:00 |
socket.d
|
minor
|
2009-04-23 09:03:47 +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
|
* Modified all std modules to use core.sys.posix in place of std.c.linux.
|
2009-03-26 03:02:32 +00:00 |
stdio.d
|
fix implicit casting
|
2009-06-04 23:36:03 +00:00 |
stdiobase.d
|
Fixes stdio circular dependency.
|
2009-04-06 20:49:28 +00:00 |
stream.d
|
bugzilla 2429
|
2009-05-14 23:31:42 +00:00 |
string.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
syserror.d
|
Merge r297:387 from candidate to trunk.
|
2007-10-14 09:22:50 +00:00 |
system.d
|
fold in some OSX changes
|
2009-02-10 02:21:15 +00:00 |
traits.d
|
Added isImplicitlyConvertible
|
2009-04-29 22:03:55 +00:00 |
typecons.d
|
Restricted Tuple.opCmp and Tuple.opEquals a bit.
|
2009-04-30 20:55:44 +00:00 |
typetuple.d
|
minor
|
2009-04-06 18:32:37 +00:00 |
uni.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
uri.d
|
add shared
|
2009-05-08 05:00:12 +00:00 |
utf.d
|
Added encode() with fixed-size arrays.
|
2009-04-29 22:05:05 +00:00 |
variant.d
|
minor
|
2009-04-06 04:48:50 +00:00 |
xml.d
|
fix phobos build breaks from new druntime
|
2009-03-30 21:01:32 +00:00 |
zip.d
|
now runs unittests with warnings on
|
2008-07-10 09:46:14 +00:00 |
zlib.d
|
replaced calls to rand() with calls to uniform()
|
2009-04-06 18:34:09 +00:00 |