summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo
2005-10-04* lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo
2005-10-01* win32/win32.c (do_select, rb_w32_select): brush up.usa
2005-10-01* bignum.c (rb_big_rand): removed. [ruby-dev:25405]akr
2005-09-30* lib/open-uri.rb (OpenURI.open_loop): prohibit multiple proxyakr
2005-09-29* ext/dl/cptr.c (rb_dlptr_s_to_ptr): abolish sizeof(FILE).akr
2005-09-29* lib/open-uri.rb (:proxy_http_basic_authentication): new option.akr
2005-09-28* evalc. (rb_f_send): underscores need to be escaped.nobu
2005-09-28* eval.c (ev_const_get), variable.c (rb_const_get_0): retry only whennobu
2005-09-28* file.c (rb_stat_inspect): constified.nobu
2005-09-28* lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo
2005-09-28* ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai
2005-09-27* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu
2005-09-27* rubysig.h: fixed build problem with --enable-pthread on platformsusa
2005-09-26*** empty log message ***nobu
2005-09-26* parse.y: changed to ANSI function style.ocean
2005-09-25* lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu
2005-09-25typo fixedseki
2005-09-25(Rinda::TemplateEntry::initialize): pull up method. Tabs converted to spaces.seki
2005-09-25* parse.y: replaced `foo _((boo))' with `foo(boo)'.ocean
2005-09-24* test/rss/test_content.rb, test/rss/test_syndication.rb: use fcallnobu
2005-09-24* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indentnobu
2005-09-24* process.c (proc_setrlimit): make the third argument (rlim_max)akr
2005-09-24* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.nobu
2005-09-24* ext/strscan/strscan.c: document enhancement.aamine
2005-09-24add detailsaamine
2005-09-24* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2...aamine
2005-09-24* test/net/http/test_http.rb: new file.aamine
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-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-22* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine
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-21* lib/mkmf.rb (configuration): generalized nmake dependent code.nobu
2005-09-21* ext/ripper/depend (SUFFIXES): no longer needed.usa
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