aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui2010-05-082-0/+16
* * spec/default.mspec (config): . is no longer in $:.yugui2010-05-082-1/+5
* * thread.c (rb_thread_aset): fixed argument type.nobu2010-05-083-3/+7
* * NEWS (io/console): IO#noecho and IO#raw without block arenobu2010-05-082-3/+4
* * ext/io/console/console.c (ttymode): save dupped file descriptorsnobu2010-05-083-3/+37
* update doc.akr2010-05-081-2/+2
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-0810-2/+496
* * array.c (rb_ary_fetch, rb_ary_splice, rb_ary_store): Improve IndexErrormarcandre2010-05-083-6/+19
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu2010-05-082-32/+7
* * ext/io/console: imported. [ruby-dev:40897]nobu2010-05-084-0/+565
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-088-51/+75
* * ext/etc/etc.c: suppressed warnings.nobu2010-05-081-4/+4
* * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu2010-05-083-2/+19
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): MacOS X 10.6akr2010-05-082-0/+8
* * 2010-05-08svn2010-05-071-2/+2
* don't sleep indefinitely. collect the zombie.akr2010-05-071-3/+6
* * version.h: bump up to 1.9.3.nobu2010-05-072-1/+5
* * properties.nobu2010-05-071-0/+0
* Revert r26058 "* test/webrick/test_server.rb (test_daemon): simply use fork's...naruse2010-05-071-2/+8
* * .gitignore: ignoring fiddle build filestenderlove2010-05-071-0/+6
* * tool/rbinstall.rb (install-man): install mdocs directly withoutnobu2010-05-072-7/+9
* * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu2010-05-072-5/+14
* * ext/tk/extconf.rb: search directories on PATH, only if containingnagai2010-05-062-78/+91
* * 2010-05-07svn2010-05-061-2/+2
* * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse2010-05-063-2/+7
* * cont.c: define FIBER_USE_NATIVE only when _WIN32_WINNT >= 0x0400usa2010-05-062-1/+8
* * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst isnobu2010-05-063-3/+32
* * ext/fiddle/function.c (function_call): removed unused variable.nobu2010-05-061-1/+0
* * cont.c (Init_Cont): th is used only when FIBER_USE_NATIVE.nobu2010-05-061-1/+1
* * cont.c (fiber_setcontext): Fix last commit.ko12010-05-062-0/+5
* * time.c (rb_localtime_r2): get rid of infinite loop bug ofnobu2010-05-062-0/+8
* * ext/fiddle/*: Adding fiddle library to wrap libffitenderlove2010-05-0622-71/+1084
* * string.c (rb_str_match_m): add description about optionalnaruse2010-05-062-2/+11
* * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr2010-05-062-2/+6
* * NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat...mrkn2010-05-062-0/+23
* * README: update.nobu2010-05-065-26/+58
* * cont.c: apply FIBER_USE_NATIVE patch. This patch improveko12010-05-052-10/+371
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-0510-23/+122
* * NEWS: wordingmarcandre2010-05-051-1/+1
* * compile.c (iseq_set_sequence): fix check range of ic_index.wanabe2010-05-052-1/+6
* * dln.c (aix_loaderror): use execerror for load error on AIX.kanemoto2010-05-052-39/+22
* * thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe2010-05-052-9/+18
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-053-300/+71
* * file.c (rb_stat): use STAT macro instead of calling stat() directly.usa2010-05-052-1/+6
* * test/etc/test_etc.rb: assert only when any value is given.nobu2010-05-051-2/+2
* * debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu2010-05-051-1/+1
* * bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu2010-05-052-5/+12
* * gc.c (rb_mark_method_entry): renamed.nobu2010-05-044-5/+5
* * method.h (rb_gc_mark_method_entry): fixed typo.nobu2010-05-042-1/+5
* * method.h, vm_method.c: rename some internal functions related toko12010-05-045-19/+34