summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-05-27* tool/rbinstall.rb (gem): install gemspec of json. fixed #4784nobu
2011-05-27* io.c (validate_enc_binmode): do not clear textmode flag ifnobu
2011-05-27* io.c (fill_cbuf): finish reading at EOF.nobu
2011-05-27ChangeLog for itshyouhei
2011-05-26* thread.c (ppoll): typo bug fix.nagai
2011-05-26* ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai
2011-05-26* lib/csv.rb: Enhance each() to support Enumerator.jeg2
2011-05-26* lib/csv.rb: Documentation improvements from Ysiad Ferreiras.jeg2
2011-05-26ChangeLog for it.shyouhei
2011-05-25 * ext/curses/curses.c: Remove color constants block.drbrain
2011-05-25 * ext/curses/curses.c: Add missing documentation for button state, MINdrbrain
2011-05-25 * lib/benchmark.rb: Restore nodoc for Benchmark::Job anddrbrain
2011-05-25 * lib/net/pop.rb: Hide implementation details from RDoc.drbrain
2011-05-25 * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain
2011-05-25 * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain
2011-05-24 * lib/erb.rb: Hide documentation for implementation details of ERB.drbrain
2011-05-24* lib/tempfile.rb (Tempfile.{mkdir,rmdir}): revert for backwardnobu
2011-05-24* spec/README: update the description.nobu
2011-05-24* lib/tempfile.rb (Tempfile.{lock,unlock}_tempfile): refactor.nobu
2011-05-24* spec/README: fix typo.naruse
2011-05-23* ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai
2011-05-23* lib/yaml.rb: switch default YAML engine to Psych, old syck enginetenderlove
2011-05-23* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. Forgot to nahi
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss
2011-05-23 * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain
2011-05-23* ChangeLog: fix typo.sorah
2011-05-23* lib/test/unit/parallel.rb: Never Ignore SIGINT. When receivedsorah
2011-05-23 * lib/mathn.rb: Improve documentation. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/ostruct.rb: Improve documentation. Patch by Franklin Webber.drbrain
2011-05-22 * hash.c: Improve documentation of Hash#key. Patch by Utkarshdrbrain
2011-05-22 * enumerator.c: Improve documentation. Patch by Dave Copeland.drbrain
2011-05-22* NEWS (openssl): Infinite length support. Different behavior ofemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_initialize): Allow creation ofemboss
2011-05-22* ext/openssl/ossl_asn1.c (ossl_asn1_cons_to_der): Add an additionalemboss
2011-05-22* bignum.c (dump_bignum, bigmul1_balance, big_split, biglsh_bang,mrkn
2011-05-22* ext/openssl/ossl_asn1.c: Instead of rb_intern use static symbols toemboss
2011-05-22* ext/openssl/ossl_asn1.c: Use OpenSSL constants V_ASN1_xxx instead ofemboss
2011-05-22* include/ruby/defines.h (CASEFOLD_FILESYSTEM): Revert r30508. See #4255.nahi
2011-05-22* ext/openssl/ossl_asn1.c(ossl_asn1_default_tag): avoid using RCLASS_SUPERnahi
2011-05-22* gc.c (vm_xcalloc): use calloc provided by platforms.nobu
2011-05-22 * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain
2011-05-22 * lib/timeout.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-22 * lib/ipaddr.rb: Improve documentation. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/forwardable.rb: Document def_delegator. Patch by Sandor Szucs.drbrain
2011-05-22 * lib/fileutils.rb: Document block behavior of FileUtils.cd. Patch bydrbrain
2011-05-22 * ext/curses/curses.c: Complete documentation. Patch by Vincentdrbrain
2011-05-22* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):kosaki