aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/parser.rb (Mark): Adding a class to wraptenderlove2011-01-172-0/+26
* * ext/psych/lib/psych/visitors/json_tree.rb (visit_String): JSONtenderlove2011-01-171-1/+1
* The cast must use uint32_t. [ruby-core:34481]naruse2011-01-141-1/+1
* * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse2011-01-141-1/+1
* * ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNOREyugui2011-01-122-1/+7
* * ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.kouji2011-01-091-0/+99
* reverting r30451 until I can figure out what is wrong.tenderlove2011-01-071-4/+1
* * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove2011-01-061-1/+1
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-051-1/+1
* * ext/stringio/stringio.c (get_strio, strio_set_string)nobu2011-01-051-3/+3
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-052-0/+15
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-052-0/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove2011-01-051-1/+1
* * SSL_shutdown should be called until the return value is non-zero:tenderlove2011-01-051-1/+4
* * Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove2011-01-057-11/+10
* * ext/zlib/zlib.c: take care of platforms where long is biggernobu2011-01-011-42/+75
* * ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu2010-12-311-0/+1
* * ext/extmk.rb: strip current directory prefix.nobu2010-12-291-0/+1
* * ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove2010-12-271-0/+1
* * ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse2010-12-271-4/+10
* Update rdoc of zlib.naruse2010-12-271-3/+9
* * ext/socket/mkconstants.rb: add IF_NAMESIZE.akr2010-12-261-2/+3
* * ext/ripper/depend (ripper.y): fix messages with nmake.nobu2010-12-261-2/+2
* * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr2010-12-261-1/+1
* fix a typo.akr2010-12-261-1/+1
* * ext/socket/option.c: define IFNAMSIZ if not available.akr2010-12-261-0/+3
* update comment.akr2010-12-261-1/+4
* * ext/socket/option.c (rb_if_indextoname): new function to abstractakr2010-12-261-16/+45
* * ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena2010-12-251-1/+1
* This ifdef should be useless after r30374.naruse2010-12-252-6/+0
* * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki2010-12-251-5/+6
* * ext/socket/extconf.rb: check the existence of if_indextoname().usa2010-12-252-6/+29
* * ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr2010-12-252-1/+146
* * ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr2010-12-252-1/+32
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-251-0/+2
* * ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu2010-12-251-1/+0
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-15/+87
* * ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu2010-12-251-10/+10
* * ext/json/generator/generator.c (fbuffer_free): unused.nobu2010-12-251-5/+0
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu2010-12-251-1/+4
* update doc.akr2010-12-231-2/+3
* * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki2010-12-141-1/+1
* * ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa2010-12-141-9/+44
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu2010-12-111-1/+1
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-102-55/+140
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+13
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8