aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/ruby/enc/test_case_options.rb: adjust test class nameduerst2016-05-221-0/+5
* * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst2016-05-221-0/+5
* transcode.c: GC guardsnobu2016-05-221-0/+6
* -test-/integernobu2016-05-221-0/+7
* * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define aduerst2016-05-221-0/+13
* regenc.h/c: Define new function onigenc_not_support_case_mapduerst2016-05-221-0/+4
* * include/ruby/ruby.h (rb_scan_args): use original rb_scan_argsnaruse2016-05-221-0/+5
* * class.c (rb_scan_args): moved to bottom of the file to make thenaruse2016-05-221-0/+21
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-211-0/+8
* Revert r50102naruse2016-05-211-12/+0
* * include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa2016-05-211-0/+5
* * include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse2016-05-211-0/+7