phobos/std
Jonathan M Davis 6048cafc58 Merge pull request #612 from jmdavis/min
Fix for issue# 8158.
2012-06-30 19:23:08 -07:00
..
c
internal Merge branch 'master' into patch-1 2012-05-21 06:18:19 -05:00
net Fix documentation build 2012-04-13 22:05:29 -05:00
windows
algorithm.d Merge pull request #612 from jmdavis/min 2012-06-30 19:23:08 -07:00
array.d Fix for issue# 8233. 2012-06-13 01:44:25 -07:00
ascii.d
base64.d
bigint.d Fix issue 8011 BigInt ++ and -- do wrong thing on negative numbers 2012-05-02 20:40:14 +02:00
bitmanip.d Added checks to verify indices. 2012-06-07 01:27:25 -07:00
compiler.d
complex.d Removed asm code from std.complex.expi() 2012-05-11 19:08:12 +02:00
concurrency.d Kill some public imports of core.sync.* in std.concurrency. 2012-05-02 04:46:54 +02:00
container.d Add Example to SList.insertAfter documentation 2012-06-12 21:33:06 -06:00
conv.d fix Issue 8264 - [std.conv.to] constructing conversion doesn't work with alias this 2012-06-19 15:22:41 +09:00
cpuid.d Change to one format string and following formatted arguments 2012-04-09 02:11:46 +09:00
cstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
csv.d
ctype.d
datetime.d speed up SysTime opCmp tests 2012-06-07 21:20:05 +02:00
demangle.d
encoding.d
exception.d
file.d Directory iteration should not throw if some of the directory content is concurrently deleted. 2012-06-17 16:01:54 -05:00
format.d fix Issue 8310 - writeln of Range of fixed size array 2012-06-28 15:57:17 +09:00
functional.d fix Issue 5358 - std.functional.binaryReverseArgs missing from documentation 2012-04-21 15:49:48 +09:00
getopt.d
json.d
math.d Merge pull request #610 from donc/deprecateGamma 2012-05-29 00:42:14 -07:00
mathspecial.d Change second paramater of gammaIncompleteComplInverse from x to p 2012-05-21 06:10:34 -05:00
md5.d std.md5: Lower buffer size in mdFile example 2012-03-31 20:02:07 +03:00
metastrings.d
mmfile.d
numeric.d
outbuffer.d
parallelism.d Remove incorrect assert. 2012-06-17 15:18:34 -04:00
path.d Do not call getcwd (or other base) in absolutePath and relativePath if not needed. 2012-05-03 17:37:19 +04:00
perf.d
process.d remove windows declarations 2012-05-24 00:21:11 +02:00
random.d Fix isSeedable documentation 2012-06-18 14:52:44 +02:00
range.d Updates to changelog. 2012-06-20 20:54:49 -07:00
regex.d unittest for bug 8203 2012-06-08 01:33:56 +04:00
regexp.d
signals.d
socket.d
socketstream.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
stdint.d
stdio.d Rename isStreamingDevice to isFileHandle and deprecate the old name. 2012-06-13 21:00:29 +02:00
stdiobase.d
stream.d Revert "Deprecate crc32 and move it into std.hash.crc32." 2012-06-25 03:06:15 -07:00
string.d Add comment for scheduled for replacement of std.string.format and sformat. 2012-07-01 06:15:55 +09:00
syserror.d
system.d
traits.d Stop using auto ref to distinguish lvalue and rvalue. 2012-06-20 11:04:38 +09:00
typecons.d Replace object.clear to destroy 2012-05-31 19:27:52 +09:00
typelist.d
typetuple.d
uni.d
uri.d
utf.d Use toUTFz's better description for toStringz 2012-06-13 11:46:18 -06:00
variant.d Fix for issue# 8195. 2012-06-03 22:08:38 -07:00
xml.d Added warnings of future deprecation to modules that will be replaced. 2012-05-28 14:08:20 -07:00
zip.d
zlib.d