From d2fbacfcf976a58e545c91d740b102048c67fc7b Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 Feb 2001 05:29:06 +0000 Subject: * eval.c (proc_call): should not modify ruby_block->frame.iter based on ruby_frame->iter altered by PUSH_ITER(). * eval.c (rb_thread_fd_close): should save current context before raising exception. * io.c (set_stdin): preserve original stdin. * io.c (set_outfile): preserve original stdout/stderr. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/README | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/README') diff --git a/lib/README b/lib/README index de6a43af0..aa031c048 100644 --- a/lib/README +++ b/lib/README @@ -35,7 +35,6 @@ profile.rb ruby profiler pstore.rb persistent object strage using marshal rational.rb rational number support readbytes.rb define IO#readbytes -shell.rb shell like operation under Ruby (imcomplete) shellwords.rb split into words like shell singleton.rb singleton design pattern library sync.rb 2 phase lock -- cgit