aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 03:43:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-12 03:43:57 +0000
commit9da504bbaed4e6e761a44b020cead1dd0e549de5 (patch)
tree563e2d0e8c0bb0858bf9b49612bb3cfafd53d9cf /ChangeLog
parent29a6650d86c12c0756a4bb3ae8bf25079d44dbcd (diff)
downloadruby-9da504bbaed4e6e761a44b020cead1dd0e549de5.tar.gz
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 9 insertions, 7 deletions
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 <ko1@atdot.net>
+Mon Jan 12 12:43:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * 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 <nobu@ruby-lang.org>
+ * 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 <akr@fsij.org>
* ext/socket/mkconstants.rb: don't use bytesize because 1.9 dependent.
[ruby-core:21266]
+Mon Jan 12 11:59:19 2009 Koichi Sasada <ko1@atdot.net>
+
+ * 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 <ko1@atdot.net>
* thread.c: fix comment (terminology: Global VM Lock).