aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix test to follow NetBSD's setenv(3).naruse2010-05-191-1/+7
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-193-2/+13
* * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa2010-05-192-1/+8
* * iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame2010-05-193-2/+20
* Fix test to follow the behavior of NetBSD's dlsym.naruse2010-05-191-2/+10
* * numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse2010-05-192-2/+34
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa2010-05-191-2/+6
* * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should useusa2010-05-191-2/+2
* * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa2010-05-191-1/+1
* * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa2010-05-191-1/+1
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-193-0/+19
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-194-34/+75
* * test/logger/test_logger.rb: close logger (or logdevice) if it's related tousa2010-05-191-10/+27
* * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa2010-05-191-1/+1
* * 2010-05-19svn2010-05-191-2/+2
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa2010-05-191-2/+10
* * enum.c: Documentation: small fixesmarcandre2010-05-173-38/+38
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-176-459/+459
* * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre2010-05-171-2/+2
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-174-14/+11
* * 2010-05-18svn2010-05-171-2/+2
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-1736-1335/+1335
* * process.c: suppress warning for signed and unsigned typemame2010-05-175-9/+20
* * .gitignore: updated.mame2010-05-172-0/+20
* * win32/win32.c (argv_size): merged into join_argv() to maintain theusa2010-05-172-52/+51
* * enc/iso_2022_jp.h: add CP50220.naruse2010-05-174-3/+161
* * test/ruby/test_dir_m17n.rb: changes for windows.usa2010-05-171-26/+46
* * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa2010-05-172-1/+9
* * ext/psych/lib/psych/emitter.rb: removing unused file.tenderlove2010-05-166-127/+118
* * dln.c (dln_load): check imported addresses only when compilednobu2010-05-161-0/+2
* * 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