summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-03-27 06:09:18 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-03-27 06:09:18 +0000
commite933a2791971a5667c52c9f3042aa38179722db2 (patch)
treec077006339525a622df69010013ed2fd4c2e977f /ChangeLog
parentc88c96361d4c4e30db4e4078d744cd0b16ac4dcf (diff)
$:, remove top_protected
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 362247c1e3..75a856ef55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Mar 27 13:49:27 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * ruby.c (ruby_prog_init): load-path order changed. Paths in
+ the RUBYLIB environment variable comes first in non-tainted
+ mode.
+
Thu Mar 26 11:51:09 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
* eval.c (rb_call): new feature: `protected' methods.
@@ -17,9 +23,9 @@ Wed Mar 25 08:12:07 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
float value.
* eval.c (f_eval): optional third and fourth argument to specify
- file name and line number.
+ file-name and line-number.
- * eval.c (eval): filename and linenumber set properly.
+ * eval.c (eval): file-name and line-number set properly.
* parse.y (assign_in_cond): literal assignment is now warning, not
compile error.