aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse.rb: Remove 'developer documentation' section from rdoczzak2012-12-172-0/+8
* typozzak2012-12-171-1/+1
* * 2012-12-18svn2012-12-171-2/+2
* * lib/matrix.rb (#dup): typo in example [ruby-core:50946][Bug #7582]zzak2012-12-172-1/+5
* Use EnvUtil.rubybin instead of Gem.rubynaruse2012-12-171-1/+2
* * class.c (rewrite_cref_stack, clone_method): rewrite a method's crefcharliesome2012-12-173-0/+39
* * io.c (io_flush_buffer_sync2): avoid to return 0. becausekosaki2012-12-172-8/+22
* * doc/syntax/methods.rdoc: Added a description of singleton methods.drbrain2012-12-172-0/+25
* * doc/.document: Added doc/syntaxdrbrain2012-12-172-0/+5
* * doc/syntax.rdoc: Added syntax guide table of contentsdrbrain2012-12-175-0/+512
* * lib/rdoc.rb: Updated VERSION.drbrain2012-12-1613-208/+422
* * 2012-12-17svn2012-12-161-2/+2
* * lib/rubygems.rb: Updated VERSIONdrbrain2012-12-164-3/+22
* * signal.c (rb_sigaltstack_size): cast sysconf() return valuekosaki2012-12-152-1/+6
* * cont.c (rb_fiber_start): don't enqueue Qnil to async_errinfo_queue.nagachika2012-12-153-1/+17
* * ext/fiddle/pointer.c (rb_fiddle_ptr2cptr): fix error message forgotten to b...ngoto2012-12-152-1/+6
* * 2012-12-16svn2012-12-151-2/+2
* fix a typokazu2012-12-151-1/+1
* * signal.c (default_handler): remove rb_register_sigaltstack()kosaki2012-12-152-3/+5
* * signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki2012-12-156-9/+39
* * rational.c (f_round_common): should check overflow.tadf2012-12-152-0/+10
* * ratioanl.c (float_rationalize): reduced.tadf2012-12-152-10/+22
* test_gem_remote_fetcher.rb: restore environment variablesnobu2012-12-151-17/+5
* fix a typokazu2012-12-151-1/+1
* * proc.c (rb_binding_new_with_cfp): allocate the object after envirionment ch...nobu2012-12-151-1/+2
* * parse.y (yycompile0): adjust indent.nobu2012-12-152-10/+10
* fix typokosaki2012-12-151-1/+1
* * io.c (finish_writeconv): uses rb_write_internal2 ifkosaki2012-12-152-1/+9
* * thread.c (rb_mutex_owned_p): remove static.kosaki2012-12-154-2/+14
* * io.c (io_flush_buffer): uses io_flush_buffer_async2 instead ofkosaki2012-12-152-1/+34
* * io.c (internal_write_func2): new helper function for rb_write_internal2().kosaki2012-12-152-1/+28
* * io.c (rb_io_wait_writable): add to call rb_thread_wait_fd()kosaki2012-12-152-0/+6
* * io.c (rb_io_wait_writable): don't call rb_thread_fd_writable()kosaki2012-12-152-1/+6
* * thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()kosaki2012-12-152-1/+5
* * configure.in (NULLCMD): check in loop.nobu2012-12-151-11/+9
* * configure.in (GNUmakefile): remove -jN option from submake.nobu2012-12-151-1/+3
* * ChangeLog: fix typo.nobu2012-12-151-2/+2
* thread.c: revert r38382 but deprecate rb_thread_polling()nobu2012-12-153-5/+26
* * test/rubygems/test_gem_ext_cmake_builder.rb(test_self_build):tarui2012-12-142-1/+6
* * properties.nobu2012-12-140-0/+0
* * test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki2012-12-143-60/+83
* * test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki2012-12-142-1/+6
* * configure.in (HAVE_GCC_ATOMIC_BUILTINS): Set -march=i486 to enabledrbrain2012-12-142-1/+7
* * include/ruby/intern.h: remove rb_thread_polling() declaration.kosaki2012-12-141-0/+4
* vm_trace.c: suppress warningnobu2012-12-141-1/+2
* * ext/.document: add fiddle/pointer.c, fiddle/handle.c, and fiddle/win32/lib ...ngoto2012-12-142-0/+8
* * file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki2012-12-143-20/+12
* * 2012-12-15svn2012-12-141-2/+2
* * signal.c (rb_f_kill): remove rb_thread_polling() because thiskosaki2012-12-142-1/+11
* parse.y: fix line numbernobu2012-12-141-1/+1