aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * missing/ffs.c (ffs): fixed for non-zero values.akr2010-05-132-1/+7
* add a test.akr2010-05-131-0/+12
* * test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.nobu2010-05-131-7/+10
* * ext/io/console/console.c (get_write_fd): return primary fd if nonobu2010-05-133-1/+15
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu2010-05-131-11/+11
* * io.c (swallow): should use more_char() instead of fill_cbuf().usa2010-05-132-5/+6
* * ext/io/console/console.c (console_set_echo, console_echo_p): usenobu2010-05-132-2/+7
* * vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.nobu2010-05-131-1/+1
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-131-45/+62
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-1312-275/+456
* * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa2010-05-131-0/+1
* * marshal.c (w_float): use minimal representation.nobu2010-05-133-84/+58
* * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu2010-05-133-1/+6
* * io.c (swallow): small optimize.usa2010-05-131-4/+4
* [Bug #1576]usa2010-05-131-0/+1
* * io.c (swallow): support text mode and UTF-16/32 as internal encoding.usa2010-05-132-9/+48
* * properties.nobu2010-05-130-0/+0
* * win32/Makefile.sub: link with ffs.obj.usa2010-05-132-1/+5
* * 2010-05-13svn2010-05-121-2/+2
* * ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr2010-05-122-4/+10
* * include/ruby/intern.h (rb_quad_pack): deprecated.akr2010-05-122-2/+7
* add a test.akr2010-05-121-8/+15
* new test file.akr2010-05-121-0/+73
* fix the comment.akr2010-05-121-1/+1
* * time.c (rb_big_abs_find_minbit): use ffs().akr2010-05-125-2/+63
* * numeric.c (flo_to_s): fixed broken output including nuls.nobu2010-05-122-2/+11
* * 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