aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* More generic regular exression for test.naruse2010-02-151-2/+5
* * signal.c (USE_SIGALTSTACK): NetBSD can't use sigaltstack(2)naruse2010-02-152-2/+8
* * 2010-02-15svn2010-02-151-2/+2
* * array.c (rb_ary_push_m): use rb_ary_modify instead ofnaruse2010-02-152-1/+6
* * marshal.c (r_object0): removed duplicated entry for regexp.nobu2010-02-142-1/+6
* avoid method redefinition.akr2010-02-146-7/+7
* add a test.akr2010-02-141-4/+19
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-134-4/+25
* * re.c (match_aref): fixed indent.nobu2010-02-132-29/+29
* * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.matz2010-02-132-3/+13
* * marshal.c (id2encidx): duplicated entry for encoding name.matz2010-02-132-1/+5
* add a test.akr2010-02-131-0/+7
* * lib/tempfile.rb (Tempfile::Remover): new class to replaceakr2010-02-132-17/+28
* * 2010-02-13svn2010-02-121-2/+2
* fix a test for Debian GNU/Linux squeeze (armel)akr2010-02-121-1/+1
* * vm.c (thread_free): fixed typo.nobu2010-02-122-1/+5
* * 2010-02-12svn2010-02-111-2/+2