From 10f8ee308b43dcf4e42d3e9ab6bc701c578e74bc Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:57:06 +0000 Subject: * dln.c: Ruby no longer supports VMS. * error.c: ditto. * eval.c: ditto. * eval_intern.h: ditto. * include/ruby/defines.h: ditto. * include/ruby/ruby.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * vms/config.h: removed. * vms/vms.h: ditto. * vms/vmsruby_private.c: ditto. * vms/vmsruby_private.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29ed78cf9..e65a566a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +Sat Oct 4 22:50:14 2008 Yuki Sonoda (Yugui) + + * dln.c: Ruby no longer supports VMS. + + * error.c: ditto. + + * eval.c: ditto. + + * eval_intern.h: ditto. + + * include/ruby/defines.h: ditto. + + * include/ruby/ruby.h: ditto. + + * io.c: ditto. + + * process.c: ditto. + + * ruby.c: ditto. + + * vms/config.h: removed. + + * vms/vms.h: ditto. + + * vms/vmsruby_private.c: ditto. + + * vms/vmsruby_private.h: ditto. + Sat Oct 4 22:44:23 2008 Yuki Sonoda (Yugui) * dln.c: Ruby no longer supports Windows CE. -- cgit