aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-312-6/+13
* * ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml codertenderlove2010-03-311-1/+10
* * ext/psych/extconf.rb: install psych .so to not psych/ but direct.naruse2010-03-302-2/+2
* * ext/psych/lib: moved external library dependent files from lib.nobu2010-03-3024-0/+1879
* * ext/psych/extconf.rb: Making library detection more agnostic.tenderlove2010-03-291-8/+2
* * ext/psych/{emitter,parser,psych}.c: move variablenaruse2010-03-293-43/+43
* * ext/psych/*: importing Psych to trunktenderlove2010-03-2811-0/+899
* * ext/openssl/ossl_x509store.c (ossl_x509store_initialize): initializemame2010-03-261-0/+1
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-254-37/+44
* * ext/iconv/charset_alias.rb: update of URL. [ruby-dev:38360]nobu2010-03-242-4/+4
* * ext/socket: use rsock_ prefix for internal initialization functions.akr2010-03-2215-39/+39
* update doc.akr2010-03-2211-36/+62
* update doc.akr2010-03-223-1/+18
* update doc.akr2010-03-221-10/+10
* update doc.akr2010-03-222-5/+12
* * ext/socket/.document: extracted from ext/.document.akr2010-03-223-16/+19
* * ext/socket/rubysocket.h (rsock_revlookup_flag): declared.akr2010-03-211-0/+2
* * ext/socket: make sources rdoc friendly.akr2010-03-2115-38/+62
* * ext/dl/lib/dl/pack.rb (DL#pack): allow LLP64.wanabe2010-03-191-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):nobu2010-03-171-7/+1
* * ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.naruse2010-03-161-0/+1
* * ext/tmpdir: split from lib/tmpdir.rb.nobu2010-03-162-0/+38
* * ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]naruse2010-03-151-61/+129
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-133-4/+14
* * ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu2010-03-111-4/+11
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-111-2/+2
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-0/+20
* * ext/json/lib/**/*.rb: not executable.nobu2010-03-043-0/+0
* * ext/pty/pty.c (pty_open): refine the path for master IO.akr2010-03-011-2/+10
* * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano322010-03-011-3/+3
* * ext/pty/pty.c (get_device_once): raise on error when fail isnobu2010-02-281-2/+2
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-286-19/+47
* * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal castmame2010-02-262-2/+11
* * ext/dl: revert dl with libffi because it can't run on mswin now.naruse2010-02-2518-662/+390
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-242-2/+3
* Back out the series of changes pending a due discussion.knu2010-02-233-43/+54
* * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):knu2010-02-231-1/+0
* * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC aknu2010-02-231-47/+30
* * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass theknu2010-02-231-6/+13
* rdoc update.akr2010-02-231-1/+1
* * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr2010-02-221-1/+1
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-227-96/+81
* * ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type): support signednobu2010-02-171-24/+26
* * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.nobu2010-02-174-5/+5
* * ext/dl/depend: updated.nobu2010-02-171-0/+6
* * ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value tonobu2010-02-161-4/+13
* * test/dl/test_{base,handle}.rb: use more verbose assertions.nobu2010-02-162-9/+9
* * ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove2010-02-164-33/+34
* * ext/dl/function.c: using ULONG2NUM to fix tests on i686.tenderlove2010-02-151-1/+1
* * ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr2010-02-151-1/+20