[D-runtime] [D-Programming-Language/druntime] 087752: Fixes Issue 9092 - GC.extend allocates less then i...
GitHub
noreply at github.com
Sun Mar 24 09:30:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 087752206585a9c8690ebdb79e468646521c05f5
https://github.com/D-Programming-Language/druntime/commit/087752206585a9c8690ebdb79e468646521c05f5
Author: unknown <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/core/memory.d
Log Message:
-----------
Fixes Issue 9092 - GC.extend allocates less then it reports
Not an actual issue, but required more documentation to be clear: Added a note about how extend and arrays interact to avoid confusion.
Also adds an example section, for both ways of using extend.
Commit: 8714b5d21475aa04a47e874afb127e012b7a2a33
https://github.com/D-Programming-Language/druntime/commit/8714b5d21475aa04a47e874afb127e012b7a2a33
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/object_.d
Log Message:
-----------
Documenting capacity/reserve/assumeSafeAppend
Commit: 911d574412b85eaa6643e23239bc89627748122f
https://github.com/D-Programming-Language/druntime/commit/911d574412b85eaa6643e23239bc89627748122f
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/core/memory.d
Log Message:
-----------
tweak extend documentation
Commit: 90d3975e4024d645c80c7f0143b83f8300ce95ec
https://github.com/D-Programming-Language/druntime/commit/90d3975e4024d645c80c7f0143b83f8300ce95ec
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/object_.d
Log Message:
-----------
typos
Commit: dd712a674592a88b378cc758839aeed6964b29dd
https://github.com/D-Programming-Language/druntime/commit/dd712a674592a88b378cc758839aeed6964b29dd
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/core/memory.d
Log Message:
-----------
documentation tweaks and fixes
Commit: 48ef8ce2ed3b5e12df9f80b952a6b25ca963ff0d
https://github.com/D-Programming-Language/druntime/commit/48ef8ce2ed3b5e12df9f80b952a6b25ca963ff0d
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/object_.d
Log Message:
-----------
Documented unittests
Commit: 4cc2b43357dbd810cc776cbe38a7959f397c3043
https://github.com/D-Programming-Language/druntime/commit/4cc2b43357dbd810cc776cbe38a7959f397c3043
Author: monarch dodra <monarchdodra at gmail.com>
Date: 2013-03-23 (Sat, 23 Mar 2013)
Changed paths:
M src/core/memory.d
Log Message:
-----------
Rework documentation
Commit: f0c3aa724c7226cb1ad1acbbd95da6fa008af626
https://github.com/D-Programming-Language/druntime/commit/f0c3aa724c7226cb1ad1acbbd95da6fa008af626
Author: Martin Nowak <code at dawg.eu>
Date: 2013-03-24 (Sun, 24 Mar 2013)
Changed paths:
M src/core/memory.d
M src/object_.d
Log Message:
-----------
Merge pull request #382 from monarchdodra/9092
Fixes Issue 9092 - GC.extend allocates less then it reports
Compare: https://github.com/D-Programming-Language/druntime/compare/d51d6636ebac...f0c3aa724c72
More information about the D-runtime
mailing list