From 56160fa00424ee3aecd14b72457ad19d34dc2c26 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 1 Aug 2000 09:25:37 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8560a7156..2003a12f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 1 16:41:58 2000 Yukihiro Matsumoto + + * ruby.c (proc_options): global load path setting moved from + ruby_prog_init(). + + * ruby.c (incpush): renamed. push path entry at the END of the + load path array. This makes -I directories sorted in order in + the arguments. + Sat Jul 29 23:42:04 2000 Yukihiro Matsumoto * dir.c (dir_each): should check whether dir is closed during the -- cgit