summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25*** empty log message ***dave
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo
2004-08-24* ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2igotoyuzo
2004-08-23* ext/openssl/ossl_ssl.c (ossl_ssl_read):gotoyuzo
2004-08-23* lib/resolv.rb (Config.default_config_hash): when multiple domainsusa
2004-08-21* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-20* dir.c: backout untested code.matz
2004-08-19* ext/tk/lib/tk.rb: Fail to treat a hash value of 'font' option.nagai
2004-08-19Update for VMS ports.akiyoshi
2004-08-18* ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-08-18* ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban
2004-08-18* eval.c (rb_obj_instance_eval): evaluates under special singletonnobu
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-08-17Sorry, this might not be typo... "memoize" came from Schema?ocean
2004-08-16Get RDoc::usage playing better with OptionParserdave
2004-08-14* lib/fileutils.rb: backport from CVS HEAD (rev1.44).aamine
2004-08-13Add "usage" interfacedave
2004-08-13* lib/webrick/httputils.rb (WEBrick::HTTPUtils.parse_range_header):gotoyuzo
2004-08-11* configure.in (RPATHFLAG): stop setting RPATHFLAG on Interix.eban
2004-08-09no messageocean
2004-08-09no messageocean
2004-08-09no messageocean
2004-08-08no messageocean
2004-08-08no messageocean
2004-08-07* lib/implicit.c: added sexagecimal float#base60.why
2004-08-06* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr
2004-08-05Add ChangeLogocean
2004-08-02* ext/tk/lib/msgcat.rb (set_translation): bug fix (fail to setnagai
2004-08-02Bugfix: looping on some toplevel symbols. Added SWIG supportdave
2004-07-31* misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial,nobu
2004-07-30* lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why
2004-07-30* ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai
2004-07-28* lib/cgi.rb (CGI::initialize): remove at_exit code for CGI_PARAMSmatz
2004-07-28fix a reference to ruby-dev.akr
2004-07-27* gc.c (run_final): wrong order of data. [ruby-dev:23948]matz
2004-07-27* eval.c (rb_eval): copy on write for argument local variablematz
2004-07-27* object.c (Init_Object): "===" calls rb_obj_equal() directly.matz
2004-07-26* lib/webrick/httputils.rb (WEBrick::HTTPUtils.escape): shouldgotoyuzo
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
2004-07-24* range.c (rb_range_beg_len): returns Qnil only when "beg" pointsmatz
2004-07-23* gc.c (define_final): should not disclose NODE* to Ruby world.matz
2004-07-23* lib/cgi/session.rb (CGI::Session::FileStore#update): sets thematz
2004-07-23* lib/net/imap.rb (disconnected?): new method. (backported from HEAD)shugo
2004-07-22* lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do notmatz
2004-07-21* process.c (rb_f_system): not need to call last_status_set() anyusa
2004-07-20* test/fileutils/test_fileutils.rb: File.link raises EINVAL on BeOS.ocean