aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* parse.y: fix line numbernobu2012-12-143-20/+73
* * vm_insnhelper.c (vm_call_super_method): remove volatile introducedshugo2012-12-142-7/+23
* * ChangeLog: fix typo.nobu2012-12-141-1/+1
* envutil.rb: using caller_locationsnobu2012-12-142-3/+10
* envutil.rb: count assertionsnobu2012-12-142-1/+7
* * lib/rdoc/rubygems_hook.rb: Fixed generation of documentation.drbrain2012-12-145-30/+77
* * lib/rubygems/commands/rdoc_command.rb: When overwritingdrbrain2012-12-146-89/+139
* * vm_trace.c (exec_hooks): add volatile to avoid segv.naruse2012-12-142-1/+10
* Use assert_separately to speed up slow testsnaruse2012-12-142-2/+6
* * test/ruby/envutil.rb (EnvUtil::Unit::Assertionsassert_separately):naruse2012-12-142-0/+23
* * 2012-12-14svn2012-12-131-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove2012-12-133-0/+15
* * object.c (Init_Object): no needs to override with same method.nobu2012-12-133-2/+2
* * vm_insnhelper.c (vm_call_super_method): a workaround for theshugo2012-12-132-0/+11
* * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome2012-12-134-17/+41
* * ChangeLog: fix typo.shugo2012-12-131-1/+1
* * lib/rdoc/class_module.rb: Fixed duplicate comments for classes anddrbrain2012-12-138-75/+467
* Use different port from test/xmlrpc/test_cookie.rbnaruse2012-12-131-1/+1
* commit typo: remove file from r38358zzak2012-12-131-391/+0
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-1329-23/+432
* * marshal.c (r_entry0): don't taint classes and modules becauseshugo2012-12-133-1/+28
* * test/ruby/test_require.rb (TestRequire#test_loaded_features_encoding):usa2012-12-132-1/+6
* * file.c (rb_file_join): check encoding compatibility before joiningusa2012-12-132-0/+10
* method transplantingnobu2012-12-133-1/+11
* * method.h (END_OF_ENUMERATION): placeholder to put last comma.nobu2012-12-131-1/+11
* * properties.nobu2012-12-131-2/+2
* * include/ruby/ruby.h (RB_UNUSED_VAR): new macro to suppressshugo2012-12-133-1/+15
* * 2012-12-13svn2012-12-131-2/+2
* * method.h: remove "VM_METHOD_TYPE__MAX" from rb_method_type_t.ko12012-12-135-9/+12
* tmpdir.rb: not expand tildenobu2012-12-123-1/+18
* * properties.nobu2012-12-120-0/+0
* * ext/json: merge JSON 1.7.5.naruse2012-12-1212-32/+84