COMMIT Numeric#quo: Fix example for 1.9. http://github.com/rubyspec/rubyspec/commit/2b9c6de8146061f5ce2c092a37fb4f6077ef9473 COMMIT Numeric#div: Calls #/ on self, then #floor on result on 1.9 http://github.com/rubyspec/rubyspec/commit/75cd255325c858d6c7af31c78dbe92055592dde0 COMMIT File.join: Specs for arguments containing multiple separators. http://github.com/rubyspec/rubyspec/commit/cf946e302b4726c9b2bdbe49bbfccea968433610 COMMIT Kernel.lambda|proc: Clarified return semantics on 1.8 vs 1.9 http://github.com/rubyspec/rubyspec/commit/c748d66674fe3daf009c1e612264acb535476da1 COMMIT Kernel.proc|lambda: Remove superfluous tests... http://github.com/rubyspec/rubyspec/commit/9a2f54e3b00227dc8d9343521e06b938a59bca11 COMMIT Bignum#| raises TypeError when passed Floats on 1.9 http://github.com/rubyspec/rubyspec/commit/6accb7e3099473427fa971917008769468c1f292 COMMIT Bignum#^ raises TypeError when passed Floats on 1.9 http://github.com/rubyspec/rubyspec/commit/a6d9e014b0fb3d5e144b8d75026516a5f82e9e9d COMMIT Bignum#& raises TypeError when passed Floats on 1.9 http://github.com/rubyspec/rubyspec/commit/ce3d3ecd27ad7a4ebb490340069eb72af51954d0 COMMIT Comparable#== returns false on 1.9 if #<=> gives nil or !Integer http://github.com/rubyspec/rubyspec/commit/05a755a0bf77075844e2abf5a3253f812cf1609c COMMIT sprintf doesn't treat nil like 0 on 1.9. http://github.com/rubyspec/rubyspec/commit/c825e33a787b82c6d94393577a4a3fe5255a0805 COMMIT Math.tan (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/42f79c30d48146c35c88fdbc8befea8717e787e9 COMMIT Math.tanh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/e5073c17f9f369708fec2b99895a6671a1b0b5b3 COMMIT Math.sqrt (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/67ce1b9bf6cc5916ad240852f78ba26b5731799a COMMIT Math.sin (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/4dfcd4fd4b711171b8287661414c10d4fb1ebffb COMMIT Math.sinh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/8d429fbfcf0bb7277e5ba05c7ffd6b143d2427a8 COMMIT Math.log (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/b4e1410c69afe8d0a2f5f986825fa7ce7063d9da COMMIT Math.log10 (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/91a587f175223a943829c0fa9757c6200482812e COMMIT Dir.exists?: Expands paths as of 1.9 r23924... http://github.com/rubyspec/rubyspec/commit/6a3118c190c5a65affc94d74b3dc06886a29617b COMMIT Math.exp (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/c36d4ea09707c52b43cd93b3186827a5746382a4 COMMIT Math.cos (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/fd32dbfc675250dde3e65ffc9c5b125a0d76cfa8 COMMIT Math.cosh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/798452f1f6dfb04015c4f08f4185c8d513da803c COMMIT Math.atanh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/6ea84b6954e49ab8b7fb0c1bcc84fee27e121166 COMMIT Math.atan (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/8e0800a140bdcebdf154f4b962aa06da5c8087dd COMMIT Math.atan2 (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/ec6553eefb1fd1852ef04a6179af30546537c813 COMMIT Math.asin (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/86f9ce4efa63d31737c96e1fa00a7fc6a864d177 COMMIT Math.asinh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/5a6e2f9a22d7f74a4789adcbc31ca6a1f486d137 COMMIT Math.acos (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/98e4f2ffe340538e1e8ff1076594abfd0b4d0693 COMMIT Math.acosh (+ 'complex'): Share btw. 1.8 and 1.9 http://github.com/rubyspec/rubyspec/commit/6c808eb0f406b865b1a2e5b6f92beeb9f197459d COMMIT Numeric#polar: Guard bug #1715 (behaviour for NaN) http://github.com/rubyspec/rubyspec/commit/5378d03be9cf05b3e9e4a3c0b43b1a4d7580d76d COMMIT Numeric#arg: Guard bug #1715 (behaviour for NaN) http://github.com/rubyspec/rubyspec/commit/30f141c6e6f05700ceeba9c2770a38ba3cab9c0a COMMIT Numeric#arg: Remove duplicate shared spec. http://github.com/rubyspec/rubyspec/commit/1d1bf75c0cc69a8a925f951e34511d6f31ebdc96 COMMIT Numeric#polar: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/6a1908399a37ebbce9ed5b25a7eb7241265d8e0e COMMIT Numeric#conjugate: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/a63043102d7222ec227b8addbde1fce947c20f4a COMMIT Numeric#conj: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/853bbbea4f26429eaa0ec5a8aef378267bc3edf3 COMMIT Numeric#phase: Update for new shared spec location http://github.com/rubyspec/rubyspec/commit/5e68961a995e7d0903c5e3eebc1b76b0ffc2323e COMMIT Numeric#angle: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/6b6847a47f940bf49e3b35ff5458e0f49ae574cb COMMIT Numeric#arg: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/6f9e07b26da551751ab0fed495f815ca63f5b92b COMMIT Numeric#imaginary (1.9), Numeric#image (1.8): Share specs. http://github.com/rubyspec/rubyspec/commit/5b6366662d66a427104522b45347a7d2d86bbaf6 COMMIT Numeric#imag: Share btw. 1.9 (core) and 1.8 (require 'complex') http://github.com/rubyspec/rubyspec/commit/659390e65e9cc3b28adb7e5a1b49ad60e4d66c78 COMMIT Numeric#real: Share btw. 1.8 (lib with 'complex') and 1.9 (core) http://github.com/rubyspec/rubyspec/commit/1dd093d088678c91bbf96805589057e5666282d1 COMMIT Complex(): Share btw. 1.8 (lib) and 1.9 (core). http://github.com/rubyspec/rubyspec/commit/f162170e2f17419db0262f4a1a61fac0efae46ef COMMIT Complex#hash: Share btw. 1.8 (lib) and 1.9 (core) http://github.com/rubyspec/rubyspec/commit/d02211a050746e91d335a69eae0950d9886964fe COMMIT Complex#image: Update for shared spec move. http://github.com/rubyspec/rubyspec/commit/546a97c83615a84a68ce808a23457d2aadb91727 COMMIT Complex#imag: Share btw. 1.8 (lib) and 1.9 (core) http://github.com/rubyspec/rubyspec/commit/91f00d35e2b726c1ff73055e8dbd1593ed04fce5 COMMIT Add spec for mismatched block arguments http://github.com/rubyspec/rubyspec/commit/e7ba48472aef5601e550eeb4b44e277f9abc0142 COMMIT Complex#inspect: Share btw. 1.8 (lib) and 1.9 (core) http://github.com/rubyspec/rubyspec/commit/11bba3be1d0bb55ef1975172c289d27d4fa9d3a5 COMMIT Comparable#<=>: Returns false if other raises on 1.9 http://github.com/rubyspec/rubyspec/commit/1289b3a45b8d025accbcd5043bb77c55426434c3 COMMIT Complex#-: Share btw. 1.8 (lib) and 1.9 (core) http://github.com/rubyspec/rubyspec/commit/f8a005219bcbc0a1a777c6284773cc57f673a0a4 --- 20090702T082748 +++ 20090703T082715 @@ -1,18 +1,24 @@ + git clone -q /home/chkbuild/tmp/build/mspec mspec == git-rubyspec(shared) #