summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2009-11-04svn2009-11-031-2/+2
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-033-3/+23
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-022-2/+19
* * eval.c (rb_exc_raise, rb_exc_fatal, rb_make_exception):nobu2009-11-022-3/+8
* * thread_pthread.c (native_stop_timer_thread): delay joinning timerusa2009-11-022-1/+8
* * thread_pthread.c (native_stop_timer_thread): need to join timer threadusa2009-11-022-1/+6
* * thread_{pthread,win32}.c (native_stop_timer_thread): join the threadusa2009-11-024-3/+30
* * ext/dl/win32/lib/win32/registry.rb: update rdoc. [ruby-core:26022]naruse2009-11-022-236/+246
* revert r25623wanabe2009-11-022-17/+4
* * 2009-11-02svn2009-11-011-2/+2
* * cont.c (fiber_free): don't free unallocated local_storage. see #1325.wanabe2009-11-012-4/+17
* * ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]naruse2009-11-012-162/+158
* * configure.in (RUBY_STACK_GROW_DIRECTION): set return variable always.nobu2009-11-011-1/+3
* * configure.in (rb_cv_stack_grow_dir): fix for universal binary.nobu2009-11-012-9/+43
* * configure.in (sitehdrdir, vendorhdrdir): fixed default values.nobu2009-11-012-3/+7