diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Fri Jun 30 21:35:16 2017 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * gc.c (heap_page_allocate): expand sorted pages before inserting + allocated new page. [Bug #12670] + +Fri Jun 30 21:33:39 2017 Koichi Sasada <ko1@atdot.net> + + * gc.c (heap_page_resurrect): do not return tomb_pages when + page->freelist == NULL. + [Bug #12670] + Fri Jun 30 21:23:20 2017 Nobuyoshi Nakada <nobu@ruby-lang.org> * vsnprintf.c (BSD_vfprintf): sign and hex-prefix should not be counted |
