summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-28* lib/delegate.rb: document update from James Edward Gray IImatz
2005-09-28* lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo
2005-09-28* ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai
2005-09-27* io.c (read_buffered_data): check if reached EOF. fixed: [ruby-dev:27334]nobu
2005-09-27* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu
2005-09-27* 2005-09-28usa
2005-09-27* 2005-09-27usa
2005-09-27* rubysig.h: fixed build problem with --enable-pthread on platformsusa
2005-09-27* 2005-09-27eban
2005-09-27* io.c: fixed rdoc. [ruby-Bugs:2523]ocean
2005-09-26* eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz
2005-09-26*** empty log message ***nobu
2005-09-26* 2005-09-26eban
2005-09-25* lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu
2005-09-25typo fixedseki
2005-09-24* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indentnobu
2005-09-24* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.nobu
2005-09-24* 2005-09-25eban
2005-09-24* eval.c (unknown_node): show more information. [ruby-dev:26196]akr
2005-09-24* 2005-09-24eban
2005-09-24banish a warning.akr
2005-09-23* lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine
2005-09-23* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine
2005-09-23This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-09-22* lib/mkmf.rb (find_executable0): default path if environment is notnobu
2005-09-22* test/readline/test_readline.rb (TestReadline::replace_stdio):shugo
2005-09-22* 2005-09-22eban
2005-09-22* ext/tk/sample/demos-en/tcolor.bak: remove.nagai
2005-09-21* lib/mkmf.rb (configuration): generalized nmake dependent code.nobu
2005-09-21* ChangeLog: last minute fixup.matz
2005-09-20* ext/syck/token.c: correctly compute identation of a blockwhy
2005-09-20* stable version 1.8.3 released.matz
2005-09-20* README.EXT, README.EXT.ja: add new features.nobu
2005-09-20* lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu
2005-09-20* 2005-09-21eban
2005-09-20* file.c (fpath_check): typo fixed.matz
2005-09-20* file.c (path_check_0): disallow sticky world writable directorymatz
2005-09-20 * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb,nahi
2005-09-20* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu
2005-09-20* eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]akr
2005-09-20* lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]matz
2005-09-20* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charsetmatz
2005-09-20* test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean
2005-09-20* test/dbm/test_dbm.rb (TestDBM::test_s_open_error): removematz
2005-09-20* io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean
2005-09-20* test/readline/test_readline.rb (TestReadline::replace_stdio):matz
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-19* test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean
2005-09-19* 2005-09-20eban
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz