Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: 06b52c82102d623388446b9f4ff54687c81a58d7 https://github.com/MacRuby/MacRuby/commit/06b52c82102d623388446b9f4ff54687c8... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M include/ruby/ruby.h M numeric.c Log Message: ----------- add rb_long2int() Commit: 669a129ed8fc95186f8b56e64d519635ea57530d https://github.com/MacRuby/MacRuby/commit/669a129ed8fc95186f8b56e64d519635ea... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M include/ruby/ruby.h Log Message: ----------- add RSTRING_LENINT Commit: fb5b3894bdbdfbc13af71a7256044d9e7c046981 https://github.com/MacRuby/MacRuby/commit/fb5b3894bdbdfbc13af71a7256044d9e7c... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M numeric.c Log Message: ----------- update rdoc in numeric.c Commit: a86ac1d736e9599e44fc9454703ed340222893f5 https://github.com/MacRuby/MacRuby/commit/a86ac1d736e9599e44fc9454703ed34022... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M numeric.c Log Message: ----------- move num_modulo() and num_remainder() Commit: 9f06424a52f5cac046f1cb5ab74a28bf4ddc2ed3 https://github.com/MacRuby/MacRuby/commit/9f06424a52f5cac046f1cb5ab74a28bf4d... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M numeric.c Log Message: ----------- use the DBL2NUM instead of DOUBLE2NUM Commit: 02b8af9067699c4c651da274e61093a2a476f9ee https://github.com/MacRuby/MacRuby/commit/02b8af9067699c4c651da274e61093a2a4... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M numeric.c Log Message: ----------- use rb_out_of_int() in check_int() Commit: ce81aa043612bf5fcc512e60ef7f8793d70199f2 https://github.com/MacRuby/MacRuby/commit/ce81aa043612bf5fcc512e60ef7f8793d7... Author: Watson <watson1978@gmail.com> Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M numeric.c Log Message: ----------- use snprintf() instead of sprintf() Compare: https://github.com/MacRuby/MacRuby/compare/29c09ea...ce81aa0