Changeset 1415
- Timestamp:
- 02/05/10 06:10:37 (2 years ago)
- Files:
-
- trunk/docsrc/changelog.d (modified) (2 diffs)
- trunk/docsrc/ddoc.dd (modified) (1 diff)
- trunk/docsrc/iasm.dd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docsrc/changelog.d
r1408 r1415 5 5 6 6 $(UL 7 $(NEW1 057) 7 8 $(NEW1 056) 8 9 $(NEW1 055) … … 75 76 ) 76 77 78 $(VERSION 057, Feb 4, 2010, =================================================, 79 80 $(WHATSNEW 81 ) 82 $(BUGSFIXED 83 $(LI $(BUGZILLA 2321): spec on inline asm can be misunderstood) 84 $(LI $(BUGZILLA 2463): No line number in "statement is not reachable" warning) 85 $(LI $(BUGZILLA 3306): bad function/delegate literal generated into header files) 86 $(LI $(BUGZILLA 3373): bad codeview debug info for long and ulong) 87 $(LI $(BUGZILLA 3737): SEG-V at expression.c:6255 from bad opDispatch) 88 $(LI $(BUGZILLA 3768): reapeted quotes in ddoc.html) 89 ) 90 ) 91 77 92 $(VERSION 056, Jan 29, 2010, =================================================, 78 93 trunk/docsrc/ddoc.dd
r833 r1415 800 800 ) 801 801 802 <h3>Macro Definitions from $(LINK2 "dmd-windows.html#sc_ini, $(TT sc.ini))'s DDOCFILE</h3>802 <h3>Macro Definitions from $(LINK2 dmd-windows.html#sc_ini, $(TT sc.ini))'s DDOCFILE</h3> 803 803 804 804 $(P trunk/docsrc/iasm.dd
r1381 r1415 15 15 ) 16 16 17 $(P Differing D implementations, however, are free to innovate upon18 the memory model, function call/return conventions, argument19 passing conventions, etc.17 $(P Implementations of D on different architectures, however, are 18 free to innovate upon the memory model, function call/return conventions, 19 argument passing conventions, etc. 20 20 ) 21 21
