Changeset 1216
- Timestamp:
- 07/04/09 13:55:07 (3 years ago)
- Files:
-
- trunk/docsrc/changelog.dd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docsrc/changelog.dd
r1213 r1216 72 72 $(BUGSFIXED 73 73 $(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) 74 79 $(LI $(BUGZILLA 106): template - mixin sequence) 75 80 $(LI $(BUGZILLA 852): Various errors with static initialization of structs and arrays) … … 88 93 $(LI $(BUGZILLA 2888): [PATCH] speedup for float * 2.0) 89 94 $(LI $(BUGZILLA 2900): Array appending slowed drastically since integration of druntime) 95 $(LI $(BUGZILLA 2915): [Patch]: Optimize -a*-b into a*b) 90 96 $(LI $(BUGZILLA 2923): -O generates bad code for ?:) 91 97 $(LI $(BUGZILLA 2932): bad e_ehsize (36 != 52)) … … 102 108 $(LI $(BUGZILLA 3075): void delegate(const(void)[]) should be implicitly convertable to void delegate(void[])) 103 109 $(LI $(BUGZILLA 3078): NaN reported as equal to zero) 110 $(LI $(BUGZILLA 3081): unaryFun can't be used to get element out of struct.) 104 111 $(LI $(BUGZILLA 3095): wc example for D2 doesn't compile) 105 112 $(LI $(BUGZILLA 3114): optlink failing on multicore machines) 106 113 $(LI $(BUGZILLA 3117): dmd crash by *1) 114 $(LI $(BUGZILLA 3121): recurrence does not generate the correct numbers) 107 115 $(LI $(BUGZILLA 3128): Internal error: ..\ztc\cod4.c 2737) 108 116 $(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)116 117 ) 117 118 )
