summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-10-15* lib/net/ftp.rb: (getbinaryfile): allow nil for localfile, andshugo
2005-10-15typo fixed, again. thanks, Doug Kearns.seki
2005-10-14* win32/Makefile.sub (MKFILES): update MKFILES if configure files getnobu
2005-10-14* win32/win32.c (ioctl): should set errno.usa
2005-10-14* lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-10-13* parse.y (HEAPCNT): bison allocates indivisible size.nobu
2005-10-12* ext/openssl/ossl.c (Init_openssl): should call OpenSSL_add_ssl_algorithms().gotoyuzo
2005-10-12* file.c (rb_f_test): typo in RDoc comments.eban
2005-10-11* eval.c (rb_obj_respond_to): check if obj responds to the givennobu
2005-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-10-11* configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute formnobu
2005-10-09* parse.y (ripper_initialize): rollback obj_respond_to().nobu
2005-10-08* eval.c (Init_Binding): add Binding#dup method. [yarv-dev:666]nobu
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-10-08* io.c (rb_io_init_copy): clear PREP flag for copied IO.nobu
2005-10-08* 2005-10-08nobu
2005-10-08* ext/iconv/charset_alias.rb: parse config.charset_alias file directly.nobu
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-10-06* ext/strscan/strscan.c (strscan_free): remove useless code. [ruby-dev:26368]...aamine
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
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