aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (target_archs): remove temporary objects.nobu2010-12-214-4/+12
* * pack.c: parenthesize macro arguments.akr2010-12-202-36/+40
* * test/rexml/test_contrib.rb (ContribTester#test_pos): should notnobu2010-12-203-12/+18
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-206-24/+16
* * io.c : add an extra byte to buffer for the specification of readtarui2010-12-202-36/+40
* * error.c: Fix build error for win32. This regression waskosaki2010-12-202-0/+13
* * thread.c (thread_cleanup_func): Moved interrupted_lockkosaki2010-12-204-2/+10
* * 2010-12-21svn2010-12-201-2/+2
* * thread.c (thread_cleanup_func): Don't touch native threadingkosaki2010-12-202-3/+18
* * error.c (exit_success_p): Check status code more carefully.kosaki2010-12-202-3/+14
* * node.c: parenthesize macro arguments.akr2010-12-202-4/+8
* * NEWS: add #__id__ and #object_id. [ruby-dev:42778]kazu2010-12-202-1/+5
* * thread_pthread.c (native_thread_destroy): Fixed gvl_cond leak.kosaki2010-12-202-0/+5
* Update NEWS, add ChangeLog entry for RDoc 3.0.1drbrain2010-12-202-0/+10
* There is no Perl parser in RDoc 3 ☹drbrain2010-12-201-1/+0
* Import RDoc 3drbrain2010-12-20106-4182/+8881
* * 2010-12-20svn2010-12-191-2/+2
* * io.c (Init_IO): Added O_DIRECT. This feature was propsed by Run Pai...kosaki2010-12-192-0/+9
* * 2010-12-19svn2010-12-191-2/+2
* * marshal.c: parenthesize macro arguments.akr2010-12-192-4/+8
* * vsnprintf.c (BSD_vfprintf): suppress warning: "_WIN32" is not defined.kazu2010-12-182-1/+6
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-186-2/+14
* * load.c: parenthesize macro arguments.akr2010-12-182-5/+9
* * compile.c (setup_args, iseq_compile_each): optimize AMPER LAMBDAnobu2010-12-183-10/+21
* * gc.c (Init_GC): move #__id__ and #object_id to BasicObject.matz2010-12-172-2/+7
* * test/mkmf/base.rb (TestMkmf::FakeLog): capture output from mkmf.nobu2010-12-173-0/+49
* * tool/mkconfig.rb (RbConfig): get rid of unused variable.nobu2010-12-171-1/+1
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_require): -rnobu2010-12-171-0/+2
* * win32/setup.mak (BASERUBY): quit with an error when BASERUBY was notusa2010-12-172-0/+8
* * io.c: removed garbage line.nobu2010-12-161-1/+0
* * io.c (rb_io_advise): removed unused variable, and fix indent.nobu2010-12-161-15/+15
* * iseq.c: parenthesize macro arguments.akr2010-12-162-10/+14
* Alter comment on String#encode for better wording and ri outputdrbrain2010-12-162-23/+28
* Fix indentationkosaki2010-12-161-32/+32
* * 2010-12-17svn2010-12-161-2/+2
* * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki2010-12-164-1/+207
* * tool/rbinstall.rb (bin-comm): use transformed name.nobu2010-12-162-1/+6
* * io.c: parenthesize macro arguments.akr2010-12-162-12/+16
* * tool/mkconfig.rb (RbConfig): honor ARCHFLAGS and RC_ARCHS tonobu2010-12-162-1/+21
* * win32/{configure.bat,setup.mak,Makefile.sub} (PROGRAM_PREFIX,usa2010-12-164-8/+15
* * node.h (RNode): match the type of flags to RBasic, and renamednobu2010-12-152-3/+6
* * iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_filenobu2010-12-153-4/+5
* Imported minitest 2.0.1 r6079.ryan2010-12-151-5/+14
* * 2010-12-16svn2010-12-151-2/+2
* drying up the requires in the openssl teststenderlove2010-12-1517-94/+20
* * lib/test/unit.rb (process_args): need to setup @help to print options.usa2010-12-152-0/+7
* * common.mk (clean-local): remove pc file.nobu2010-12-151-1/+1
* * io.c (nogvl_copy_stream_sendfile): fix missing condition.nobu2010-12-151-0/+2
* * test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa2010-12-152-2/+7
* * io.c (simple_sendfile): enable on Mac OS X.nobu2010-12-152-15/+39