summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove
2013-04-05* ext/socket/init.c (cloexec_accept): Fix a compile error onakr
2013-04-05* load.c (features_index_add): use rb_str_subseq() to specify C stringshirosaki
2013-04-05* include/ruby/defines.h (HAVE_TRUE_LONG_LONG): Defined to distinguishakr
2013-04-05* addr2line.c: include ruby/missing.h to fix compile error on Debian.akr
2013-04-05compile.c: defined? with empty expressionnobu
2013-04-05curses.c: fix functionnobu
2013-04-05* ext/curses/hello.rb: Typo in Curses example by Drew Blaszzak
2013-04-04* lib/resolv.rb (bind_random_port): Rescue EACCES for SunOS.akr
2013-04-04* ext/socket/extconf.rb: Remove condition for bcc.akr
2013-04-04* include/ruby/ruby.h (FIX2LONG): Parenthesize the macro body.akr
2013-04-04* time.c (time_strftime): Describe %L and %N truncates digits underakr
2013-04-04* object.c (rb_mod_cvar_set): Reverted "avoid inadvertentakr
2013-04-04* ext/pathname/pathname.c (path_write): New method.akr
2013-04-04* thread_pthread.c: Fixes wrong scopes of #if USE_SLEEPY_TIMER_THREADyugui
2013-04-04* thread_pthread.c (ruby_init_stack): Avoid using uninitialized value.yugui
2013-04-04struct.c: avoid inadvertent symbol creationnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04enum.c: avoid inadvertent symbol creationnobu
2013-04-04thread.c: avoid inadvertent symbol creationnobu
2013-04-04* ext/openssl/ossl_bn.c (ossl_bn_to_i): Use bn2hex to speed up.naruse
2013-04-03* ext/socket/extconf.rb: Specify arguments to test functions.akr
2013-04-03* ext/openssl/ossl_bn.c (ossl_bn_initialize): fix can't create from bn.naruse
2013-04-03* ext/socket/extconf.rb: Test functions and libraries after headers.akr
2013-04-03* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr
2013-04-03* process.c: Describe the behavior which Ruby invokes a commandlineakr
2013-04-03* ext/extmk.rb (extmake): Invoke Logging::log_close in a ensureakr
2013-04-03* ext/extmk.rb (extmake): Use Logging.open to switch stdout andakr
2013-04-03win32.c: pass through unknown sequencenobu
2013-04-03bignum.c: hide intermediate Bignumsnobu
2013-04-03bignum.c: Bignum zero comparisonnobu
2013-04-02* lib/securerandom.rb (SecureRandom.random_bytes): Useakr
2013-04-02add ML ref.akr
2013-04-02* pack.c: Support Q! and q! for long long.akr
2013-04-02* ext/-test-/num2int/num2int.c: Define utility methodsakr
2013-04-02* lib/securerandom.rb: Don't use Array#to_s.akr
2013-04-02* re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse
2013-04-02* vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.naruse
2013-04-02* test/ruby/envutil.rb (assert_separately): stop_auto_run ofnaruse
2013-04-01* ext/-test-/num2int/num2int.c: Rename utility methodsakr
2013-04-01* remove trailing spaces.nobu
2013-04-01* ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.akr
2013-04-01* ext/zlib/zlib.c (Zlib::Inflate.new):eregon
2013-04-01* test/-ext-/num2int/test_num2int.rb: Test small bignums.akr
2013-04-01* numeric.c (rb_num2ulong_internal): Don't cast a negative double valueakr
2013-04-01* ext/-test-/num2int/num2int.c: Return string for result, instead ofakr
2013-04-01* numeric.c (rb_num2long): Don't use SIGNED_VALUE uselessly.akr
2013-04-01configure.in: prereq 2.67nobu
2013-04-01fix a typokazu
2013-04-01configure.in: clang checknobu