summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-22* ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu
2010-02-21* 2010-02-22svn
2010-02-21add timeout for test_should_propagate_signaled.akr
2010-02-21* lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu
2010-02-21* lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu
2010-02-20* symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB...azav
2010-02-20 * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LI...azav
2010-02-20* 2010-02-21svn
2010-02-20* vm.c (vm_backtrace_each): use called_id when method definitionmatz
2010-02-20* 2010-02-20svn
2010-02-20indented.akr
2010-02-19rdoc update.akr
2010-02-19* Makefile.in (config.status): ommit cached results.nobu
2010-02-19Use only object_id to test living threads.naruse
2010-02-18* 2010-02-19svn
2010-02-18* lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame
2010-02-18* math.c (math_atanh): raise ERANGE without calling atanh if absolutemame
2010-02-18* confiure.in: new --with-ext and --with-out-ext options for extmk.muraken
2010-02-18* pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame
2010-02-17* 2010-02-18svn
2010-02-17add a test.akr
2010-02-17* regcomp.c (setup_tree, onig_compile): optimize .* at last bymame
2010-02-17* bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr
2010-02-17* vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu
2010-02-17* ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type): support signednobu
2010-02-17* ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.nobu
2010-02-17* common.mk: ext/dl/callback no longer exists.nobu
2010-02-17* ext/dl/depend: updated.nobu
2010-02-17* test/dl/test_method.rb: sinf(3) is in libm.naruse
2010-02-16use assert_finish because the test hangs on FreeBSD.akr
2010-02-16* 2010-02-17svn
2010-02-16* hash.c (hash_update): always raise an exception when adding a newmame
2010-02-16add a test.akr
2010-02-16* gc.c (chain_finalized_object): fix precedence.mame
2010-02-16* gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame
2010-02-16* file.c (rb_group_member): renamed from group_member.akr
2010-02-16* ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value tonobu
2010-02-16* test/dl/test_{base,handle}.rb: use more verbose assertions.nobu
2010-02-16* ChangeLog: removed trailing spaces.nobu
2010-02-16* ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove
2010-02-15* 2010-02-16svn
2010-02-15* ext/dl/function.c: using ULONG2NUM to fix tests on i686.tenderlove
2010-02-15* io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr
2010-02-15* lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr
2010-02-15* st.c (st_foreach): don't access ptr->hash after func call.akr
2010-02-15* ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-15fix previous commit.naruse
2010-02-15More generic regular exression for test.naruse