Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 8da1cbf727849faed3a40ca4366a5f7ec223af25 https://github.com/MacRuby/MacRuby/commit/8da1cbf727849faed3a40ca4366a5f7ec2... Author: Watson <watson1978@gmail.com> Date: 2012-05-22 (Tue, 22 May 2012) Changed paths: M file.c Log Message: ----------- [fix #87] File.basename should not return frozen strings Commit: d7e4a89b01d4671d9f2275ce434b7b967414ef03 https://github.com/MacRuby/MacRuby/commit/d7e4a89b01d4671d9f2275ce434b7b9674... Author: Watson <watson1978@gmail.com> Date: 2012-05-22 (Tue, 22 May 2012) Changed paths: M file.c Log Message: ----------- [fix #86] invokes the rb_file_writable_real_p() as Kernel.#test(?W, path) Commit: 75c2ecb1fa6d04225bb31b6cde98bd73a11a1048 https://github.com/MacRuby/MacRuby/commit/75c2ecb1fa6d04225bb31b6cde98bd73a1... Author: Watson <watson1978@gmail.com> Date: 2012-05-22 (Tue, 22 May 2012) Changed paths: M array.c Log Message: ----------- [fix #88] add support for Array#{uniq, uniq!} block Commit: 69434c940c75c66020d68da1cea93ce9ceb3a672 https://github.com/MacRuby/MacRuby/commit/69434c940c75c66020d68da1cea93ce9ce... Author: Watson <watson1978@gmail.com> Date: 2012-05-22 (Tue, 22 May 2012) Changed paths: M array.c Log Message: ----------- remove unnecessary rb_ary_new() in rary_uniq_bang() Compare: https://github.com/MacRuby/MacRuby/compare/600bb24...69434c9