aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * numeric.c (flo_to_s): exponent needs 2 digits.nobu2010-05-122-4/+7
* * numeric.c (flo_to_s): fill lower zeros.nobu2010-05-122-0/+8
* * lib/rdoc/generator/ri.rb (generate): should load existing cacheusa2010-05-122-0/+7
* * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu2010-05-122-2/+9
* * ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa2010-05-122-7/+11
* * numeric.c (flo_to_s): make minimum string representation.nobu2010-05-123-15/+54
* * 2010-05-12svn2010-05-121-2/+2
* * re.c (rb_reg_initialize_m): fix wrong index for the langnaruse2010-05-123-1/+10
* * ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr2010-05-113-4/+23
* update doc.akr2010-05-111-31/+31
* Add description about Regexp(str, opt, lang). [ruby-core:29893]naruse2010-05-111-2/+3
* * test/rake/test_task_arguments.rb: makes ENV empty during testsmame2010-05-112-2/+13
* * enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.naruse2010-05-112-0/+7
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn2010-05-113-1/+10
* * lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre2010-05-111-1/+1
* * ext/sdbm/sdbm.h (DBM): large file support on win32.nobu2010-05-114-5/+14
* * eval_intern.h (rb_vm_get_sourceline): add prototype.nobu2010-05-114-3/+5
* * ext/psych/parser.c (PSYCH_TRANSCODE): get rid of bare use of gccnobu2010-05-112-14/+17
* * ext/psych/parser.c: fixed broken indent.nobu2010-05-111-153/+154
* * 2010-05-11svn2010-05-101-2/+2
* * ext/psych/parser.c (parse): Return strings encoded astenderlove2010-05-103-10/+41
* * pack.c (pack_unpack): add a missing break.akr2010-05-102-0/+5
* * time.c (rb_big_abs_find_minbit): get rid of a warning of VC.usa2010-05-102-1/+12
* * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): newusa2010-05-103-2/+10
* * common.mk (rdoc): rdoc should depend main. Moreover when XRUBYnaruse2010-05-092-1/+6
* * vm_eval.c (eval_string_with_cref): propagative filename and line_nomame2010-05-095-1/+22
* * test/ruby/test_fiber.rb: add ML ref.mame2010-05-091-1/+1
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-098-13/+60
* * cont.c (fiber_switch): raise FiberError when returning to deadmame2010-05-093-3/+25
* * test/rubygems/mockgemui.rb (MockGemUi::TTY),nobu2010-05-093-0/+8
* * lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame2010-05-092-0/+9
* update doc.akr2010-05-091-1/+2
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu2010-05-091-1/+1
* * NEWS (io/console): added IO#echo?.nobu2010-05-091-0/+1
* * ext/io/console/console.c (console_set_raw): new method.nobu2010-05-093-1/+27
* * ext/io/console/console.c (ttymode): reverted previous commit.nobu2010-05-093-32/+9
* * include/ruby/ruby.h (RB_GC_GUARD_PTR): get rid of removal bynobu2010-05-092-1/+7
* * proc.c (proc_dup): copy blockprocval. proc_dup is used bymame2010-05-092-0/+7
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu2010-05-091-1/+1
* * cont.c (fiber_initialize_machine_stack_context): try to releasenobu2010-05-092-0/+14
* * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may betenderlove2010-05-091-1/+2
* * ext/json/generator/generator.c (fbuffer_inc_capa):naruse2010-05-092-1/+6
* revert previous doc. change.akr2010-05-091-2/+2
* * ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.nobu2010-05-096-114/+122
* * test/net/imap/test_imap.rb: use IPv4 forshugo2010-05-092-9/+22
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-083-1/+49
* * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...kazu2010-05-082-2/+8
* * ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been requiredtenderlove2010-05-082-1/+6
* * vm_insnhelper.c (vm_call_bmethod): removed unused variable.nobu2010-05-081-1/+0
* * cont.c (stackgrowdirection): removed duplicated code, usenobu2010-05-084-72/+33