summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-19* ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove
2010-05-19* test/logger/test_logger.rb: close logger (or logdevice) if it's related tousa
2010-05-19* test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa
2010-05-19* 2010-05-19svn
2010-05-19* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa
2010-05-17* enum.c: Documentation: small fixesmarcandre
2010-05-17* hash.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre
2010-05-17* proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre
2010-05-17* 2010-05-18svn
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* process.c: suppress warning for signed and unsigned typemame
2010-05-17* .gitignore: updated.mame
2010-05-17* win32/win32.c (argv_size): merged into join_argv() to maintain theusa
2010-05-17* enc/iso_2022_jp.h: add CP50220.naruse
2010-05-17* test/ruby/test_dir_m17n.rb: changes for windows.usa
2010-05-17* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa
2010-05-16* ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove
2010-05-16* dln.c (dln_load): check imported addresses only when compilednobu
2010-05-16* dln.c (rb_w32_check_imported): workaround for VC6.nobu
2010-05-16* proc.c (mnew): initialize a field. a patch from Takahiro Kambe.mame
2010-05-16* eval.c (setup_exception): let SystemStackError#backtrace return anmame
2010-05-16* parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame
2010-05-16* ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui
2010-05-16* win32/win32.c (rb_w32_conv_from_wchar): use ECONV_UNDEF_REPLACE.nobu
2010-05-16* proc.c (proc_binding): don't propagative filename and line_no ofmame
2010-05-16* dln.c (rb_w32_check_imported): check if extension library to benobu
2010-05-16* common.mk (dln_find.o): fix dependency.nobu
2010-05-16* common.mk (dln_find.o): fix dependency.nobu
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