aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * doc/rubygems/ChangeLog: deleted garbage lines.nobu2010-02-221-4/+0
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-228-96/+85
* * 2010-02-22svn2010-02-211-2/+2
* add timeout for test_should_propagate_signaled.akr2010-02-211-1/+4
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-212-2/+7
* * lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu2010-02-212-19/+4
* * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB...azav2010-02-201-0/+5
* * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LI...azav2010-02-201-0/+4
* * 2010-02-21svn2010-02-201-2/+2
* * vm.c (vm_backtrace_each): use called_id when method definitionmatz2010-02-202-1/+12
* * 2010-02-20svn2010-02-201-2/+2
* indented.akr2010-02-201-6/+6
* rdoc update.akr2010-02-191-2/+9
* * Makefile.in (config.status): ommit cached results.nobu2010-02-191-1/+2
* Use only object_id to test living threads.naruse2010-02-191-2/+2
* * 2010-02-19svn2010-02-181-2/+2
* * lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame2010-02-182-1/+6
* * math.c (math_atanh): raise ERANGE without calling atanh if absolutemame2010-02-182-0/+15
* * confiure.in: new --with-ext and --with-out-ext options for extmk.muraken2010-02-183-1/+15
* * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr2010-02-183-0/+14
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-173-17/+21
* * 2010-02-18svn2010-02-171-2/+2
* add a test.akr2010-02-171-0/+13
* * regcomp.c (setup_tree, onig_compile): optimize .* at last bymame2010-02-173-2/+32
* * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr2010-02-173-7/+30
* * vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu2010-02-174-2/+13
* * ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type): support signednobu2010-02-172-25/+30
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.nobu2010-02-175-5/+15
* * common.mk: ext/dl/callback no longer exists.nobu2010-02-171-1/+1
* * ext/dl/depend: updated.nobu2010-02-171-0/+6
* * test/dl/test_method.rb: sinf(3) is in libm.naruse2010-02-171-1/+1
* use assert_finish because the test hangs on FreeBSD.akr2010-02-161-1/+1
* * 2010-02-17svn2010-02-161-2/+2
* * hash.c (hash_update): always raise an exception when adding a newmame2010-02-162-0/+18
* add a test.akr2010-02-161-0/+11
* * gc.c (chain_finalized_object): fix precedence.mame2010-02-162-1/+5
* * gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame2010-02-162-26/+63
* * file.c (rb_group_member): renamed from group_member.akr2010-02-163-10/+14
* * ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value tonobu2010-02-162-4/+18
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-166-23/+30
* * ChangeLog: removed trailing spaces.nobu2010-02-161-3/+3
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-166-33/+49
* * 2010-02-16svn2010-02-151-2/+2
* * ext/dl/function.c: using ULONG2NUM to fix tests on i686.tenderlove2010-02-151-1/+1
* * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr2010-02-152-9/+18
* * lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr2010-02-152-0/+6
* * st.c (st_foreach): don't access ptr->hash after func call.akr2010-02-152-1/+6
* * ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr2010-02-152-1/+25
* * time.c (time_add): propagate fixed time offset.akr2010-02-153-0/+19
* fix previous commit.naruse2010-02-151-1/+1