summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-21* suppress warnings.nobu
2010-05-21* configure.in: fixed typo.nobu
2010-05-21* configure.in (warnflags): add -pedantic if gcc.nobu
2010-05-21fix typoskazu
2010-05-21* configure.in (LIBRUBYARG_SHARED): shared library will not benobu
2010-05-21* ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu
2010-05-21* vm.c (vm_backtrace_each), vm_eval.c (rb_catch_obj): suppressnobu
2010-05-21* marshal.c (w_float): use dtoa directly instead of strippingnobu
2010-05-20* 2010-05-21svn
2010-05-20* thread.c (subtract_tv): if the rest is zero, should finish waitingusa
2010-05-20* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame
2010-05-20* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-20* vm.c (vm_backtrace_each): now takes an init function to distinguishmame
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2010-05-20* ext/psych/emitter: f..king C99(gcc)-ism.usa
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* 2010-05-20svn
2010-05-19* ext/psych/emitter.c: output strings are automatically transcodedtenderlove
2010-05-19* ChangeLog: sorry. fix typo.nagai
2010-05-19* ChangeLog: commit miss. sorry.nagai
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-19Fix test to follow NetBSD's setenv(3).naruse
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-19* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa
2010-05-19* iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame
2010-05-19Fix test to follow the behavior of NetBSD's dlsym.naruse
2010-05-19* numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse
2010-05-19* test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa
2010-05-19* test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa
2010-05-19* test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should useusa
2010-05-19* test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa
2010-05-19* test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa
2010-05-19* ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove
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