The standard library of the D programming language
Find a file
Andrei Alexandrescu 29f3cc23f7 std.math: minor change in approxEqual.
std.contracts: added functions pointsTo()

std.numeric: minor unittest fixes.

std.bitmanip: fixed code bloat issue, reintroduced FloatRep and DoubleRep.

std.conv: minor simplification of implementation.

std.regexp: added reference to ECMA standard in the documentation.

std.getopt: changed return type from bool to void, error is signaled by use of exceptions.

std.functional: added unaryFun, binaryFun, adjoin.

std.string: updated documentation, changed code to compile with warnings enabled.

std.traits: changed FieldTypeTuple; added RepresentationTypeTuple, hasAliasing; fixed bug 1826; added call to flush() from within write; fixed unlisted bug in lines().

std.algorithm: added map, reduce, filter, inPlace, move, swap, overwriteAdjacent, find, findRange, findBoyerMoore, findAdjacent, findAmong, findAmongSorted, canFind, canFindAmong, canFindAmongSorted, count, equal, overlap, min, max, mismatch, EditOp, none, substitute, insert, remove, levenshteinDistance, levenshteinDistanceAndPath, copy, copyIf, iterSwap, swapRanges, reverse, rotate, SwapStrategy, Unstable, Semistable, Stable, eliminate, partition, nthElement, sort, schwartzSort, partialSort, isSorted, makeIndex, schwartzMakeIndex, lowerBound, upperBound, equalRange, canFindSorted.

std.thread: fixed so it compiles with warnings enabled.

std.file: made getSize() faster under Linux.

std.random: fixed so it compiles with warnings enabled; improved function uniform so it deduces type generated from its arguments.

std.format: added fixes to make formatting work with const data.

std.path: minor documentation changes.
2008-02-19 07:00:56 +00:00
docsrc source for online documentation 2008-02-19 06:46:52 +00:00
etc Merge r297:387 from candidate to trunk. 2007-10-14 09:22:50 +00:00
internal bugzilla 1735 2008-02-16 18:42:22 +00:00
std std.math: minor change in approxEqual. 2008-02-19 07:00:56 +00:00
crc32.d phobos 0.146 2007-09-10 05:02:39 +00:00
doc.ddoc Added to the repository 2008-02-10 20:38:37 +00:00
errno.c phobos 0.99 2007-09-10 04:09:37 +00:00
gcstats.d phobos 0.50 2007-09-10 02:05:38 +00:00
linux.mak added linux termios 2008-02-12 04:45:32 +00:00
object.d update 2008-02-06 07:22:12 +00:00
phobos.d phobos 0.176 2007-09-10 05:36:13 +00:00
phoboslicense.txt phobos 0.114 2007-09-10 04:31:54 +00:00
std.ddoc bugzilla 1735 2008-02-16 18:42:22 +00:00
style.css dos -> unix line ending conversion 2008-02-10 08:44:17 +00:00
unittest.d final tweaks 2007-11-28 05:17:41 +00:00
win32.mak added linux termios 2008-02-12 04:45:32 +00:00