.. |
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
|
Made std.algorithm.swap faster by having it use memcpy; added std.algorithm.group, std.algorithm.until, std.algorithm.nWayUnion, std.algorithm.largestPartialIntersectionWeighted; added additional constraints to std.algorithm.equal; changed signature of std.algorithm.topNIndex and std.algorithm.topNCopy to use an enum parameter instead of a confusing bool.
|
2009-07-04 06:50:52 +00:00 |
array.d
|
added array function.
|
2009-07-04 06:51:36 +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
|
more integer conversion fixes
|
2009-06-24 20:04:54 +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
|
minor
|
2009-07-04 06:52:12 +00:00 |
conv.d
|
added Shin Fujishiro's code for printing and parsing enumerated values.
|
2009-07-04 06:52:55 +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
|
made isupper and tolower pure.
|
2009-07-04 06:53:51 +00:00 |
date.d
|
last minute fixes for 2.031
|
2009-07-06 17:32:48 +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
|
changed it to use the snazzy switch statement with ranged labels.
|
2009-07-04 06:55:10 +00:00 |
encoding.d
|
minor
|
2009-07-04 06:56:23 +00:00 |
file.d
|
minor
|
2009-07-04 06:59:03 +00:00 |
format.d
|
minor
|
2009-07-04 06:59:56 +00:00 |
functional.d
|
Fixed BUGZILLA 3081: unaryFun can't be used to get element out of struct
|
2009-07-04 06:58:29 +00:00 |
getopt.d
|
minor
|
2009-07-04 06:59:56 +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
|
last minute fixes for 2.031
|
2009-07-06 17:32:48 +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
|
minor
|
2009-07-04 06:59:56 +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-07-04 06:59:56 +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
|
added randomSample.
|
2009-07-04 07:04:29 +00:00 |
range.d
|
Fixed unlisted bug in std.range.retro: retro'izing a range twice must return the original range
|
2009-07-04 07:05:39 +00:00 |
regex.d
|
minor
|
2009-07-04 07:14:33 +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
|
last minute fixes for 2.031
|
2009-07-06 17:32:48 +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
|
added ifind, rfind, and irfind for (in char[], in char[]) for backwards compatibility
|
2009-07-04 19:00:40 +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
|
last minute fixes for 2.031
|
2009-07-06 17:32:48 +00:00 |
typecons.d
|
replaced indexOf with indexOfType, kept the old name as an alias that will be deprecated.
|
2009-07-04 07:08:39 +00:00 |
typetuple.d
|
replaced indexOf with indexOfType, kept the old name as an alias that will be deprecated.
|
2009-07-04 07:09:29 +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
|
improved error messages.
|
2009-07-04 07:10:14 +00:00 |
variant.d
|
minor
|
2009-07-04 07:10:49 +00:00 |
xml.d
|
minor
|
2009-07-04 07:12:01 +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 |