aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Removal of lib/yaml/baseemitter.rb was accidental.why2005-09-131-0/+247
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-133-354/+38
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-126-8/+20
* * test/socket/test_{udp,socket}.rb: revert unintentional commit.matz2005-09-122-2/+2
* * test/testunit/test_assertions.rb: revert unintentional commit.matz2005-09-121-0/+1
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-125-12/+14
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-124-4/+7
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-121-77/+0
* 2005-09-13nobu2005-09-121-3/+3
* * file.c (apply2files): stricter callback definition.nobu2005-09-123-37/+31
* * test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo2005-09-122-0/+13
* * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean2005-09-123-10/+16
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-125-21/+30
* 2005-09-12ocean2005-09-121-3/+3
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-1244-5308/+2211
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-112-0/+22
* set ERB#filename so that it is used when reporting syntax/runtime errors.seki2005-09-112-75/+82
* 2005-09-11seki2005-09-111-3/+3
* * array.c: protoize.matz2005-09-103-321/+149