From 9974cb96d3c2ca18ab27aa37081fa4a8b37cb074 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 1 Nov 2005 13:04:35 +0000 Subject: * eval.c (rb_call_super): should call method_missing if super is called from Kernel method. * eval.c (exec_under): frame during eval should preserve external information. * configure.in: use proper option for Sun linker. A patch from Shinya Kuwamura . [ruby-dev:27603] * numeric.c (fix_rshift): RDoc fix. [ruby-core:6351] * util.h (strtod): add #undef for platforms defines strtod() macro. [ruby-dev:27563] * ext/etc/etc.c: document update from mathew . [ruby-core:06473] * ext/fcntl/fcntl.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pstore.rb') diff --git a/lib/pstore.rb b/lib/pstore.rb index 3f60b593f4..a691ce611e 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -1,7 +1,7 @@ # = PStore -- Transactional File Storage for Ruby Objects # # pstore.rb - -# by unknown +# originally by matz # documentation by Kev Jackson and James Edward Gray II # # See PStore for documentation. -- cgit v1.2.3