aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-062-5/+44
* * ext/readline/readline.c (Readline.special_prefixes=)kouji2012-05-022-0/+78
* * ext/readline/readline.c (Readline.pre_input_hook)kouji2012-05-012-0/+122
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-014-8/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-014-0/+8
* * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header isnobu2012-05-011-2/+7
* * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu2012-04-301-7/+7
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-306-22/+31
* * ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr2012-04-302-1/+6
* * ext/openssl/lib/openssl/ssl.rb: add hostname to "hostname does notayumin2012-04-301-1/+1
* * ext/psych/lib/psych/json/yaml_events.rb: implicit styles should nottenderlove2012-04-291-2/+2
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-281-0/+1
* * ext/-test-/win32/dln/extconf.rb: remove test DLL.nobu2012-04-281-1/+3
* * ext/dl/cfunc.c (rb_dlcfunc_call): should convert a Bignum value tousa2012-04-271-0/+4
* * ext/socket/socket.c (sock_s_pack_sockaddr_un): support the longestakr2012-04-261-1/+1
* add a comment.akr2012-04-261-0/+1
* suppress a warning.akr2012-04-261-1/+1
* * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr2012-04-264-49/+36
* * ext/socket/raddrinfo.c (init_unix_addrinfo): refine error messageakr2012-04-251-5/+11
* * ext/socket/raddrinfo.c (init_unix_addrinfo): show actual path lengthakr2012-04-243-6/+6
* * ext/iconv: deprecated. [Feature #6322]nobu2012-04-2310-1481/+0
* --with-broken-apple-openssl optionnobu2012-04-231-1/+3
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings.nobu2012-04-221-2/+2
* * ext/openssl/extconf.rb: ignore broken version by Apple.nobu2012-04-221-3/+5
* * ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu2012-04-221-7/+0
* update doc.akr2012-04-201-1/+10
* * ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu2012-04-191-2/+6
* * ext/curses/curses.c (window_nodelay): Fixed call-seq of nodelay todrbrain2012-04-181-3/+6
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-181-1/+1
* * ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu2012-04-171-4/+5
* * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu2012-04-171-1/+1
* * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu2012-04-171-0/+2
* * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu2012-04-171-2/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-174-0/+51
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-152-0/+2
* * reduce UNREACHABLE.nobu2012-04-151-0/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-145-5/+10
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-1311-0/+40
* * ext/date/date_core.c: added some notes.tadf2012-04-121-5/+9
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-101-2/+2
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-103-0/+31
* * ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain2012-04-101-1/+1
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-0/+1
* * ext/date/date_strftime.c: gets the value with range() consistetly.tadf2012-04-081-6/+16
* Additional experimental fix for r35261.naruse2012-04-083-3/+3
* * ext/json/generator/generator.c (generate_json_bignum):naruse2012-04-081-0/+1
* * ext/psych/lib/psych.rb: bumping up psych version to match release.tenderlove2012-04-072-3/+4
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-3/+4
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1