aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dln.c (rb_w32_check_imported): workaround for VC6.nobu2010-05-163-3/+7
* * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.mame2010-05-162-0/+6
* * eval.c (setup_exception): let SystemStackError#backtrace return anmame2010-05-162-0/+6
* * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame2010-05-163-5/+11
* * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui2010-05-162-1/+6
* * win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.nobu2010-05-161-8/+1
* * proc.c (proc_binding): don't propagative filename and line_no ofmame2010-05-163-3/+16
* * dln.c (rb_w32_check_imported): check if extension library to benobu2010-05-164-24/+65
* * common.mk (dln_find.o): fix dependency.nobu2010-05-162-2/+2
* * common.mk (dln_find.o): fix dependency.nobu2010-05-162-1/+5
* * error.c (rb_loaderror): use locale string, not ascii-8bit.nobu2010-05-163-2/+8
* * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu2010-05-163-4/+4
* * include/ruby/missing.h (signbit): add missing prototype.nobu2010-05-162-0/+8
* * ext/psych/lib/psych/visitors/json_tree.rb: using factory methods fortenderlove2010-05-162-10/+20
* * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu2010-05-162-1/+6
* * 2010-05-16svn2010-05-151-2/+2
* * configure.in: can not load libruby.so if gcc is used withkanemoto2010-05-152-6/+7
* * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu2010-05-153-2/+19
* * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa2010-05-141-2/+12
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-141-17/+17
* * marshal.c (w_float): strip ".0" from end for rubyspec.nobu2010-05-132-1/+8
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu2010-05-131-2/+0
* * 2010-05-14svn2010-05-131-2/+2
* * vm_core.c (rb_thread_struct): add a field for sigaltstack.mame2010-05-135-12/+30
* * 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