summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-09-03* process.c (rb_clock_gettime): Support times() based monotonic clock.akr
2013-09-03* bignum.c (str2big_scan_digits): Extracted from rb_cstr_to_inum.akr
2013-09-03* win32/win32.c (rb_w32_select_with_thread): rounding up the fraction ofusa
2013-09-03* win32/win32.c (do_select): constify timeout.usa
2013-09-03* test/openssl/test_pair.rbusa
2013-09-02* enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse
2013-09-02Retain behavior of Numeric#step when nil is given as second argument.knu
2013-09-02* bignum.c (bytes_2comp): Define it only for little endianakr
2013-09-02Fix and add tests for Numeric#step.knu
2013-09-02Numeral#step should raise TypeError if a non-numeric parameter is given.knu
2013-09-02* internal.h (bit_length): Add casts to fix complation error withakr
2013-09-02* vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko1
2013-09-02Enhance Numeric#step.knu
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02* bignum.c (ISDIGIT): Unused macro removed.akr
2013-09-02* bignum.c (str2big_poweroftwo): Extracted from rb_cstr_to_inum.akr
2013-09-02parse.y: force_encodingnobu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-09-02Add forgotton [DOC].knu
2013-09-02Process#setproctitle,argv0: Fix and improve rdoc.knu
2013-09-02* NEWS: fix description of number literal suffixes.mrkn
2013-09-02* test/rake/test_rake_rules.rb: add space after string literal tocharliesome
2013-09-02* test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr
2013-09-01* bignum.c (Init_Bignum): Define Bignum::GMP_VERSION when GMP is used.akr
2013-09-01* bignum.c (big2str_generic): Reduce arguments.akr
2013-09-01* process.c (get_mach_timebase_info): Extracted from rb_clock_gettime.akr
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* bignum.c (big2str_base_poweroftwo): Renamed fromakr
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-01* numeric.c (rb_fix_bit_length): Moved from bignum.c.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-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* lib/securerandom.rb (random_bytes): Use Process.clock_gettime.akr
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-29* struct.c (rb_struct_define_without_accessor_under): added.ko1
2013-08-29vm_insnhelper.c: fix zsuper in prependednobu
2013-08-29* remove trailing spaces.nobu