aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-201-12/+17
* * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr2005-09-201-0/+4
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-201-0/+6
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-201-0/+5
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-201-0/+16
* * test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean2005-09-191-0/+6
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-191-0/+6
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-3/+26
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine2005-09-191-1/+5
* not ruby-dev, but ruby-list. [ruby-list:41054]aamine2005-09-191-1/+1
* * lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41...aamine2005-09-191-0/+3
* * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine2005-09-191-0/+4
* * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine2005-09-191-0/+7
* * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine2005-09-191-0/+9
* additional ChangeLog for rb_w32_selectocean2005-09-191-0/+17
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-181-0/+12
* * lib/fileutils.rb: method renaming: collect_methods -> collect_method.aamine2005-09-181-0/+5
* * lib/fileutils.rb: use module_function instead of single extend.aamine2005-09-181-0/+7
* * lib/fileutils.rb (remove_entry_secure): does not use chdir(2).aamine2005-09-181-0/+4
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+13
* * ChangeLog: fix typo.nobu2005-09-181-1/+1
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-0/+16
* * ChangeLog: commit miss, forgot to add log for file.c.nobu2005-09-171-0/+3
* * gc.c (garbage_collect): return false if no GC run.nobu2005-09-171-2/+6
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-171-0/+8
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-0/+13
* * win32/win32.c (rb_w32_select): fixed deadlock bug.ocean2005-09-171-0/+6
* no messageocean2005-09-171-2/+2
* * test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):ocean2005-09-171-0/+5
* * win32/win32.c (rb_w32_select): I hope performance problem wasocean2005-09-171-0/+5
* * win32/win32.c (rb_w32_select): console support is back.ocean2005-09-171-0/+9
* * win32/win32.c (rb_w32_select): select for socket didn't work.ocean2005-09-171-0/+28
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-171-0/+7
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-0/+8
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-161-0/+7
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-161-1/+8
* * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): justnobu2005-09-161-1/+7
* * file.c (rb_file_s_extname): empty string for path name ending with anobu2005-09-161-1/+9
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-161-0/+6
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-161-0/+5
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-161-0/+4
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-0/+10
* * test/logger/test_logger.rb: unintentionally overwritten changes bynahi2005-09-151-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo2005-09-151-0/+5
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-151-0/+84
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+5
* * lib/open-uri.rb: add :read_timeout option.akr2005-09-151-0/+5
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-151-0/+5
* * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa2005-09-151-0/+8
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-141-0/+8