aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/cgi/util.rb: added to missing quote.hsbt2016-05-281-0/+5
* fix a typo [ci skip]kazu2016-05-271-1/+1
* variable.c: hidden constantsnobu2016-05-271-0/+5
* transcode.c: scrub in the given encodingnobu2016-05-271-0/+6
* fix non-static rb_scan_argsnobu2016-05-271-0/+12
* * symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum.naruse2016-05-261-0/+10
* ruby.h: fix for old clangnobu2016-05-261-0/+8
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-261-0/+14
* ruby.h: count and verifynobu2016-05-261-0/+5
* revert r55171nobu2016-05-261-5/+0
* ruby.h: fix clang warningsnobu2016-05-261-0/+5
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-261-0/+6
* * class.c (rb_define_class): Fix documentation.eregon2016-05-251-0/+4
* * re.c (unescape_nonascii): scan hex up to only 3 characters.naruse2016-05-251-0/+5
* * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding.duerst2016-05-251-0/+4
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-0/+5
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-0/+4
* openssl: remove unnecessary 'extern "C"' blocks from local headersrhe2016-05-251-0/+6
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-251-0/+9
* class.c: simplifynobu2016-05-251-0/+4
* ruby.h: rb_scan_args_validatenobu2016-05-251-0/+5
* * regcomp.c: remove condition for debug output because preludenaruse2016-05-251-0/+5
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-251-0/+5
* * enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst2016-05-241-0/+6
* openssl: add EC.generaterhe2016-05-241-0/+12
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-0/+10
* ruby.h: optimize rb_scan_args_setnobu2016-05-241-0/+6
* configure.in: merge ruby_cflags to XCFLAGSnobu2016-05-241-0/+5
* Remove a space [ci skip]kazu2016-05-241-1/+1
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-0/+10
* openssl: avoid deprecated M_ASN1_* macrosrhe2016-05-241-0/+14
* ruby.h: rb_scan_args_verifynobu2016-05-241-0/+6
* defines.h: fallback ERRORFUNC and WARNINGFUNCnobu2016-05-241-0/+5
* * configure.in (ruby_cflags): separate from optflags [Bug #12409]naruse2016-05-241-0/+7
* fix __error__ and __warning__ attribute checksnobu2016-05-241-0/+5
* * common.mk : sort lines, and add missing dependencies suggestedshyouhei2016-05-241-0/+5
* fix indent (tabify) [ci skip]kazu2016-05-231-4/+4
* missing.h: isfinitenobu2016-05-231-0/+4
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-0/+9
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-231-0/+12
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-231-0/+5
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-231-0/+9
* fix a typonobu2016-05-231-1/+1
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-231-0/+5
* make compile error if possiblenobu2016-05-231-0/+6
* fatal error if variable argument length mismatchnobu2016-05-231-0/+6
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+6
* * array.c (rb_ary_fill): suppress warnings: 'item' may be usednaruse2016-05-231-0/+5
* dir.c (dir_close): update RDoc for 2.3 #close changenormal2016-05-221-0/+5
* use finalizer trick instead of thread.seki2016-05-221-0/+6