aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix non-static rb_scan_argsnobu2016-05-272-35/+138
* ruby.h: fix parameter namenobu2016-05-271-1/+1
* * symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum.naruse2016-05-262-5/+15
* * 2016-05-27svn2016-05-261-1/+1
* ruby.h: fix for old clangnobu2016-05-262-9/+23
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-264-9/+32
* ruby.h: suppress warningsnobu2016-05-261-2/+2
* ruby.h: count and verifynobu2016-05-262-71/+57
* revert r55171nobu2016-05-262-36/+31
* ruby.h: fix clang warningsnobu2016-05-262-31/+36
* * properties.svn2016-05-260-0/+0
* * remove trailing spaces.svn2016-05-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-262-0/+123
* * 2016-05-26svn2016-05-251-1/+1
* * class.c (rb_define_class): Fix documentation.eregon2016-05-252-2/+6
* * re.c (unescape_nonascii): scan hex up to only 3 characters.naruse2016-05-252-2/+7
* * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding.duerst2016-05-252-1/+9
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-253-1/+8
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-2532-874/+173
* openssl: remove unnecessary 'extern "C"' blocks from local headersrhe2016-05-253-17/+6
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-253-3/+11
* class.c: simplifynobu2016-05-252-10/+8
* ruby.h: rb_scan_args_validatenobu2016-05-252-6/+34
* regcomp.c: fix debug conditionalsnobu2016-05-251-7/+13
* fake.rb: buildlibdirnobu2016-05-251-1/+2
* * regcomp.c: remove condition for debug output because preludenaruse2016-05-252-16/+13
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-253-5/+15
* * enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst2016-05-243-4/+34
* openssl: add EC.generaterhe2016-05-243-51/+117
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-243-5/+24
* ruby.h: optimize rb_scan_args_setnobu2016-05-242-15/+12
* * 2016-05-25svn2016-05-241-1/+1
* configure.in: merge ruby_cflags to XCFLAGSnobu2016-05-242-3/+7
* Remove a space [ci skip]kazu2016-05-241-1/+1
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-243-5/+31
* openssl: avoid deprecated M_ASN1_* macrosrhe2016-05-243-10/+17
* ruby.h: rb_scan_args_verifynobu2016-05-242-48/+95
* defines.h: fallback ERRORFUNC and WARNINGFUNCnobu2016-05-242-0/+17
* * configure.in (ruby_cflags): separate from optflags [Bug #12409]naruse2016-05-242-2/+13
* fix missing argumentnobu2016-05-241-2/+2
* fix __error__ and __warning__ attribute checksnobu2016-05-242-3/+8
* * 2016-05-24svn2016-05-241-1/+1
* * common.mk : sort lines, and add missing dependencies suggestedshyouhei2016-05-242-8/+17
* fix indent (tabify) [ci skip]kazu2016-05-231-4/+4
* missing.h: isfinitenobu2016-05-234-12/+11
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-232-8/+17
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-2317-82/+90
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-232-1/+6
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-232-7/+14
* revert error attributesnobu2016-05-231-5/+0