summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2012-11-03* NEWS: add a news about GC::Profiler.raw_data.nari
2012-11-03* NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().nari
2012-11-03* eval.c (f_current_dirname): add the new method for Kernel.nari
2012-11-01proc.c: main.define_methodnobu
2012-11-01* NEWS: add a news about objspace,ko1
2012-11-01* NEWS: add note for Module#refine, Module#refinements,shugo
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-28* lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre
2012-10-28* lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre
2012-10-28* lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre
2012-10-28* lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove
2012-10-09array.c: use rb_random_ulong_limitednobu
2012-09-03remove trailing spaces.nobu
2012-09-03* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss
2012-08-31* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss
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