summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-24* test/net/http/test_http.rb: new file.aamine
2005-09-24banish some warnings.akr
2005-09-23* lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine
2005-09-23* lib/pathname.rb (Pathname#sub): new method.akr
2005-09-23* lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r...aamine
2005-09-23* sample/ripper/colorize.rb: removed (replaced by ruby2html.rb).aamine
2005-09-23* ext/ripper: no longer generates .rb files.aamine
2005-09-23* ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIOnobu
2005-09-23avoid core dump with WIN32OLE_EVENT.suke
2005-09-23* 2005-09-23eban
2005-09-22* test/ripper/depend: use --output option instead of redirect; nmake does not...aamine
2005-09-22* test/ripper/tools/generate.rb: check parser event arity.aamine
2005-09-22sync scanner event name.aamine
2005-09-22remove unexpected debug printaamine
2005-09-22build fix (tmp)aamine
2005-09-22* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine
2005-09-22forgot to addaamine
2005-09-22* ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...aamine
2005-09-22* ext/ripper/extconf.rb (have_command): replaced with find_executable.nobu
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* ext/ripper/depend (SUFFIXES): no longer needed.usa
2005-09-21* 2005-09-21eban
2005-09-20* ext/syck/token.c: correctly compute identation of a blockwhy
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* ChangeLog: tabified.nobu
2005-09-20* file.c (rb_stat_inspect): protoized function pointer.nobu
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* test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean
2005-09-20* io.c: PIPE_BUF is not defined on BeOS. use _POSIX_PIPE_BUF instead.ocean
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* file.c (rb_thread_flock): should have resolved conflict.matz
2005-09-19* 2005-09-20eban
2005-09-19* lib/mathn.rb (Fixnum): remove debug print.matz
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz
2005-09-19* file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine
2005-09-19not ruby-dev, but ruby-list. [ruby-list:41054]aamine
2005-09-19* lib/find.rb: should raise ENOENT if root entry does not exist. [ruby-dev:41...aamine
2005-09-19* ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine
2005-09-19* ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine
2005-09-19forgot to check-inaamine
2005-09-19* parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine
2005-09-19additional ChangeLog for rb_w32_selectocean
2005-09-18* ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo