summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2012-08-22* ext/syck: removed. Fixes [ruby-core:43360]tenderlove
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-07-24* parse.y: added symbols and qsymbols productions for %i and %Itenderlove
2012-07-20* NEWS: Updated net/http for automatic proxy detection (#6546) anddrbrain
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-10* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-05fix a typokazu
2012-07-05NEWSnobu
2012-07-02* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain
2012-06-30fix a typokazu
2012-06-25method transplantingnobu
2012-06-10* NEWS: Add note about the new private key export behavior.emboss
2012-06-09* removed trailing spaces.nobu
2012-06-09* NEWS: document new features of Ruby OpenSSL.emboss
2012-05-27* NEWS: expanded a tab.nagachika
2012-05-26* NEWS: add Kernel#caller's second argument.ko1
2012-05-21* ext/syslog/syslog.c: Classify constants and macros into severalknu
2012-05-17* ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which wasdrbrain
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]marcandre
2012-04-16* lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre
2012-04-16* struct.c: Add Struct#to_h [Feature #6276]marcandre
2012-04-16* object.c: Add NilClass#to_h [Feature #6276]marcandre
2012-04-16* hash.c: Add Hash#to_h [Feature #6276]marcandre
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-03-28* NEWS: add note about unified behavior of encoding nil values inemboss
2012-03-16remove a trailing spacekazu
2012-03-11* lib/tmpdir.rb: update document for changingakr
2012-03-11cosmetic change.akr
2012-03-08* enumerator.c: add Enumerable#lazy. based on the patch bynobu
2012-03-06* error.c (rb_loaderror_with_path): Adding the missing file as antenderlove
2012-02-25Add News for r34367 [ruby-core:29462] [Feature #3131]naruse
2012-02-17* Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-13Mention Kernel#respond_to?.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-14added a description of NUM2SHORT() to NEWSkosaki
2011-11-09* cont.c (rb_fiber_m_transfer, rb_fiber_resume): prohibit usingko1
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-22describe Resolv::DNS#timeouts= and Resolv::DNS::Config#timeouts=.akr
2011-09-09added new methods of Net::IMAP.shugo
2011-08-25* time.c (strftimev): Make Time#to_s default to US-ASCII encoding buttenderlove
2011-07-19* NEWS: mention Kernel#warn. [ruby-core:38119] [Feature #5029]kazu
2011-07-12* NEWS: add a description of Signal.trap change.kosaki
2011-07-10* docs/NEWS-1.9.3: moved from NEWS.yugui