aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * NEWS: edited (order etc).tadf2012-11-212-62/+66
* fix typoskazu2012-11-211-2/+2
* property.nobu2012-11-211-75/+75
* wait.c: wait_readablenobu2012-11-213-4/+13
* io/wait: add IO#wait_writable methodnobu2012-11-213-0/+81
* * gc.c (garbage_collect): remove a duplicative probe.nari2012-11-212-3/+4
* * gc.c (gc_profile_clear): realloc profile records if its size isnari2012-11-213-1/+31
* * complex.c (nucomp_to_c): added.tadf2012-11-212-0/+20
* * include/ruby/util.h: removed extra semicolon in definition oftadf2012-11-217-7/+17
* * rational.c (read_digits): due to a bit tighter rb_cstr_to_inum().tadf2012-11-212-2/+10
* add a ML numberko12012-11-211-1/+1
* add a description on ChangeLogko12012-11-211-1/+3
* * benchmark/bm_so_nsieve_bits.rb: add an encoding pragma.ko12012-11-212-0/+5
* revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei2012-11-213-8/+2
* * range.c (rb_range_beg_len): Fix potential bug for limit case [#6203]marcandre2012-11-211-4/+4
* * file.c (Init_File): null device definition uses rb_define_constkosaki2012-11-202-5/+7
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to getnaruse2012-11-202-1/+6
* * marshal.c: add marshal readahead. marshalized Array, Hash and Structglass2012-11-202-16/+141
* * 2012-11-21svn2012-11-201-2/+2
* * array.c (rb_get_values_at): Improve rdocmarcandre2012-11-201-4/+4
* * NEWS: List incompatible change for Array#values_at [#6203]marcandre2012-11-201-0/+6
* * Makefile.in (.d.h): replace char * to const char * because somehownaruse2012-11-202-1/+6
* fix a typokazu2012-11-201-1/+1
* fix guards for glibc crypt(3) see #7312naruse2012-11-201-2/+2
* * include/ruby/debug.h: introdudced.ko12012-11-208-121/+212
* * configure.in (RUBY_DTRACE_AVAILABLE): only check dtrace availability.naruse2012-11-202-28/+32
* fix typoskazu2012-11-201-3/+3
* fix typoskazu2012-11-201-5/+5
* fix indentkazu2012-11-201-2/+2
* file.c: fix rdocnobu2012-11-201-2/+3
* remove trailing spaces.nobu2012-11-203-6/+6
* * test/win32ole/test_win32ole_type.rb (test_implemented_ole_types): suke2012-11-202-1/+7
* * complex.c: some improvements.tadf2012-11-203-25/+69
* common.mk: fix for BSD makenobu2012-11-202-1/+6
* * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).mame2012-11-203-2/+9
* add a ticket numberko12012-11-201-0/+2
* * vm_trace.c: rename and add TracePoint APIs.ko12012-11-203-35/+135
* * vm_trace.c: add two methods:ko12012-11-2010-90/+183