aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-18 17:42:54 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-18 17:42:54 +0000
commite55e640a6f1a710bf1e344d462cc94316d5ecb39 (patch)
tree6b4f506ce863670bcf17d63a1649379f1d5c3bf2 /ChangeLog
parent6f77e4b4ba78f0d74d297219cae251161b466a48 (diff)
downloadruby-e55e640a6f1a710bf1e344d462cc94316d5ecb39.tar.gz
* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under the module when required in module clauses. [ruby-dev:22951]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa58782dc2..a44c523dcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+Thu Feb 19 02:42:19 2004 Minero Aoki <aamine@loveruby.net>
+
+ * ext/strscan/strscan.c: don't use rb_eval_string, it defines
+ classes under the module when required in module clauses.
+ [ruby-dev:22951]
+
Thu Feb 19 02:37:28 2004 Minero Aoki <aamine@loveruby.net>
- * ext/strscan/strscan.c: merge documentation from 1.8 branch. Thanks Gavin Sinclair.
+ * ext/strscan/strscan.c: merge documentation from 1.8 branch.
+ Thanks Gavin Sinclair.
Wed Feb 19 00:20:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>