summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-02-26* pack.c: fix q and Q for big endian environments which have noakr
2010-02-26* bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr
2010-02-26* configure.in (RSHIFT): add parenthesis to supress warning.akr
2010-02-26* ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame
2010-02-26* pack.c (QUAD_SIZE): it should be always 8.akr
2010-02-26* pack.c (swap64): fix for VC6.nobu
2010-02-26* pack.c (pack_pack, pack_unpack): suppressed warnings.nobu
2010-02-25* ext/dl: revert dl with libffi because it can't run on mswin now.naruse
2010-02-25* pack.c: consider DYNAMIC_ENDIAN. refactored.akr
2010-02-25* rational.c (nurat_expt): use Float#** when Rational ** Float.naruse
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-02-24* pack.c (swap64): don't redefine.akr
2010-02-24* pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr
2010-02-24* gc.c (gc_mark_children): lost comment added.matz
2010-02-24* marshal.c (r_object0): should prepare placeholder beforematz
2010-02-24* lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr
2010-02-24Remove obsolete files in lib/rubygems/indexerdrbrain
2010-02-24* dln.c (translit_separator): moved back from load.c again.nobu
2010-02-24* dln_find.c: split from dln.c.nobu
2010-02-24* ext/digest/extconf.rb: use OpenSSL only when all transformnobu
2010-02-23Back out the series of changes pending a due discussion.knu
2010-02-23* ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu
2010-02-23* ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu
2010-02-23* ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu
2010-02-23* string.c (str_new_empty): String#split, partition, rpartitionmame
2010-02-22fix a typo.akr
2010-02-22* ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr
2010-02-22* lib/rubygems: update to 1.3.6.nobu
2010-02-22* ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu
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* vm.c (vm_backtrace_each): use called_id when method definitionmatz
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* 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-16* hash.c (hash_update): always raise an exception when adding a newmame
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