| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * test/logger/test_logger.rb: unintentionally overwritten changes by | nahi | 2005-09-15 | 2 | -0/+7 |
* | * 2005-09-16 | eban | 2005-09-15 | 1 | -3/+3 |
* | forgot to update some files in the previous soap4r-1.5.5 import. | nahi | 2005-09-15 | 3 | -60/+113 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set | gotoyuzo | 2005-09-15 | 2 | -0/+6 |
* | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi | 2005-09-15 | 80 | -597/+3853 |
* | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa | 2005-09-15 | 2 | -0/+15 |
* | * lib/open-uri.rb: add :read_timeout option. | akr | 2005-09-15 | 2 | -0/+16 |
* | * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet, | nagai | 2005-09-15 | 3 | -7/+13 |
* | * 2005-09-15 | usa | 2005-09-15 | 1 | -3/+3 |
* | * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle(). | usa | 2005-09-15 | 2 | -9/+102 |
* | * win32/win32.c (collect_file_fd): rename from extract_file_fd. | usa | 2005-09-14 | 4 | -15/+136 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 4 | -44/+60 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 11 | -23/+30 |
* | * 2005-09-14 | usa | 2005-09-14 | 1 | -3/+3 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 36 | -822/+832 |
* | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 3 | -81/+109 |
* | * eval.c (BEGIN_CALLARGS): pop halfly pushed status. | nobu | 2005-09-13 | 2 | -4/+11 |
* | * test/socket/test_socket.rb (test_listen): missed to modify. | nobu | 2005-09-13 | 2 | -2/+2 |
* | * ruby.h (PRINTF_ARGS): new macro for printf style argument checking. | akr | 2005-09-13 | 3 | -15/+25 |
* | * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes. | aamine | 2005-09-13 | 2 | -40/+126 |
* | * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0 | ocean | 2005-09-13 | 3 | -2/+8 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 20 | -2487/+4290 |
* | Removal of lib/yaml/baseemitter.rb was accidental. | why | 2005-09-13 | 1 | -0/+247 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 3 | -354/+38 |
* | * lib/ostruct.rb (new_ostruct_member): Object#send no longer call | nobu | 2005-09-12 | 6 | -8/+20 |
* | * test/socket/test_{udp,socket}.rb: revert unintentional commit. | matz | 2005-09-12 | 2 | -2/+2 |
* | * test/testunit/test_assertions.rb: revert unintentional commit. | matz | 2005-09-12 | 1 | -0/+1 |
* | * eval.c (proc_save_safe_level): no need to restrict safe level | matz | 2005-09-12 | 5 | -12/+14 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 4 | -4/+7 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -77/+0 |
* | 2005-09-13 | nobu | 2005-09-12 | 1 | -3/+3 |
* | * file.c (apply2files): stricter callback definition. | nobu | 2005-09-12 | 3 | -37/+31 |
* | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo | 2005-09-12 | 2 | -0/+13 |
* | * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest change | ocean | 2005-09-12 | 3 | -10/+16 |
* | * dln.c: avoid warning of const to non-const convertion. | ocean | 2005-09-12 | 5 | -21/+30 |
* | 2005-09-12 | ocean | 2005-09-12 | 1 | -3/+3 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 44 | -5308/+2211 |
* | * lib/net/imap.rb (starttls): supported the STARTTLS command. | shugo | 2005-09-11 | 2 | -0/+22 |
* | set ERB#filename so that it is used when reporting syntax/runtime errors. | seki | 2005-09-11 | 2 | -75/+82 |
* | 2005-09-11 | seki | 2005-09-11 | 1 | -3/+3 |
* | * array.c: protoize. | matz | 2005-09-10 | 3 | -321/+149 |
* | 2005-09-10 | ocean | 2005-09-10 | 1 | -3/+3 |
* | tiny ChangeLog fix | ocean | 2005-09-10 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 3 | -199/+41 |
* | 2005-09-09 | nobu | 2005-09-09 | 1 | -3/+3 |
* | * string.c (rb_str_times): make empty strings to keep taintness, | nobu | 2005-09-09 | 2 | -4/+9 |
* | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 4 | -9/+6 |
* | * missing/strchr.c (strrchr): fixed a bug for detecting NUL in a | matz | 2005-09-08 | 3 | -8/+20 |
* | * missing/strchr.c (strrchr): fixed a bug in detecting NUL in a | matz | 2005-09-08 | 1 | -1/+3 |
* | Added .document file for lib/uri. | ryan | 2005-09-07 | 3 | -2/+29 |