summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-25 13:26:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-25 13:26:40 +0000
commit46867f4cd681f604efffc42256504c8401183b69 (patch)
treeb3bb437c8c2b1d30e889c1b646490455215f3b5b /ChangeLog
parent5b2e166fb22356ba375fdbf1204623ab92c207de (diff)
downloadruby-46867f4cd681f604efffc42256504c8401183b69.tar.gz
ruby-46867f4cd681f604efffc42256504c8401183b69.tar.xz
ruby-46867f4cd681f604efffc42256504c8401183b69.zip
* lib/mkmf.rb (rm_f): get rid of NUL.
* lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michal Suchanek <hramrach at centrum.cz>. [ruby-talk:216256] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8cb23912..45690f0be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-Mon Sep 25 21:24:54 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Mon Sep 25 22:26:26 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]
+ * lib/mkmf.rb (rm_f): get rid of NUL.
+
+ * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michal
+ Suchanek <hramrach at centrum.cz>. [ruby-talk:216256]
+
Mon Sep 25 21:24:54 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* sample/test.rb: "print nil" now prints empty string.