aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2005-09-10ocean2005-09-101-3/+3
* tiny ChangeLog fixocean2005-09-101-1/+1
* * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu2005-09-093-199/+41
* 2005-09-09nobu2005-09-091-3/+3
* * string.c (rb_str_times): make empty strings to keep taintness,nobu2005-09-092-4/+9
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-084-9/+6
* * missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz2005-09-083-8/+20
* * missing/strchr.c (strrchr): fixed a bug in detecting NUL in amatz2005-09-081-1/+3
* Added .document file for lib/uri.ryan2005-09-073-2/+29
* 2005-09-08ryan2005-09-071-3/+3
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-0/+22
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-3/+58
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-076-17/+329