Changeset 805

Show
Ignore:
Timestamp:
07/07/08 23:57:47 (5 months ago)
Author:
andrei
Message:

Added phobos and tools changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docsrc/changelog.dd

    r784 r805  
    44 
    55 
    6 $(UL  
     6$(UL 
     7    $(NEW 016) 
    78    $(NEW 015) 
    89    $(NEW 014) 
     
    4142     for use in the internal runtime library. 
    4243    ) 
     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) 
    4353    ) 
    4454    $(BUGSFIXED 
     
    8393    $(LI $(BUGZILLA 2178): 3 errors without line number: typeof) 
    8494    $(LI $(BUGZILLA 2188): man-or-boy test fails with access violation) 
     95    $(LI Fixed bugs in $(B std.file.rename) and $(B std.file.remove) on Linux) 
     96    $(LI Fixed documentation in $(B std.typecons)) 
    8597    ) 
    8698)