Changeset 2335 for trunk/docsrc/changelog.dd
- Timestamp:
- 01/15/11 18:07:48 (1 year ago)
- Files:
-
- trunk/docsrc/changelog.dd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docsrc/changelog.dd
r2314 r2335 8 8 ) 9 9 10 $(VERSION 052, Dec 22, 2010, =================================================,10 $(VERSION 052, Jan 15, 2010, =================================================, 11 11 12 12 $(WHATSNEW … … 15 15 ) 16 16 $(BUGSFIXED 17 $(LI $(BUGZILLA 190): Cannot forward reference typedef/alias in default value for function parameter) 17 18 $(LI $(BUGZILLA 1513): try/catch/finally misbehavior on windows) 19 $(LI $(BUGZILLA 3334): std.demangle doesn't parse ref, pure, nothrow) 18 20 $(LI $(BUGZILLA 3681): ICE(go.c): when function takes too long to optimize, only with -O.) 19 21 $(LI $(BUGZILLA 4379): ICE(blockopt.c): foreach over huge tuple, only with -O) 22 $(LI $(BUGZILLA 4389): ICE(constfold.c, expression.c), or wrong code: string~=dchar in CTFE) 23 $(LI $(BUGZILLA 4753): fail_compilation/fail116.d sends dmd into a loop, exhausting memory) 24 $(LI $(BUGZILLA 4852): core.demangle cannot demangle functions with class/struct return types) 20 25 $(LI $(BUGZILLA 5025): ICE(cast.c) shared struct literal) 21 26 $(LI $(BUGZILLA 5090): ICE(todt.c) struct literal initializing zero length array) … … 25 30 $(LI $(BUGZILLA 5381): Regression (2.051) switch fails for wstring and dstring) 26 31 $(LI $(BUGZILLA 5400): Add const to FD_ISSET) 27 $(LI $(BUGZILLA 3334): std.demangle doesn't parse ref, pure, nothrow)28 $(LI $(BUGZILLA 4852): core.demangle cannot demangle functions with class/struct return types)32 $(LI $(BUGZILLA 5439): 64bit struct alignment inconsistent with C ABI) 33 $(LI $(BUGZILLA 5447): Should be illegal to throw a non-Throwable) 29 34 ) 30 35 )
