aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui2009-11-102-0/+103
* * process.c (rb_f_exec): fixed rdoc.nobu2009-11-101-1/+1
* * process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu2009-11-093-5/+18
* * thread.c (rb_gc_save_machine_context): don't save the stack pointerakr2009-11-092-17/+30
* * string.c (rb_str_each_line): rdoc fixmarcandre2009-11-092-5/+7
* * configure.in (warnflags): add -Wno-long-long.nobu2009-11-093-3/+7
* * hash.c: use RHASH_IFNONE but not ifnone directly.nobu2009-11-082-14/+19
* * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu2009-11-081-16/+22
* * test/dl/test_callback.rb: eol-style.nobu2009-11-080-0/+0
* * test/dl/test_callback.rb (**) adding a callback test filetenderlove2009-11-081-0/+32
* * ext/dl/cfunc.c (**) updating documentationtenderlove2009-11-082-6/+46
* * 2009-11-08svn2009-11-071-2/+2
* * ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove2009-11-072-3/+3
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-073-4/+7
* * vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu2009-11-074-2/+10
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz2009-11-072-21/+15
* * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz2009-11-074-14/+38
* * ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove2009-11-062-9/+53
* * ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove2009-11-062-0/+35
* * ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove2009-11-062-4/+51
* * 2009-11-07svn2009-11-061-2/+2
* * ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus)tenderlove2009-11-062-3/+43
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-062-1/+5
* * configure.in (MINIDLNOBJ): set default as dmydln.o.naruse2009-11-062-4/+6
* * encoding.c (rb_filesystem_encindex): add fallback tonaruse2009-11-062-0/+6
* * test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu2009-11-052-0/+11
* * 2009-11-06svn2009-11-051-2/+2
* fix typoskazu2009-11-051-4/+4
* fix a typo.akr2009-11-051-1/+1
* * gem_prelude.rb (Gem.user_home): force_encoding(naruse2009-11-052-1/+6
* Retry on checking signal_received.naruse2009-11-051-1/+4
* 300 should be enough for testing cyclic byte succ.naruse2009-11-051-1/+1
* * parse.y (BEGIN): now local_push are local_pop are necessary innobu2009-11-042-4/+6
* * 2009-11-05svn2009-11-041-2/+2
* Decrease counts of tests which spend so long time.naruse2009-11-042-4/+8
* Add rdoc about objects can't Marshal#dump. [ruby-core:23314]naruse2009-11-041-0/+6
* * .document: add some README files to default rdoc's of trunk.naruse2009-11-042-1/+19
* fix typos.akr2009-11-047-33/+33
* * ChangeLog: entry for r25640.nobu2009-11-041-0/+8
* * include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c fornobu2009-11-043-3/+8
* * include/ruby/ruby.h (NUM2CHR): prefix __extension__ forshyouhei2009-11-042-1/+6
* * ruby.c (set_{internal,external}_encoding_once): fixed typos.nobu2009-11-042-2/+6
* * proc.c (mnew): Fix scope issue [ruby-core:26069]marcandre2009-11-042-1/+5
* * random.c (rb_hash_start): moved from string.c.nobu2009-11-032-35/+37
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-032-7/+9
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-032-1/+5
* * cont.c (rb_fiber_start): fixed unconditional test.nobu2009-11-032-1/+5
* * test/dl/test_cptr.rb (test_to_ptr*): testing DL::CPtr#to_ptrtenderlove2009-11-032-7/+61
* fix typos.akr2009-11-0326-71/+71
* * ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>tenderlove2009-11-033-1/+43