aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-202-13/+18
* * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr2005-09-202-0/+5
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-202-0/+9
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-202-0/+13
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-2010-356/+395
* * test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean2005-09-192-5/+17
* * file.c (rb_thread_flock): should have resolved conflict.matz2005-09-191-9/+0
* * 2005-09-20eban2005-09-191-3/+3
* * lib/mathn.rb (Fixnum): remove debug print.matz2005-09-193-9/+6
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-196-7/+56
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine2005-09-192-3/+7
* 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-192-6/+12
* * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine2005-09-193-24/+31
* forgot to check-inaamine2005-09-191-2/+1
* * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine2005-09-193-10/+20
* 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-186-23/+42
* * lib/fileutils.rb: method renaming: collect_methods -> collect_method.aamine2005-09-182-5/+10
* * lib/fileutils.rb: use module_function instead of single extend.aamine2005-09-183-20/+258
* * lib/fileutils.rb (remove_entry_secure): does not use chdir(2).aamine2005-09-182-24/+35
* * 2005-09-19eban2005-09-181-3/+3
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-184-1/+24
* * ChangeLog: fix typo.nobu2005-09-181-1/+1
* * win32/win32.c (rb_w32_select): documented problem.ocean2005-09-171-6/+13
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-177-568/+541
* * ChangeLog: commit miss, forgot to add log for file.c.nobu2005-09-171-0/+3
* * file.c (rb_file_join): convert components by to_s instead of to_str.nobu2005-09-171-7/+2
* * gc.c (garbage_collect): return false if no GC run.nobu2005-09-172-3/+7
* * 2005-09-18eban2005-09-171-3/+3
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-173-3/+11
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-175-7/+26
* * win32/win32.c (rb_w32_select): fixed deadlock bug.ocean2005-09-172-33/+43
* * 2005-09-17eban2005-09-171-3/+3
* no messageocean2005-09-171-2/+2
* * test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):ocean2005-09-172-2/+5
* * win32/win32.c (rb_w32_select): I hope performance problem wasocean2005-09-172-8/+29
* * win32/win32.c (rb_w32_select): console support is back.ocean2005-09-172-1/+51
* * win32/win32.c (rb_w32_select): select for socket didn't work.ocean2005-09-172-223/+129
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-173-5/+12
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-163-1/+67
* * lib/net/imap.rb: supported DIGEST-MD5. Thanks, Mathieu Arnold.shugo2005-09-162-7/+117
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-164-38/+121
* * gc.c (rb_memerror, ruby_xmalloc, ruby_xrealloc, rb_newobj): justnobu2005-09-162-10/+22
* * file.c (rb_file_s_extname): empty string for path name ending with anobu2005-09-162-6/+21
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-162-1/+7
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-162-8/+43
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-163-2/+6
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-166-11/+26