From eb19f511fd2ba7789e5ff78c815ba09b77d16257 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 May 2005 23:35:25 +0000 Subject: * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines for VMS port are added. * eval.c (ruby_init): change to call VMS private intialization routine. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fca004bb..06b1ccf89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 26 08:29:19 2005 Akiyoshi, Masamichi + + * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines + for VMS port are added. + + * eval.c (ruby_init): change to call VMS private intialization routine. + Thu May 26 07:39:07 2005 Minero Aoki * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). @@ -24,7 +31,7 @@ Wed May 25 20:06:27 2005 Hidetoshi NAGAI * ext/tk/lib/tk.rb: TkComm#tk_split_*list fail to split a kind of SJIS strings. To avoid the trouble, add arguments to control converting - encoding, and do split on a UTF8 string. + encoding, and do split on a UTF8 string. * ext/tk/lib/multi-tk.rb: modify to attend encoding. @@ -56,7 +63,7 @@ Wed May 25 20:06:27 2005 Hidetoshi NAGAI Tk#lower_window/raise_window by reason of method-name conflict * ext/tk/lib/tk/canvas.rb: bug fix on TkCanvas#delete when given - non-TkcItem arguments. + non-TkcItem arguments. * ext/tk/lib/tkextlib/iwidgets/scrolledcanvas.rb: ditto. @@ -66,7 +73,7 @@ Wed May 25 19:48:12 2005 Minero Aoki Wed May 25 12:59:48 2005 Tanaka Akira - * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of + * lib/open-uri.rb (OpenURI::Meta::RE_QUOTED_STRING): a content of quoted-string should be zero or more characters. Tue May 24 23:42:16 2005 Yukihiro Matsumoto -- cgit