aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-0116-173/+118
* * ext/pty/pty.c (pty_open): refine the path for master IO.akr2010-03-012-2/+14
* * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano322010-03-012-3/+7
* * 2010-03-01svn2010-03-011-3/+3
* * configure.in (mingw): do not detect snprintf/vsnprintf.wanabe2010-03-012-1/+8
* * ext/pty/pty.c (get_device_once): raise on error when fail isnobu2010-02-282-2/+7
* * math.c (rb_eMathDomainError): new exception class for representing mathemat...muraken2010-02-284-83/+103
* * pack.c (pack_pack): use union to avoid pointer cast.akr2010-02-282-54/+92
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-287-19/+61
* * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse2010-02-284-17/+50
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-283-6/+7
* * pack.c (pack_pack): generalized integer packer implemented.akr2010-02-282-52/+67
* update rdoc.akr2010-02-281-6/+6
* * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.akr2010-02-272-1/+17
* * 2010-02-28svn2010-02-271-2/+2
* * pack.c: use integer types with explicit size.akr2010-02-272-106/+81
* * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.akr2010-02-273-0/+16
* * 2010-02-27svn2010-02-261-2/+2
* * pack.c: fix q and Q for big endian environments which have noakr2010-02-264-23/+140
* * bignum.c: fix rb_quad_pack and rb_quad_unpack for environmentsakr2010-02-262-12/+29
* * configure.in (RSHIFT): add parenthesis to supress warning.akr2010-02-262-2/+6
* * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame2010-02-263-2/+17
* * pack.c (QUAD_SIZE): it should be always 8.akr2010-02-263-8/+11
* * pack.c (swap64): fix for VC6.nobu2010-02-262-16/+16
* * pack.c (pack_pack, pack_unpack): suppressed warnings.nobu2010-02-262-11/+18
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-2519-662/+394
* * 2010-02-26svn2010-02-251-2/+2
* rdoc update.akr2010-02-251-163/+124
* * pack.c: consider DYNAMIC_ENDIAN. refactored.akr2010-02-254-438/+479
* * rational.c (nurat_expt): use Float#** when Rational ** Float.naruse2010-02-253-11/+9
* * insns.def: Change the operand type of setinlinecacheko12010-02-246-90/+94
* remove a empty line.akr2010-02-241-1/+0
* fix assertion message.akr2010-02-241-2/+2
* remove a empty line.akr2010-02-241-1/+0
* * pack.c (swap64): don't redefine.akr2010-02-242-2/+5
* * 2010-02-25svn2010-02-241-2/+2
* * pack.c (pack_unpack): don't use OFF32 for gcc 4.5.akr2010-02-243-127/+254
* * gc.c (gc_mark_children): lost comment added.matz2010-02-242-2/+6
* * marshal.c (r_object0): should prepare placeholder beforematz2010-02-242-5/+12
* * lib/resolv.rb: fix [ruby-core:28320] reported by Paul Clegg.akr2010-02-242-1/+11
* Remove obsolete files in lib/rubygems/indexerdrbrain2010-02-246-244/+4
* * dln.c (translit_separator): moved back from load.c again.nobu2010-02-244-12/+18
* * dln_find.c: split from dln.c.nobu2010-02-245-239/+317
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-243-2/+8
* Add some more tests, revisited.knu2010-02-231-10/+12
* Back out the series of changes pending a due discussion.knu2010-02-235-79/+56
* Add some more tests.knu2010-02-231-2/+14
* * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu2010-02-232-1/+6
* * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu2010-02-232-47/+36
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-232-6/+23