summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move tests embedded in lib/set.rb to test/test_set.rb.knu2012-11-243-647/+644
* String#{lines,chars,codepoints,bytes} now return an array.knu2012-11-244-105/+446
* * 2012-11-25svn2012-11-241-2/+2
* Fix tests of rb_warning().knu2012-11-246-27/+35
* gc.c: refactoring to rename variablesshirosaki2012-11-242-14/+25
* Fix WeakRef finalizeshirosaki2012-11-245-10/+104
* * ext/nkf/nkf-utf8/nkf.c (unicode_iconv_combine): returning flags arenaruse2012-11-242-2/+7
* * test/ruby/test_rubyoptions.rb (test_usage, test_usage_long):tadf2012-11-242-6/+8
* Rvert r37827 and r37828naruse2012-11-243-66/+15
* * vm_trace.c (rb_tracepoint_attr_raised_exception): should not checkko12012-11-243-6/+59
* Fix TestProcess#test_setsidshirosaki2012-11-242-1/+6
* Fix Segmentation fault at TestArray#test_arefshirosaki2012-11-242-1/+8
* wmap_finalize: refactoring to rename variablesshirosaki2012-11-242-14/+25
* Fix finalize of WeakRefshirosaki2012-11-243-9/+49
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-245-1/+65
* * thread.c (thread_create_core): don't use th->thread_id beforekosaki2012-11-242-2/+6
* ruby.c: argv checknobu2012-11-232-3/+10
* * 2012-11-24svn2012-11-231-2/+2
* configure.in: --disable-dlnnobu2012-11-234-1/+12
* mkmf.rb: mingw64+MSYS pkg-config fixnobu2012-11-232-3/+10
* mkrunnable.rb: static-linked-extnobu2012-11-231-3/+5
* ruby.c: wrap descriptionsnobu2012-11-233-8/+22
* * ruby.c, test/ruby/test_rubyoptions.rb: revert r37815:r37816.nobu2012-11-233-46/+76
* * ruby.c: revert r37298.tadf2012-11-232-73/+36
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_usage2):tadf2012-11-232-3/+10
* test_rubyoptions.rb: refine assertionnobu2012-11-232-2/+6
* test_rubyoptions.rb: --helpnobu2012-11-232-4/+6
* * ext/socket/ipsocket.c (IPSocket#peeraddr): Fix examplezzak2012-11-232-1/+6
* * lib/cgi/core.rb: Documentation for CGI#header aliaszzak2012-11-222-0/+13
* * 2012-11-23svn2012-11-221-2/+2
* * gc.c (is_swept_object): extract from is_dead_object().nari2012-11-222-4/+69
* Fix cache validity check of requireshirosaki2012-11-223-4/+50
* fix typoskazu2012-11-221-3/+3
* * common.mk, win32/Makefile.sub (probes.dmyh): now be made in currentusa2012-11-223-5/+15
* * test/ruby/test_rubyoptions.rb: added a test.tadf2012-11-222-0/+15
* * complex.c (string_to_c_strict, string_to_c): check NUL.tadf2012-11-223-6/+47
* * Makefile.in (.dmyh.h): removed $(VPATH). GNU make don'tkosaki2012-11-222-1/+6
* * common.mk, Makefile.in, win32/Makefile.sub (.dmyh.h): nmake mergesusa2012-11-224-4/+15
* * Makefile.in (probes.o): add -C to ignore #include in probes.d.naruse2012-11-225-6/+14
* * ext/nkf/nkf-utf8: Merge b0a6577a521d1bba5e19853f95d5c4b9be1072b5.naruse2012-11-225-128/+6478
* * tool/gen_dummy_probes.rb: don't change #include, #if and #endifkosaki2012-11-222-2/+8
* * Makefile.in: run preprocessor when making probe.hkosaki2012-11-225-5/+15
* * vm.c: Don't define vm_collect_usage_operand() andkosaki2012-11-222-3/+8
* * vm_insnhelper.h: partly revert r37631 (DTrace support).naruse2012-11-222-1/+10
* Drop executable bits of files that are not executable.knu2012-11-228-0/+0
* Drop executable bits.knu2012-11-222-0/+0
* Apply performance improvement to short byte array search.knu2012-11-223-0/+16
* Add some corner cases to tests for String#index.knu2012-11-222-0/+13
* * test/ruby/test_gc.rb (test_profiler_clear): fix wrong methodnari2012-11-212-2/+7
* * 2012-11-22svn2012-11-211-2/+2