aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar2012-11-071-4/+4
* * NEWS: Update for lazy size evaluation [Feature #6636]marcandre2012-11-061-0/+11
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-061-0/+4
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+2
* Mon Nov 5 09:50:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+7
* dir.c: FNM_EXTGLOBnobu2012-11-041-0/+5
* * NEWS: Add an item about REXML::Document#write.kou2012-11-031-0/+6
* * NEWS: add a news about GC::Profiler.raw_data.nari2012-11-031-0/+4
* * NEWS: add a news about rb_newobj_of() and NEWOBJ_OF().nari2012-11-031-0/+1
* * eval.c (f_current_dirname): add the new method for Kernel.nari2012-11-031-0/+1
* proc.c: main.define_methodnobu2012-11-011-0/+4
* * NEWS: add a news about objspace,ko12012-11-011-0/+4
* * NEWS: add note for Module#refine, Module#refinements,shugo2012-11-011-0/+8
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-291-0/+10
* * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyermarcandre2012-10-281-0/+1
* * lib/ostruct.rb: Also accept {Open}Struct as argument to newmarcandre2012-10-281-0/+2
* * lib/ostruct.rb: Add OpenStruct#eql? and OpenStruct#hashmarcandre2012-10-281-0/+5
* * lib/ostruct.rb (each_pair): Add #each_pair [#1400]marcandre2012-10-281-0/+1
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-261-0/+2
* array.c: use rb_random_ulong_limitednobu2012-10-091-0/+5
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-031-0/+3
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-311-0/+2
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-0/+4
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-0/+2
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+2
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+3
* * NEWS: Updated net/http for automatic proxy detection (#6546) anddrbrain2012-07-201-0/+5
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-111-0/+9
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+2
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-101-2/+0
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+2
* fix a typokazu2012-07-051-1/+1
* NEWSnobu2012-07-051-0/+7
* * ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain2012-07-021-0/+2
* fix a typokazu2012-06-301-1/+1
* method transplantingnobu2012-06-251-0/+4
* * NEWS: Add note about the new private key export behavior.emboss2012-06-101-0/+7
* * removed trailing spaces.nobu2012-06-091-4/+4
* * NEWS: document new features of Ruby OpenSSL.emboss2012-06-091-0/+11
* * NEWS: expanded a tab.nagachika2012-05-271-1/+1
* * NEWS: add Kernel#caller's second argument.ko12012-05-261-0/+2
* * ext/syslog/syslog.c: Classify constants and macros into severalknu2012-05-211-0/+3
* * ext/syslog/lib/syslog/logger.rb: Added Syslog::Logger which wasdrbrain2012-05-171-0/+3
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-241-0/+19
* Revert r35339-35343 because of no tests.naruse2012-04-181-19/+0
* * hash.c: Alias ENV.to_h to ENV.to_hash [ref #6276]marcandre2012-04-161-0/+4
* * lib/ostruct.rb: Add OpenStruct#to_h [Feature #6276]marcandre2012-04-161-0/+4
* * struct.c: Add Struct#to_h [Feature #6276]marcandre2012-04-161-0/+5
* * object.c: Add NilClass#to_h [Feature #6276]marcandre2012-04-161-0/+4