summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-16* error.c (rb_loaderror): use locale string, not ascii-8bit.nobu
2010-05-16* cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu
2010-05-16* include/ruby/missing.h (signbit): add missing prototype.nobu
2010-05-16* ext/psych/lib/psych/visitors/json_tree.rb: using factory methods fortenderlove
2010-05-16* ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu
2010-05-15* 2010-05-16svn
2010-05-15 * configure.in: can not load libruby.so if gcc is used withkanemoto
2010-05-15* ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu
2010-05-14* test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa
2010-05-14* test/ruby/test_process.rb: skip some tests on Windows.usa
2010-05-13* marshal.c (w_float): strip ".0" from end for rubyspec.nobu
2010-05-13* test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu
2010-05-13* 2010-05-14svn
2010-05-13* vm_core.c (rb_thread_struct): add a field for sigaltstack.mame
2010-05-13* missing/ffs.c (ffs): fixed for non-zero values.akr
2010-05-13add a test.akr
2010-05-13* test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.nobu
2010-05-13* ext/io/console/console.c (get_write_fd): return primary fd if nonobu
2010-05-13* test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu
2010-05-13* io.c (swallow): should use more_char() instead of fill_cbuf().usa
2010-05-13* ext/io/console/console.c (console_set_echo, console_echo_p): usenobu
2010-05-13* vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.nobu
2010-05-13* test/ruby/test_process.rb: skip some tests on Windows.usa
2010-05-13* array.c: Harmonize documentation, in particular regarding:marcandre
2010-05-13* test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa
2010-05-13* marshal.c (w_float): use minimal representation.nobu
2010-05-13* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu
2010-05-13* io.c (swallow): small optimize.usa
2010-05-13[Bug #1576]usa
2010-05-13* io.c (swallow): support text mode and UTF-16/32 as internal encoding.usa
2010-05-13* properties.nobu
2010-05-13* win32/Makefile.sub: link with ffs.obj.usa
2010-05-12* 2010-05-13svn
2010-05-12* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr
2010-05-12* include/ruby/intern.h (rb_quad_pack): deprecated.akr
2010-05-12add a test.akr
2010-05-12new test file.akr
2010-05-12fix the comment.akr
2010-05-12* time.c (rb_big_abs_find_minbit): use ffs().akr
2010-05-12* numeric.c (flo_to_s): fixed broken output including nuls.nobu
2010-05-12* numeric.c (flo_to_s): exponent needs 2 digits.nobu
2010-05-12* numeric.c (flo_to_s): fill lower zeros.nobu
2010-05-12* lib/rdoc/generator/ri.rb (generate): should load existing cacheusa
2010-05-12* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improvednobu
2010-05-12* ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32usa
2010-05-12* numeric.c (flo_to_s): make minimum string representation.nobu
2010-05-12* 2010-05-12svn
2010-05-12* re.c (rb_reg_initialize_m): fix wrong index for the langnaruse
2010-05-11* ext/socket/extconf.rb: test IPPROTO_IP and IPPROTO_IPV6 constants.akr
2010-05-11update doc.akr