summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-09* test/net/imap/test_imap.rb: use IPv4 forshugo
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-08* io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...kazu
2010-05-08* ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been requiredtenderlove
2010-05-08* cont.c (stackgrowdirection): removed duplicated code, usenobu
2010-05-08* test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui
2010-05-08* spec/default.mspec (config): . is no longer in $:.yugui
2010-05-08* thread.c (rb_thread_aset): fixed argument type.nobu
2010-05-08* NEWS (io/console): IO#noecho and IO#raw without block arenobu
2010-05-08* ext/io/console/console.c (ttymode): save dupped file descriptorsnobu
2010-05-08* array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre
2010-05-08* lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu
2010-05-08* ext/io/console: imported. [ruby-dev:40897]nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2010-05-08* ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6akr
2010-05-07* version.h: bump up to 1.9.3.nobu
2010-05-07* tool/rbinstall.rb (install-man): install mdocs directly withoutnobu
2010-05-07* ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu
2010-05-06* ext/tk/extconf.rb: search directories on PATH, only if containingnagai
2010-05-06* ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse
2010-05-06* cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400usa
2010-05-06* test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu
2010-05-06* cont.c (fiber_setcontext): Fix last commit.ko1
2010-05-06* time.c (rb_localtime_r2): get rid of infinite loop bug ofnobu
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
2010-05-06* string.c (rb_str_match_m): add description about optionalnaruse
2010-05-06* lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr
2010-05-06* NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat...mrkn
2010-05-06* README: update.nobu
2010-05-05* cont.c: apply FIBER_USE_NATIVE patch. This patch improveko1
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-05* compile.c (iseq_set_sequence): fix check range of ic_index.wanabe
2010-05-05* dln.c (aix_loaderror): use execerror for load error on AIX.kanemoto
2010-05-05* thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-05-05* file.c (rb_stat): use STAT macro instead of calling stat() directly.usa
2010-05-05* bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu
2010-05-04* gc.c (rb_mark_method_entry): renamed.nobu
2010-05-04* method.h (rb_gc_mark_method_entry): fixed typo.nobu
2010-05-04* method.h, vm_method.c: rename some internal functions related toko1
2010-05-04* compile.c (iseq_build_body): update iseq->ic_size.wanabe
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2010-05-04* test/fileutils/test_fileutils.rb (test_copy_stream):nobu
2010-05-04* vm_insnhelper.c (argument_error): push correct backtrace.ko1
2010-05-04* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr
2010-05-04* ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-03* ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse
2010-05-03* sample/README: update file list. [ruby-core:28981]kazu