summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-01-12* ext/readline/extconf.rb: new checks for RL_PROMPT_START_IGNOREyugui
2011-01-09* ext/readline/readline.c: apply a patch from Nobuyoshi Nakada.kouji
2011-01-07reverting r30451 until I can figure out what is wrong.tenderlove
2011-01-06* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tagstenderlove
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* ext/stringio/stringio.c (get_strio, strio_set_string)nobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2011-01-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use YAML 1.0 outputtenderlove
2011-01-05* SSL_shutdown should be called until the return value is non-zero:tenderlove
2011-01-05* Use _WIN32 rather than checking for windows.h. Thanks Jon Forums!tenderlove
2011-01-01* ext/zlib/zlib.c: take care of platforms where long is biggernobu
2010-12-31* ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu
2010-12-29* ext/extmk.rb: strip current directory prefix.nobu
2010-12-27* ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-27Update rdoc of zlib.naruse
2010-12-26* ext/socket/mkconstants.rb: add IF_NAMESIZE.akr
2010-12-26* ext/ripper/depend (ripper.y): fix messages with nmake.nobu
2010-12-26* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr
2010-12-26fix a typo.akr
2010-12-26* ext/socket/option.c: define IFNAMSIZ if not available.akr
2010-12-26update comment.akr
2010-12-26* ext/socket/option.c (rb_if_indextoname): new function to abstractakr
2010-12-25* ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena
2010-12-25This ifdef should be useless after r30374.naruse
2010-12-25 * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-12-25 * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki
2010-12-25* ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-25* ext/json/generator/generator.c (fbuffer_free): unused.nobu
2010-12-25* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu
2010-12-23update doc.akr
2010-12-14 * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki
2010-12-14* ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa
2010-12-14* ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa
2010-12-11* ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove
2010-12-11ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu
2010-12-10Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain
2010-12-10Include Comparable in OpenSSL::X509::Name, document #<=>drbrain
2010-12-10* ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai
2010-12-10* ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove
2010-12-09* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove
2010-12-08* ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse
2010-12-07* ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc.naruse
2010-12-06Add toplevel documentation for OpenSSLdrbrain