From 1f9162eb0d407ab72a2c7da63f719f0b7928e07e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 9 Jun 2008 04:20:07 +0000 Subject: * vm_core.h (struct rb_vm_struct): moved src_encoding_index. * ruby.c (struct cmdline_options): moved setids and req_list, and the latter is now an array, to prevent memory leak. * ruby.c (cmdline_options_init): added. * ruby.c (add_modules, require_libraries, init_ids, forbid_setid): use struct cmdline_options. * vm.c (vm_init2): initialize src_encoding_index. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 24825573a..a7229609a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Mon Jun 9 13:20:04 2008 Nobuyoshi Nakada + + * vm_core.h (struct rb_vm_struct): moved src_encoding_index. + + * ruby.c (struct cmdline_options): moved setids and req_list, and the + latter is now an array, to prevent memory leak. + + * ruby.c (cmdline_options_init): added. + + * ruby.c (add_modules, require_libraries, init_ids, forbid_setid): use + struct cmdline_options. + + * vm.c (vm_init2): initialize src_encoding_index. + Mon Jun 9 09:54:13 2008 Nobuyoshi Nakada * include/ruby/intern.h (Init_stack): make to call ruby_init_stack. -- cgit