| | 44 | $(LI Made $(B rdmd)'s source available through svn, see $(LINK http://dsource.org/projects/phobos/browser/trunk/tools/rdmd.d)) |
|---|
| | 45 | $(LI Simplified $(B std.algorithm) by fusing together higher-order functions taking an alias and their counterparts taking a string) |
|---|
| | 46 | $(LI Added module $(B std.array) containing array operations: $(B insert), $(B erase), and $(B replace)) |
|---|
| | 47 | $(LI Changed the $(B enforce)'s implementation to generate smaller code per call) |
|---|
| | 48 | $(LI Changed $(B std.functional.binaryFun) to work with strings and function aliases alike) |
|---|
| | 49 | $(LI In $(B std.getopt), added $(B optChar), $(B assignChar), and $(B endOfOptions), per popular demand :o|) |
|---|
| | 50 | $(LI In $(B std.math), replaced a bunch of $(B const)s with $(B enum)s) |
|---|
| | 51 | $(LI In $(B std.numeric), added Don Clugston as author and operated minor documentation fixes) |
|---|
| | 52 | $(LI Improved $(B std.stdio.chunks) to take an iteration tally in addition to the chunk) |
|---|