Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 1ad72c15dff6e7fcbbce63aa85869c124ce68274 https://github.com/MacRuby/MacRuby/commit/1ad72c15dff6e7fcbbce63aa85869c124c... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M dispatcher.cpp Log Message: ----------- fix a bug in Method#to_proc#call(&b) where the inline block would not be passed Commit: 485e491e3579829635a2358c0848a8d0cc7ca5e3 https://github.com/MacRuby/MacRuby/commit/485e491e3579829635a2358c0848a8d0cc... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M proc.c Log Message: ----------- fix a bug in Method#call(&b) where the inline block would not be passed Commit: 46374f12654ffd842424364af974b068f947b60f https://github.com/MacRuby/MacRuby/commit/46374f12654ffd842424364af974b068f9... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M interpreter.cpp Log Message: ----------- fix a bug in the interpreter where the vm_get_block() primitive would not be handled Commit: 5e90b46316ef25b5a0d31c8dfc9eac537e329e96 https://github.com/MacRuby/MacRuby/commit/5e90b46316ef25b5a0d31c8dfc9eac537e... Author: Laurent Sansonetti <lrz@chopine.be> Date: 2011-05-02 (Mon, 02 May 2011) Changed paths: M test_vm/method.rb Log Message: ----------- add tests for Method#call and Method#to_proc#call with inline block Compare: https://github.com/MacRuby/MacRuby/compare/0c50642...5e90b46