summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2012-11-28revert some part of r37942. sorry.tarui
2012-11-28* thread.c (rb_mutex_sleep): fix to allow spurious wakeup.ko1
2012-11-28 * NEWS (Thread) remove incompatible changes.tarui
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki
2012-11-27* NEWS: typos.eregon
2012-11-27* NEWS: add improvements of the garbage collector.nari
2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain
2012-11-27* thread.c (thread_join): raises ThreadError if target theradkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target threadkosaki
2012-11-27* NEWS: add TracePont.ko1
2012-11-26* thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):kosaki
2012-11-26* NEWS: update for Thread#join incompatible change.kosaki
2012-11-25* NEWS: add a news about iconv.ktsj
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-11-21 * NEWS: edited (order etc).tadf
2012-11-21wait.c: wait_readablenobu
2012-11-20* NEWS: List incompatible change for Array#values_at [#6203]marcandre
2012-11-19* signal.c (sig_signame): implements Signal.signame methodkosaki
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-15* lib/rake*: Updated to rake 0.9.4drbrain
2012-11-15* lib/rake*: Updated to rake 0.9.3drbrain
2012-11-14* array.c (rb_ary_bsearch): add Array#bsearch for binary search.mame
2012-11-07* lib/cgi/core.rb: alias CGI#http_header to CGI#header .xibbar
2012-11-06* NEWS: Update for lazy size evaluation [Feature #6636]marcandre
2012-11-06* string.c (rb_str_b): Add String#b, returning a copied stringnaruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-11-05Mon Nov 5 09:50:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-11-04dir.c: FNM_EXTGLOBnobu
2012-11-03* NEWS: Add an item about REXML::Document#write.kou
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