summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-01* bignum.c (GMP_BIG2STR_DIGITS): New constant.akr
2013-09-01* bignum.c (bary_mul_gmp): Use mpz_init and mpz_clear instead ofakr
2013-09-01* test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr
2013-09-01* properties.nobu
2013-09-01* bignum.c (big2str_base_poweroftwo): Renamed fromakr
2013-09-01process.c: suppress warningnobu
2013-09-01* bignum.c (big2str_2bdigits): Renamed from big2str_orig.akr
2013-09-01* bignum.c: Remove BITSPERDIG >= INT_MAX test. The static assertion,akr
2013-09-01* bignum.c (maxpow_in_bdigit): Removed.akr
2013-09-01Add assertions.akr
2013-09-01* numeric.c (rb_fix_bit_length): Moved from bignum.c.akr
2013-09-01[DOC]akr
2013-09-01* internal.h (bit_length): Moved from bignum.c.akr
2013-08-31* bignum.c (bit_length): Renamed from bitsize.akr
2013-08-31updated.akr
2013-08-31* 2013-09-01svn
2013-08-31* bignum.c (rb_big_bit_length): New method.akr
2013-08-31mention that Process.clock_getres is a CRuby feature.akr
2013-08-31* process.c (rb_clock_getres): New method.akr
2013-08-31* bignum.c: Use GMP to accelerate big Bignum multiplication.akr
2013-08-31* compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2charliesome
2013-08-31* vm_insnhelper.h (CALL_SIMPLE_METHOD): change name of 'recv' argumentcharliesome
2013-08-31* lib/securerandom.rb (random_bytes): Use Process.clock_gettime.akr
2013-08-31proc.c: preserve encodingsnobu
2013-08-31proc.c: local variablenobu
2013-08-31dir.c: reduce string objectnobu
2013-08-31vm_method.c: [DOC] example of respond_to_missing?nobu
2013-08-30* 2013-08-31svn
2013-08-30encoding.h: fix conflictsnobu
2013-08-30ChangeLog: fix commit missnobu
2013-08-30thread_pthread.c: fill stack info by creator threadnobu
2013-08-30thread_pthread.c: define attr only if usednobu
2013-08-30thread_pthread.c: get_main_stacknobu
2013-08-30* 2013-08-30svn
2013-08-30thread_pthread.c: fix vps_pagesizenobu
2013-08-29* struct.c (rb_struct_define_without_accessor_under): added.ko1
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-29.gdbinit: improve for displaying class/modulenobu
2013-08-29.gdbinit: follow classname() changenobu
2013-08-29* remove trailing spaces.nobu
2013-08-28* ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain
2013-08-28backport Tempfile.create so psych tests will run outside ruby trunktenderlove
2013-08-28* 2013-08-29svn
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should betenderlove
2013-08-28thread_pthread.c: get_stack on HP-UXnobu
2013-08-28thread_pthread.c: dup codenobu
2013-08-28thread_pthread.c: simplifynobu
2013-08-28configure.in: check for sys/pstat.hnobu
2013-08-27* 2013-08-28svn
2013-08-27* ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicatedrbrain