summaryrefslogtreecommitdiff
path: root/doc/ChangeLog-2.1.0
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:06:18 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-12-31 22:06:19 -0800
commitafd3f64f8cc4ff4fc956727d7e2da70597352008 (patch)
treed6786b891b336ff4bf0041e2a6ff9a55dbdc660d /doc/ChangeLog-2.1.0
parent8c9450e7b875db846b19cc631af0d7fee66db5c6 (diff)
Redmine /projects/ruby-trunk is now redirected
to /projects/ruby-master
Diffstat (limited to 'doc/ChangeLog-2.1.0')
-rw-r--r--doc/ChangeLog-2.1.04
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ChangeLog-2.1.0 b/doc/ChangeLog-2.1.0
index 76edfd3ce7..5b670b31c9 100644
--- a/doc/ChangeLog-2.1.0
+++ b/doc/ChangeLog-2.1.0
@@ -3596,7 +3596,7 @@ Tue Oct 22 19:19:05 2013 Koichi Sasada <ko1@atdot.net>
maintains all pages.
For example, pages are allocated from the heap_pages.
- See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/GC_design
+ See https://bugs.ruby-lang.org/projects/ruby-master/wiki/GC_design
and https://bugs.ruby-lang.org/attachments/4015/data-heap_structure_with_multiple_heaps.png
for more details.
@@ -8612,7 +8612,7 @@ Wed Jul 17 14:31:13 2013 Koichi Sasada <ko1@atdot.net>
(4) heap::sorted is an array of "slots", sorted by an address of
slot::body.
- See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/GC_design
+ See https://bugs.ruby-lang.org/projects/ruby-master/wiki/GC_design
for more details (figure).
* gc.c: Avoid "heaps" terminology. It is ambiguous.