aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-281-0/+7
* * pack.c (pack_pack): generalized integer packer implemented.akr2010-02-281-5/+10
* * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.akr2010-02-271-0/+5
* * pack.c: use integer types with explicit size.akr2010-02-271-0/+4
* * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.akr2010-02-271-0/+6
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-261-0/+13
* * bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr2010-02-261-0/+11
* * configure.in (RSHIFT): add parenthesis to supress warning.akr2010-02-261-0/+4
* * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame2010-02-261-0/+6
* * pack.c (QUAD_SIZE): it should be always 8.akr2010-02-261-0/+7
* * pack.c (swap64): fix for VC6.nobu2010-02-261-0/+4
* * pack.c (pack_pack, pack_unpack): suppressed warnings.nobu2010-02-261-0/+4
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-251-0/+4
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-251-0/+4
* * rational.c (nurat_expt): use Float#** when Rational ** Float.naruse2010-02-251-0/+8
* * insns.def: Change the operand type of setinlinecacheko12010-02-241-0/+17
* * pack.c (swap64): don't redefine.akr2010-02-241-0/+4
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-241-0/+4
* * gc.c (gc_mark_children): lost comment added.matz2010-02-241-0/+4
* * marshal.c (r_object0): should prepare placeholder beforematz2010-02-241-0/+7
* * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr2010-02-241-0/+6
* Remove obsolete files in lib/rubygems/indexerdrbrain2010-02-241-0/+4
* * dln.c (translit_separator): moved back from load.c again.nobu2010-02-241-1/+3
* * dln_find.c: split from dln.c.nobu2010-02-241-0/+4
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-241-0/+5
* Back out the series of changes pending a due discussion.knu2010-02-231-22/+0
* * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu2010-02-231-0/+6
* * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu2010-02-231-0/+6
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-231-0/+10
* * string.c (str_new_empty): String#split, partition, rpartitionmame2010-02-231-0/+5
* fix a typo.akr2010-02-221-1/+1
* * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr2010-02-221-0/+4
* * lib/rubygems: update to 1.3.6.nobu2010-02-221-0/+4
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-221-0/+4
* * lib/mkmf.rb (create_makefile, install_files): honor srcprefixnobu2010-02-211-0/+5
* * lib/rubygems/rubygems_version.rb: outdated. [ruby-core:28275]nobu2010-02-211-0/+4
* * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB...azav2010-02-201-0/+5
* * vm.c (vm_backtrace_each): use called_id when method definitionmatz2010-02-201-0/+5
* * lib/drb/drb.rb (DRbServer#stop_service): join killed thread tomame2010-02-181-0/+5
* * math.c (math_atanh): raise ERANGE without calling atanh if absolutemame2010-02-181-0/+8
* * confiure.in: new --with-ext and --with-out-ext options for extmk.muraken2010-02-181-0/+5
* * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.akr2010-02-181-0/+4
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-0/+8
* * regcomp.c (setup_tree, onig_compile): optimize .* at last bymame2010-02-171-0/+7
* * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.akr2010-02-171-0/+4
* * vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu2010-02-171-0/+6
* * ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type): support signednobu2010-02-171-1/+4
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.nobu2010-02-171-0/+10
* * hash.c (hash_update): always raise an exception when adding a newmame2010-02-161-0/+7
* * gc.c (chain_finalized_object): fix precedence.mame2010-02-161-0/+4