summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-26* common.mk: specify label `built-ruby'.ko1
2012-11-26* signal.c (signal_exec): add volatile to make sure setjmp safe.kosaki
2012-11-26* signal.c (signal_exec): suppress "warning: variable 'signum'kosaki
2012-11-26split trap interrupt and async interruptkosaki
2012-11-26* benchmark/driver.rb: accept multiple `-e'.ko1
2012-11-26* string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)kosaki
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-11-26* io.c (argf_each_codepoint): add missing ARGF#codepoints [Bug #7438]naruse
2012-11-26* bignum.c (bigdivrem): restart calculation when bigdivrem1 waskosaki
2012-11-26* bignum.c (big_div_struct): added volatile to 'stop' member.kosaki
2012-11-26string.c: suppress warningsnobu
2012-11-26Makefile.sub: fix r37821nobu
2012-11-26* test/ruby/test_process.rb (test_setsid): added a few wait forkosaki
2012-11-25* 2012-11-26svn
2012-11-25* test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-25* array.c: fixes for the updated documentation in r35858:eregon
2012-11-25* NEWS: add a news about iconv.ktsj
2012-11-25Fix test to follow r37838naruse
2012-11-24Move tests embedded in lib/set.rb to test/test_set.rb.knu
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-24* 2012-11-25svn
2012-11-24Fix tests of rb_warning().knu
2012-11-24gc.c: refactoring to rename variablesshirosaki
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-24* ext/nkf/nkf-utf8/nkf.c (unicode_iconv_combine): returning flags arenaruse
2012-11-24 * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf
2012-11-24Rvert r37827 and r37828naruse
2012-11-24* vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko1
2012-11-24Fix TestProcess#test_setsidshirosaki
2012-11-24Fix Segmentation fault at TestArray#test_arefshirosaki
2012-11-24wmap_finalize: refactoring to rename variablesshirosaki
2012-11-24Fix finalize of WeakRefshirosaki
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-11-24* thread.c (thread_create_core): don't use th->thread_id beforekosaki
2012-11-23ruby.c: argv checknobu
2012-11-23* 2012-11-24svn
2012-11-23configure.in: --disable-dlnnobu
2012-11-23mkmf.rb: mingw64+MSYS pkg-config fixnobu
2012-11-23mkrunnable.rb: static-linked-extnobu
2012-11-23ruby.c: wrap descriptionsnobu
2012-11-23* ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu
2012-11-23 * ruby.c: revert r37298.tadf
2012-11-23 * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):tadf
2012-11-23test_rubyoptions.rb: refine assertionnobu
2012-11-23test_rubyoptions.rb: --helpnobu
2012-11-23* ext/socket/ipsocket.c (IPSocket#peeraddr): Fix examplezzak
2012-11-22* lib/cgi/core.rb: Documentation for CGI#header aliaszzak
2012-11-22* 2012-11-23svn
2012-11-22* gc.c (is_swept_object): extract from is_dead_object().nari