summaryrefslogtreecommitdiff
path: root/ChangeLog
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-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-26Makefile.sub: fix r37821nobu
2012-11-26* test/ruby/test_process.rb (test_setsid): added a few wait forkosaki
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-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-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-23configure.in: --disable-dlnnobu
2012-11-23mkmf.rb: mingw64+MSYS pkg-config fixnobu
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* gc.c (is_swept_object): extract from is_dead_object().nari
2012-11-22Fix cache validity check of requireshirosaki
2012-11-22fix typoskazu
2012-11-22* common.mk, win32/Makefile.sub (probes.dmyh): now be made in currentusa
2012-11-22 * test/ruby/test_rubyoptions.rb: added a test.tadf
2012-11-22 * complex.c (string_to_c_strict, string_to_c): check NUL.tadf
2012-11-22* Makefile.in (.dmyh.h): removed $(VPATH). GNU make don'tkosaki
2012-11-22* common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake mergesusa
2012-11-22* Makefile.in (probes.o): add -C to ignore #include in probes.d.naruse