COMMIT Added Class#new spec for block passed to #initialize. http://github.com/rubyspec/rubyspec/commit/be1a1f92a26624c0746c5b420a9932e04ad12b5a COMMIT Kernel.throw: Clarify exception raised on uncaught throw. http://github.com/rubyspec/rubyspec/commit/7d60ca2ba24d217f906035f63dcb18610ca959a7 COMMIT Kernel.catch: Yields a new object when called without args. on 1.9. http://github.com/rubyspec/rubyspec/commit/4ed48da967528639e7972e03532bd23f40a5352e COMMIT BasicObject#singleton_method_removed: Initial spec. for 1.9 method. http://github.com/rubyspec/rubyspec/commit/fc480a4cf57abecb4c42b76771cfc68ca35d8d38 COMMIT Kernel#singleton_method_removed: Renamed as of MRI 1.9. http://github.com/rubyspec/rubyspec/commit/144a11a73e5e860604d641a2df99f532659158ca COMMIT BasicObject#singleton_method_added: Initial spec. for 1.9. http://github.com/rubyspec/rubyspec/commit/dfed51fcdea45d92df4b5dcfb98c3950e20913f4 COMMIT Kernel#singleton_method_added: Method renamed on 1.9. http://github.com/rubyspec/rubyspec/commit/bda0238ac817fea34a8adff7dba22ee6728d6305 COMMIT BasicObject#singleton_method_undefined: Spec. for 1.9. http://github.com/rubyspec/rubyspec/commit/ffe75c3bad7ad1d10597670a2e04015eca5f8d1c COMMIT Kernel#singleton_method_undefined: Only exists on MRI 1.8. http://github.com/rubyspec/rubyspec/commit/aeec1a81bb9fc902817c3889509aecfa63e9b825 COMMIT Kernel#split: Method removed as of MRI 1.9. http://github.com/rubyspec/rubyspec/commit/b506a25466747ed761558fe55ec2cfe255b8982e COMMIT Kernel#system: Clarify difference in return values between 1.8 and 1.9. http://github.com/rubyspec/rubyspec/commit/e21ba09df67f9f9d43fc33634e40ee41fc9f35e3 COMMIT Kernel#scan: Method removed as of MRI 1.9. http://github.com/rubyspec/rubyspec/commit/105cb31a1e5822e43a5444f9c230f0bbc5428a65 COMMIT Kernel#public_methods: Returns Array of Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/cb8dccc48d8c97809c67d0e7e4debe2ef88c1a15 COMMIT #method_missing: Move shared fixture code to fixtures/kernel http://github.com/rubyspec/rubyspec/commit/04c0fc837fdc1a2364cbdb3ba5509d28259e4234 COMMIT #method_missing: Abstract shared spec. to use @object. http://github.com/rubyspec/rubyspec/commit/c3614e59625895bba9fa39f93c99c7694aa55060 COMMIT BasicObject#method_missing: Ver. guard; only exists on 1.9. http://github.com/rubyspec/rubyspec/commit/4ab4eeb3a57044961ba45ec20424bfde3ccb66b3 COMMIT Kernel#method_missing: Ver. guard; only exists on MRI 1.8. http://github.com/rubyspec/rubyspec/commit/de9bd2dd5707421dd965617a7d62dfde1f8331e7 COMMIT BasicObject#method_missing: Shared specification for 1.9 method. http://github.com/rubyspec/rubyspec/commit/6dbdb5a4b7c9b2c0703bd959d286b4cfc2545e2e COMMIT Kernel#method_missing: Move to top-level shared/. http://github.com/rubyspec/rubyspec/commit/2fe2866a183092bb99b3ee2b79016ae71eccf6bd COMMIT Kernel#private_methods returns Array of Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/52a6822913c3ce06244fe75277957f378cb40814 COMMIT Kernel.local_variables: Returns Array of Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/dcdcac29a278af480f55570d92afba59c64c7d49 COMMIT Kernel#extend on 1.9 raises RuntimeError for frozen self. http://github.com/rubyspec/rubyspec/commit/70759e0f265aa45fda0e4ea56ac47fd362733935 COMMIT Kernel.global_variables: Returns Array of Symbols on 1.9. http://github.com/rubyspec/rubyspec/commit/5c65a4af5d1b9f7b942fcedbc09260f9491dead3 COMMIT Kernel.catch: Guard bug/oddity #1618 for 1.9. http://github.com/rubyspec/rubyspec/commit/1e1ab5737fbc2144c04db6097387afe4af9f4769 COMMIT Kernel.throw can throw an object on 1.9. http://github.com/rubyspec/rubyspec/commit/732accf6acca342396b4b4bbc39f6b3883219de8 COMMIT Kernel.throw: Guard bug #1617 on 1.9 for uncaught throw. http://github.com/rubyspec/rubyspec/commit/a7bf6e62fbc9a7993ac3c684572dd3c5bd88cc4a COMMIT Kernel.catch on 1.9 accepts an object as an argument. http://github.com/rubyspec/rubyspec/commit/f707415d03ac92ef2a742f5332d62662a81d47fa COMMIT Range#cover?: Initial spec. for 1.9 method. http://github.com/rubyspec/rubyspec/commit/e7421f0f679cd3277bf70957d248b93dd60836a5 COMMIT Proc#to_s: Update for 1.9 changes. http://github.com/rubyspec/rubyspec/commit/27578d3f605f7cd399500c49fb3fcff98253f25a COMMIT Process.fork: Use 1.9's Process.respond_to?(:fork) trick on Windows. http://github.com/rubyspec/rubyspec/commit/341967e1967b0b55843f885480bc2633a4724820 COMMIT File.syscopy: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/581a42c7de3ff1b65edd0581500724de0628cb2d COMMIT File.safe_unlink: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/490ef5833961395c47ff5968164385575845bb2c COMMIT File.move: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/1deffeeb1ac327b584f3f711773bfdec3e2b9e76 COMMIT File.makedirs: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/b1a4caa6520e5d92bdd60ac12ec2bdd28612c321 COMMIT File.install: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/78e6fb94a7bc7b80de265bbfaee2aee784048b86 COMMIT File.copy: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/872d504b164fb876e2d61f90ebe4a519a6c3175b COMMIT File.compare: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/df6dca71156ff67e8cc4d7eeb6dba45f82cc50c5 COMMIT File.chmod: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/a949056e6e149537819f7f0008329fb4f85a512b COMMIT File.catname: Method removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/be09f9dd1e692ba968f5b2ba3683fa44379689d5 COMMIT Ping.pingecho: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/576146ebb75857530d9f91fa0054c841769565aa COMMIT Parsedate.parsedate: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/07988456d2a41dac65b67f9c0c31eca0e715ab40 COMMIT Parsedate.parsedate: Rename parsedate.rb -> parsedate_spec.rb http://github.com/rubyspec/rubyspec/commit/b0cba14ce2dbb58645c58600853726dae01b094a COMMIT Generator#rewind: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/26833117e5eb9da4dbd33840b63f862c001d776a COMMIT Generator#next: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/d2f547f688f8c44bca07e330f83545fb8927bf01 COMMIT Generatot#each: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/5867659ceb85cf1f680ede4d5773394042ae4938 COMMIT Generator.new: Library removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/2ce169b3f35a4c17b4327f52d05c1f3cd64c27b5 COMMIT Kernel.getc: Ver. guard method that was removed as of 1.9. http://github.com/rubyspec/rubyspec/commit/f1acbdb0d0f6c7250c0886567eb6e76b13993c81 COMMIT Kernel.sub: Only usable on 1.9 if ruby is passed -n or -p. http://github.com/rubyspec/rubyspec/commit/b2608deaa5049861a78deaa496f6cda97c205398 COMMIT Kernel.chop: Only usable on 1.9 if ruby is passed -n or -p. http://github.com/rubyspec/rubyspec/commit/6aaab7bc444da8be3db9214d3f521fb29a2f4067 COMMIT Kernel.chomp: Only usable on 1.9 if ruby is passed -n or -p. http://github.com/rubyspec/rubyspec/commit/e98452e8c8cb3542812c6b954439db70f24c6568 COMMIT Kernel.gsub: Only usable on 1.9 if ruby is passed -n or -p. http://github.com/rubyspec/rubyspec/commit/56d3a2f57436c38975989e03666e4064a69fe738 COMMIT Kernel.callcc: 1.9 needs "require 'continuation'". http://github.com/rubyspec/rubyspec/commit/941c1523a052bb5b0be1cc313cb187834e0cced0 --- 20090612T083620 +++ 20090613T085050 @@ -1,18 +1,23 @@ + git clone -q /home/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) #