aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* thread_pthread.c: fix compile error on HP-UXnobu2013-09-031-0/+7
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+9
* * ext/win32/lib/win32/registry.rb (Win32::Registry#values): added.usa2013-09-031-1/+7
* Add magic autoload comments to misc/*.el.knu2013-09-031-0/+10
* * test/ruby/test_rubyoptions.rbusa2013-09-031-0/+6
* * lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386]zzak2013-09-031-0/+5
* * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]zzak2013-09-031-0/+5
* fix typoskazu2013-09-031-4/+4
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-031-0/+16
* * process.c (rb_clock_gettime): Support times() based monotonic clock.akr2013-09-031-0/+5
* * bignum.c (str2big_scan_digits): Extracted from rb_cstr_to_inum.akr2013-09-031-0/+4
* * win32/win32.c (rb_w32_select_with_thread): rounding up the fraction ofusa2013-09-031-0/+6
* * win32/win32.c (do_select): constify timeout.usa2013-09-031-0/+7
* * test/openssl/test_pair.rbusa2013-09-031-0/+8
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-0/+6
* Retain behavior of Numeric#step when nil is given as second argument.knu2013-09-021-0/+11
* * bignum.c (bytes_2comp): Define it only for little endianakr2013-09-021-0/+5
* Fix and add tests for Numeric#step.knu2013-09-021-0/+6
* Numeral#step should raise TypeError if a non-numeric parameter is given.knu2013-09-021-0/+5
* * internal.h (bit_length): Add casts to fix complation error withakr2013-09-021-0/+6
* * vm_insnhelper.c (vm_search_super_method): use ci->argc instead ofko12013-09-021-0/+9
* Enhance Numeric#step.knu2013-09-021-0/+9
* parse.y: valid suffix word onlynobu2013-09-021-0/+5
* * bignum.c (ISDIGIT): Unused macro removed.akr2013-09-021-0/+4
* * bignum.c (str2big_poweroftwo): Extracted from rb_cstr_to_inum.akr2013-09-021-0/+6
* parse.y: force_encodingnobu2013-09-021-0/+5
* * NEWS: Add note about frozen string literalscharliesome2013-09-021-0/+17
* Add forgotton [DOC].knu2013-09-021-2/+2
* Process#setproctitle,argv0: Fix and improve rdoc.knu2013-09-021-0/+6
* * NEWS: fix description of number literal suffixes.mrkn2013-09-021-0/+4
* * test/rake/test_rake_rules.rb: add space after string literal tocharliesome2013-09-021-0/+7
* * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable itakr2013-09-021-0/+5
* * bignum.c (Init_Bignum): Define Bignum::GMP_VERSION when GMP is used.akr2013-09-011-0/+4
* * bignum.c (big2str_generic): Reduce arguments.akr2013-09-011-0/+6
* * process.c (get_mach_timebase_info): Extracted from rb_clock_gettime.akr2013-09-011-0/+6
* * bignum.c (GMP_BIG2STR_DIGITS): New constant.akr2013-09-011-0/+10
* * bignum.c (bary_mul_gmp): Use mpz_init and mpz_clear instead ofakr2013-09-011-0/+6
* * test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr2013-09-011-0/+5
* * bignum.c (big2str_base_poweroftwo): Renamed fromakr2013-09-011-0/+15
* * bignum.c (big2str_2bdigits): Renamed from big2str_orig.akr2013-09-011-0/+4
* * bignum.c: Remove BITSPERDIG >= INT_MAX test. The static assertion,akr2013-09-011-0/+5
* * bignum.c (maxpow_in_bdigit): Removed.akr2013-09-011-0/+4
* * numeric.c (rb_fix_bit_length): Moved from bignum.c.akr2013-09-011-0/+4
* * internal.h (bit_length): Moved from bignum.c.akr2013-09-011-0/+8
* * bignum.c (bit_length): Renamed from bitsize.akr2013-08-311-0/+4
* * bignum.c (rb_big_bit_length): New method.akr2013-08-311-0/+6
* mention that Process.clock_getres is a CRuby feature.akr2013-08-311-1/+1
* * process.c (rb_clock_getres): New method.akr2013-08-311-0/+11
* * bignum.c: Use GMP to accelerate big Bignum multiplication.akr2013-08-311-0/+11
* * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2charliesome2013-08-311-0/+7