From 9da504bbaed4e6e761a44b020cead1dd0e549de5 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 12 Jan 2009 03:43:57 +0000 Subject: * instruby.rb (parse_args, install): added --strip option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4640a5cf7f..5d3b019e6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,6 @@ -Mon Jan 12 11:59:19 2009 Koichi Sasada +Mon Jan 12 12:43:55 2009 Nobuyoshi Nakada - * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree): - enable to use them without GVL. - if GC is invoked, acquire GVL during GC. - if NoMemoryError is raised, acquire GVL and raise it. - -Mon Jan 12 12:39:56 2009 Nobuyoshi Nakada + * instruby.rb (parse_args, install): added --strip option. * instruby.rb (install_recursive): skips the directory if matched to a no_install pattern ending with a file separator. @@ -15,6 +10,13 @@ Mon Jan 12 12:33:56 2009 Tanaka Akira * ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent. [ruby-core:21266] +Mon Jan 12 11:59:19 2009 Koichi Sasada + + * gc.c (ruby_xmalloc, ruby_xrealloc, ruby_xfree): + enable to use them without GVL. + if GC is invoked, acquire GVL during GC. + if NoMemoryError is raised, acquire GVL and raise it. + Mon Jan 12 10:39:19 2009 Koichi Sasada * thread.c: fix comment (terminology: Global VM Lock). -- cgit v1.2.3