summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2012-12-05* lib/timeout.rb (Timeout#timeout): setkosaki
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-03* .document: Add NEWS for `ri ruby:NEWS`drbrain
2012-12-03adjust stylekazu
2012-11-30* NEWS: Added RubyGems 2.0.0drbrain
2012-11-29* lib/rake/*: Updated to rake 0.9.5drbrain
2012-11-29remove trailing spaces.nobu
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