| Commit message (Expand) | Author | Age | Files | Lines |
| * | * test/xmlrpc/test_webrick_server.rb (setup_http_server): | ocean | 2005-09-19 | 2 | -5/+17 |
| * | * 2005-09-20 | eban | 2005-09-19 | 1 | -3/+3 |
| * | * io.c (io_close): call rb_io_close() directly if io is a T_FILE | matz | 2005-09-19 | 2 | -0/+9 |
| * | * file.c (rb_file_chown): should accept nil. [ruby-dev:27171] (backport from ... | aamine | 2005-09-19 | 2 | -2/+7 |
| * | * ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support. | matz | 2005-09-19 | 2 | -1/+6 |
| * | * ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete... | aamine | 2005-09-19 | 2 | -1/+8 |
| * | avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133] | suke | 2005-09-19 | 2 | -3/+16 |
| * | * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co... | aamine | 2005-09-19 | 3 | -1/+12 |
| * | * test/fileutils/test_fileutils.rb: backported from trunk (1.36). (again) [ru... | aamine | 2005-09-19 | 2 | -64/+387 |
| * | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo | 2005-09-18 | 6 | -23/+40 |
| * | * lib/fileutils.rb: backported from trunk (rev 1.65): | aamine | 2005-09-18 | 2 | -352/+894 |
| * | * 2005-09-19 | eban | 2005-09-18 | 1 | -3/+3 |
| * | * file.c (rb_thread_flock): wrap the flock system call by | akr | 2005-09-18 | 4 | -1/+24 |
| * | * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END to | akr | 2005-09-18 | 2 | -0/+7 |
| * | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 7 | -569/+542 |
| * | * 2005-09-18 | eban | 2005-09-17 | 1 | -3/+3 |
| * | * lib/mathn.rb (Rational::inspect): should preserve original | matz | 2005-09-17 | 2 | -2/+8 |
| * | * lib/cgi.rb (CGI::Cookie): should handle multiple values for a | matz | 2005-09-17 | 4 | -8/+27 |
| * | * 2005-09-17 | eban | 2005-09-17 | 1 | -3/+3 |
| * | * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_string | nagai | 2005-09-17 | 3 | -5/+12 |
| * | * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixed | kou | 2005-09-16 | 3 | -1/+67 |
| * | add a empty line. | akr | 2005-09-16 | 1 | -0/+1 |
| * | fix bug in ext/win32ole/sample/ienavi.rb | suke | 2005-09-16 | 3 | -3/+30 |
| * | * file.c (file_inspect_join): commit miss, applied a patch for old trunk. | nobu | 2005-09-16 | 1 | -1/+0 |
| * | * file.c (file_inspect_join): missing argument declaration. | nobu | 2005-09-16 | 1 | -0/+1 |
| * | * file.c (rb_file_s_extname): empty string for path name ending with a | nobu | 2005-09-16 | 2 | -6/+21 |
| * | * ext/syck/node.c (syck_replace_str): was using return from the | matz | 2005-09-16 | 2 | -1/+7 |
| * | * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin" | matz | 2005-09-16 | 2 | -8/+43 |
| * | * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_string | nagai | 2005-09-16 | 3 | -2/+6 |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 4 | -5/+13 |
| * | * 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 | 2 | -60/+112 |
| * | * 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 | 54 | -599/+902 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-09-15 | 29 | -0/+2953 |
| * | * win32/win32.h (rb_w32_stat): added prototype. | ocean | 2005-09-15 | 2 | -0/+5 |
| * | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa | 2005-09-15 | 2 | -0/+15 |
| * | * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet, | nagai | 2005-09-15 | 3 | -7/+13 |
| * | (Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces. | seki | 2005-09-14 | 2 | -108/+105 |
| * | * version.h: updated. | matz | 2005-09-14 | 1 | -3/+3 |
| * | * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with | matz | 2005-09-14 | 2 | -1/+6 |
| * | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 4 | -52/+67 |
| * | * 2005-09-14 | eban | 2005-09-13 | 1 | -3/+3 |
| * | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 5 | -246/+17 |
| * | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 3 | -83/+111 |
| * | * eval.c (BEGIN_CALLARGS): pop halfly pushed status. | nobu | 2005-09-13 | 2 | -4/+11 |
| * | * 2005-09-13 | nobu | 2005-09-13 | 1 | -3/+3 |
| * | * lib/net/http.rb: backported from trunk, rev 1.128. [ruby-dev:25673] [ruby-d... | aamine | 2005-09-13 | 5 | -456/+795 |
| * | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 0 | -0/+0 |