| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele... | aamine | 2005-09-23 | 2 | -1/+7 |
| * | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba... | aamine | 2005-09-23 | 3 | -1/+47 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-09-23 | 2 | -0/+50 |
| * | * lib/mkmf.rb (find_executable0): default path if environment is not | nobu | 2005-09-22 | 2 | -1/+15 |
| * | * test/readline/test_readline.rb (TestReadline::replace_stdio): | shugo | 2005-09-22 | 2 | -13/+21 |
| * | * 2005-09-22 | eban | 2005-09-22 | 1 | -3/+3 |
| * | * ext/tk/sample/demos-en/tcolor.bak: remove. | nagai | 2005-09-22 | 1 | -513/+0 |
| * | * lib/mkmf.rb (configuration): generalized nmake dependent code. | nobu | 2005-09-21 | 2 | -1/+11 |
| * | * ChangeLog: last minute fixup. | matz | 2005-09-21 | 1 | -4/+4 |
| * | * ext/syck/token.c: correctly compute identation of a block | why | 2005-09-20 | 2 | -110/+120 |
| * | * stable version 1.8.3 released. | matz | 2005-09-20 | 1 | -0/+4 |
| * | * README.EXT, README.EXT.ja: add new features. | nobu | 2005-09-20 | 3 | -4/+44 |
| * | * lib/optparse.rb (default_argv, Arguable#options): defaults strings | nobu | 2005-09-20 | 2 | -3/+14 |
| * | * 2005-09-21 | eban | 2005-09-20 | 1 | -3/+3 |
| * | * file.c (fpath_check): typo fixed. | matz | 2005-09-20 | 2 | -1/+3 |
| * | * file.c (path_check_0): disallow sticky world writable directory | matz | 2005-09-20 | 2 | -9/+26 |
| * | * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb, | nahi | 2005-09-20 | 5 | -4/+58 |
| * | * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag | nobu | 2005-09-20 | 2 | -8/+13 |
| * | * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179] | akr | 2005-09-20 | 2 | -0/+5 |
| * | * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776] | matz | 2005-09-20 | 2 | -0/+5 |
| * | * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charset | matz | 2005-09-20 | 3 | -4/+15 |
| * | * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on | ocean | 2005-09-20 | 2 | -0/+9 |
| * | * test/dbm/test_dbm.rb (TestDBM::test_s_open_error): remove | matz | 2005-09-20 | 2 | -8/+6 |
| * | * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead. | ocean | 2005-09-20 | 2 | -0/+13 |
| * | * test/readline/test_readline.rb (TestReadline::replace_stdio): | matz | 2005-09-20 | 2 | -0/+6 |
| * | * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from | why | 2005-09-20 | 10 | -355/+393 |
| * | * 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 |