summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-stylev1_8_3shyouhei2007-02-120-0/+0
* This commit was manufactured by cvs2svn to create tag 'v1_8_3'.(no author)2005-09-2122-3597/+0
* * ChangeLog: last minute fixup.matz2005-09-211-4/+4
* * ext/syck/token.c: correctly compute identation of a blockwhy2005-09-202-110/+120
* * stable version 1.8.3 released.matz2005-09-201-0/+4
* * README.EXT, README.EXT.ja: add new features.nobu2005-09-203-4/+44
* * lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu2005-09-202-3/+14
* * 2005-09-21eban2005-09-201-3/+3
* * file.c (fpath_check): typo fixed.matz2005-09-202-1/+3
* * file.c (path_check_0): disallow sticky world writable directorymatz2005-09-202-9/+26
* * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb,nahi2005-09-205-4/+58
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-202-8/+13
* * eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr2005-09-202-0/+5
* * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]matz2005-09-202-0/+5
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charsetmatz2005-09-203-4/+15
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-202-0/+9
* * test/dbm/test_dbm.rb (TestDBM::test_s_open_error): removematz2005-09-202-8/+6
* * io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean2005-09-202-0/+13
* * test/readline/test_readline.rb (TestReadline::replace_stdio):matz2005-09-202-0/+6
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-2010-355/+393
* * test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean2005-09-192-5/+17
* * 2005-09-20eban2005-09-191-3/+3
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-192-0/+9
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171] (backport from ...aamine2005-09-192-2/+7
* * ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support.matz2005-09-192-1/+6
* * ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete...aamine2005-09-192-1/+8
* avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133]suke2005-09-192-3/+16
* * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine2005-09-193-1/+12
* * test/fileutils/test_fileutils.rb: backported from trunk (1.36). (again) [ru...aamine2005-09-192-64/+387
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-186-23/+40
* * lib/fileutils.rb: backported from trunk (rev 1.65):aamine2005-09-182-352/+894
* * 2005-09-19eban2005-09-181-3/+3
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-184-1/+24
* * io.c (io_fwrite): wrap the write system call by TRAP_BEG/TRAP_END toakr2005-09-182-0/+7
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-177-569/+542
* * 2005-09-18eban2005-09-171-3/+3
* * lib/mathn.rb (Rational::inspect): should preserve originalmatz2005-09-172-2/+8
* * lib/cgi.rb (CGI::Cookie): should handle multiple values for amatz2005-09-174-8/+27
* * 2005-09-17eban2005-09-171-3/+3
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-173-5/+12
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-163-1/+67
* add a empty line.akr2005-09-161-0/+1
* fix bug in ext/win32ole/sample/ienavi.rbsuke2005-09-163-3/+30
* * file.c (file_inspect_join): commit miss, applied a patch for old trunk.nobu2005-09-161-1/+0
* * file.c (file_inspect_join): missing argument declaration.nobu2005-09-161-0/+1
* * 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-164-5/+13