Changeset 1216

Show
Ignore:
Timestamp:
07/04/09 13:55:07 (3 years ago)
Author:
walter
Message:

updated changelog

Files:

Legend:

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

    r1213 r1216  
    7272    $(BUGSFIXED 
    7373    $(LI Fix dmd crash on multicore Windows.) 
     74    $(LI Fixed unlisted bug in std.algorithm.startsWith) 
     75    $(LI Fixed unlisted bug in std.algorithm.topN) 
     76    $(LI Fixed unlisted bug in std.algorithm.topNIndex (empty index made it crash)) 
     77    $(LI Fixed unlisted bug in std.algorithm.setIntersection) 
     78    $(LI Fixed unlisted bug in std.range.retro: retro'izing a range twice must return the original range) 
    7479    $(LI $(BUGZILLA 106): template - mixin sequence) 
    7580    $(LI $(BUGZILLA 852): Various errors with static initialization of structs and arrays) 
     
    8893    $(LI $(BUGZILLA 2888): [PATCH] speedup for float * 2.0) 
    8994    $(LI $(BUGZILLA 2900): Array appending slowed drastically since integration of druntime) 
     95    $(LI $(BUGZILLA 2915): [Patch]: Optimize -a*-b into a*b) 
    9096    $(LI $(BUGZILLA 2923): -O generates bad code for ?:) 
    9197    $(LI $(BUGZILLA 2932): bad e_ehsize (36 != 52)) 
     
    102108    $(LI $(BUGZILLA 3075): void delegate(const(void)[]) should be implicitly convertable to void delegate(void[])) 
    103109    $(LI $(BUGZILLA 3078): NaN reported as equal to zero) 
     110    $(LI $(BUGZILLA 3081): unaryFun can't be used to get element out of struct.) 
    104111    $(LI $(BUGZILLA 3095): wc example for D2 doesn't compile) 
    105112    $(LI $(BUGZILLA 3114): optlink failing on multicore machines) 
    106113    $(LI $(BUGZILLA 3117): dmd crash by *1) 
     114    $(LI $(BUGZILLA 3121): recurrence does not generate the correct numbers) 
    107115    $(LI $(BUGZILLA 3128): Internal error: ..\ztc\cod4.c 2737) 
    108116    $(LI $(BUGZILLA 3130): Crashed with triple stars) 
    109     $(LI Fixed unlisted bug in std.algorithm.startsWith) 
    110     $(LI Fixed unlisted bug in std.algorithm.topN) 
    111     $(LI Fixed unlisted bug in std.algorithm.topNIndex (empty index made it crash)) 
    112     $(LI Fixed unlisted bug in std.algorithm.setIntersection) 
    113     $(LI $(BUGZILLA 3081): unaryFun can't be used to get element out of struct.) 
    114     $(LI Fixed unlisted bug in std.range.retro: retro'izing a range twice must return the original range) 
    115     $(LI $(BUGZILLA 3121): recurrence does not generate the correct numbers) 
    116117    ) 
    117118)