summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-02-06* instruby.rb, rubytest.rb (srcdir): no longer embed srcdir intousa
2005-02-06* lib/mkmf.rb (create_makefile): fix unbalanced parens.nobu
2005-02-06* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2005-02-06* ext/socket/extconf.rb: check if getaddrinfo() works fine only whennobu
2005-02-06* eval.c (stack_extend): add prototype because VC++8 doesn'tusa
2005-02-06synchronized with date2 3.6.3tadf
2005-02-06Fix a typo in the previous log entry.knu
2005-02-06* bignum.c (rb_big2ulong_pack): One too many arguments are passedknu
2005-02-05* lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was notakr
2005-02-03* lib/rss: supported Image module.kou
2005-02-03* ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write):nobu
2005-02-02* ext/stringio/stringio.c (strio_truncate): should MEMZERO an extendednobu
2005-02-02* lib/rss/rss.rb (RSS::Element#convert): added.kou
2005-02-01(DRb::DRbObject#respond_to?): check marshal_dump and _dumpseki
2005-01-31* configure.in (aix): fix linker flags on AIX. [ruby-talk:125460]nobu
2005-01-31* ext/tcltklib/tcltklib.c: add invalid namespace checknagai
2005-01-29* lib/resolv.rb (Resolv::DNS::Resource::IN::SRV): Added RFC2782 SRVakr
2005-01-28* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf):akr
2005-01-26* test/fileutils/test_fileutils.rb (setup): support BSD-style directory group...aamine
2005-01-26* lib/net/protocol.rb (WriteAdapter#puts): should append \n, not prepend. [ru...aamine
2005-01-26* win32/win32.c (flock_winnt, flock_win95): unlock file even ifusa
2005-01-25* ruby.c (proc_options): correct -T option in RUBYOPT. (backportedusa
2005-01-25* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai
2005-01-24* document updates - [ruby-core:04296], [ruby-core:04301],matz
2005-01-23 * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which hasnahi
2005-01-22* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo
2005-01-22(accept) rescue SSLError. [druby-ja:110]seki
2005-01-22fail if UNIXFileOwner is set. [druby-ja:111]seki
2005-01-21* ext/stringio/stringio.c (strio_set_pos): clear EOF flag.matz
2005-01-21* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.akr
2005-01-21* ChangeLog: fixed typo.shugo
2005-01-21* dir.c (rb_push_glob): should work for NUL delimited patterns.matz
2005-01-21* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo
2005-01-21* rubyio.h (rb_eof_error): should mark as NORETURN. (backportedusa
2005-01-20* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean
2005-01-20* ext/extmk.rb (extmake): shoudn't set $extflags on mswin32.usa
2005-01-20* string.c (rb_str_new4): should propagate taintedness.matz
2005-01-19* lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.usa
2005-01-18* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignoreakr
2005-01-18* lib/webrick/ssl.rb (WEBrick::Config::SSL): the default valuegotoyuzo
2005-01-17* configure.in (aix): fix typo. [ruby-talk:126401]nobu
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2005-01-16* ChangeLog: typo fix.eban
2005-01-16* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban
2005-01-15* ruby.c (proc_options): ignore trailing CRs at the end of shortnobu
2005-01-15* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou
2005-01-12* io.c (io_fread): don't warn nonblocking behavior by default.akr
2005-01-11* object.c (rb_class_superclass): superclass of singleton class alsonobu
2005-01-11* numeric.c (Init_Numeric): turn off floating point exceptionsocean
2005-01-10* lib/fileutils.rb (copy_entry): could not copy symbolic link. [ruby-talk:125...aamine