aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/logger/test_logger.rb: unintentionally overwritten changes bynahi2005-09-152-0/+7
* * 2005-09-16eban2005-09-151-3/+3
* forgot to update some files in the previous soap4r-1.5.5 import.nahi2005-09-153-60/+113
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo2005-09-152-0/+6
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-1580-597/+3853
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-152-0/+15
* * lib/open-uri.rb: add :read_timeout option.akr2005-09-152-0/+16
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-153-7/+13
* * 2005-09-15usa2005-09-151-3/+3
* * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa2005-09-152-9/+102
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-144-15/+136
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-144-44/+60
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-1411-23/+30
* * 2005-09-14usa2005-09-141-3/+3
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-1436-822/+832
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-133-81/+109
* * eval.c (BEGIN_CALLARGS): pop halfly pushed status.nobu2005-09-132-4/+11
* * test/socket/test_socket.rb (test_listen): missed to modify.nobu2005-09-132-2/+2
* * ruby.h (PRINTF_ARGS): new macro for printf style argument checking.akr2005-09-133-15/+25
* * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine2005-09-132-40/+126
* * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0ocean2005-09-133-2/+8
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-1320-2487/+4290