Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changeset 1730

Show
Ignore:
Timestamp:
07/05/10 18:49:47 (14 years ago)
Author:
walter
Message:

changelog

Files:

Legend:

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

    r1705 r1730  
    11Ddoc 
    22 
    33$(D_S D Change Log, 
    44 
    5  
    6 $(VERSION 048, Jun 11, 2010, =================================================, 
     5$(VERSION 048, July 5, 2010, =================================================, 
    76 
    87    $(WHATSNEW 
    98    $(LI std.string: icmp() now works with all built-in string types.) 
    10     ) 
    11     $(BUGSFIXED 
    12     $(L1 $(Unlisted Bug): std.algorithm.filter not a forward range) 
    13     $(L1 $(Unlisted Bug): std.algorithm.Uniq requires a bidirectional range)  
    14     $(L1 $(Unlisted Bug): std.algorithm.Uniq missing a save() function)  
    15     $(L1 $(Unlisted Bug): std.algorithm.Group missing a save() function)  
    16     $(L1 $(Unlisted Bug): std.traits.isAssociativeArray reports true for structs w/ keys, values properties)  
     9    $(LI $(BUGZILLA 4080): Patch for building dynamic libraries on Mac OS X) 
     10    ) 
     11    $(BUGSFIXED 
     12    $(L1 Unlisted Bug: std.algorithm.filter not a forward range) 
     13    $(L1 Unlisted Bug: std.algorithm.Uniq requires a bidirectional range)  
     14    $(L1 Unlisted Bug: std.algorithm.Uniq missing a save() function)  
     15    $(L1 Unlisted Bug: std.algorithm.Group missing a save() function)  
     16    $(L1 Unlisted Bug: std.traits.isAssociativeArray reports true for structs w/ keys, values properties)  
    1717    $(LI $(BUGZILLA 978): std.utf's toUTF* functions accept some invalid and reject some valid UTF) 
    1818    $(LI $(BUGZILLA 996): Error in doc on implicit conversion between pointer and array) 
    1919    $(LI $(BUGZILLA 2275): std.utf.toUTF16z() should return const(wchar)*) 
    2020    $(LI $(BUGZILLA 2627): std.traits.hasAliasing reports true for static arrays) 
    2121    $(LI $(BUGZILLA 2872): Length, opIndex for Map) 
    2222    $(LI $(BUGZILLA 3202): std.math.pow cause dead loop) 
    2323    $(LI $(BUGZILLA 3355): std.string.cmp works incorrectly for mixed-type and different-length strings) 
    2424    $(LI $(BUGZILLA 3386): to!bool(string) is not implemented) 
    2525    $(LI $(BUGZILLA 3436): std.functional.compose with only one function) 
    2626    $(LI $(BUGZILLA 3439): std.range.Sequence.opIndex not consistent after calling popFront().) 
     
    3030    $(LI $(BUGZILLA 3937): os.path.dirname fails on absolute path) 
    3131    $(LI $(BUGZILLA 3961): Error with to!(somestruct)) 
    3232    $(LI $(BUGZILLA 4109): (reopened) writeln doesn't work with empty static array) 
    3333    $(LI $(BUGZILLA 4171): std.random.uniform does not work for a range of characters) 
    3434    $(LI $(BUGZILLA 4260): windows & basename) 
    3535    $(LI $(BUGZILLA 4305): Take, Chain on top of ranges w/o moveFront() ) 
    3636    $(LI $(BUGZILLA 4327): std.container.Array.Range.~this() tries to call free(T[])) 
    3737    $(LI $(BUGZILLA 4362): std.range.repeat and cycle do not have a .save() method) 
    3838    $(LI $(BUGZILLA 4363): std.algorithm.Until is not a forward range) 
    3939    $(LI $(BUGZILLA 4406): Typo (bug) in std.concurrency) 
    40     ) 
    41 
     40 
     41    $(LI $(BUGZILLA 3569): DMD Stack Overflow with a struct member function inside a C-style struct initializer) 
     42    $(LI $(BUGZILLA 3716): Regression (2.037) with multi dimensional array literals) 
     43    $(LI $(BUGZILLA 3983): Regression(2.037): struct with == can't be member of struct with template opEquals) 
     44    $(LI $(BUGZILLA 4238): Segfault(statement.c): with(typeof(int))) 
     45    $(LI $(BUGZILLA 4303): __traits(compiles) returns wrong result when used recursively) 
     46    $(LI $(BUGZILLA 4314): Regression(1.062): Expression array1 && array2 doesn't compile) 
     47    $(LI $(BUGZILLA 4339): Struct destructor + invariant + struct parameter = horrific error message) 
     48    $(LI $(BUGZILLA 4356): Copy constructor not called under extremely mysterious circumstances) 
     49    $(LI $(BUGZILLA 4396): mkdir race prevents concurrent compiling with DMD using make -j) 
     50    ) 
     51
     52 
    4253 
    4354<div id=version> 
    4455$(UL 
    4556    $(NEW 048) 
    4657    $(NEW 047) 
    4758    $(NEW 046) 
    4859    $(NEW 045) 
    4960    $(NEW 044) 
    5061    $(NEW 043) 
    5162    $(NEW 042)