aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix a typonobu2016-05-231-1/+1
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-232-0/+9
* tcltklib.c: elimitate dead codenobu2016-05-231-5/+1
* remove unnecessary volatilesnobu2016-05-234-8/+6
* tkutil.c: GC guardsnobu2016-05-231-3/+6
* make compile error if possiblenobu2016-05-232-2/+16
* fatal error if variable argument length mismatchnobu2016-05-232-3/+12
* bigdecimal.c: fix FloatDomainErrornobu2016-05-233-0/+24
* * array.c (rb_ary_fill): suppress warnings: 'item' may be usednaruse2016-05-232-4/+7
* * 2016-05-23svn2016-05-221-1/+1
* dir.c (dir_close): update RDoc for 2.3 #close changenormal2016-05-222-2/+7
* * remove trailing spaces.svn2016-05-221-1/+1
* use finalizer trick instead of thread.seki2016-05-223-24/+67
* * test/ruby/enc/test_case_options.rb: adjust test class nameduerst2016-05-222-1/+6
* * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst2016-05-222-0/+5
* transcode.c: GC guardsnobu2016-05-222-13/+33
* -test-/integernobu2016-05-2210-31/+29
* * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define aduerst2016-05-2239-0/+133
* regenc.h/c: Define new function onigenc_not_support_case_mapduerst2016-05-223-0/+21
* * include/ruby/ruby.h (rb_scan_args): use original rb_scan_argsnaruse2016-05-222-2/+9
* * class.c (rb_scan_args): moved to bottom of the file to make thenaruse2016-05-223-129/+287
* move duplicate assertionsnobu2016-05-223-22/+14
* just check Integernobu2016-05-213-35/+27
* hash method valuesnobu2016-05-214-5/+5
* * 2016-05-22svn2016-05-211-1/+1
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-212-4/+10
* Revert r50102naruse2016-05-213-150/+136
* * include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa2016-05-212-1/+6
* * include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse2016-05-213-136/+145
* * configure.in (ALWAYS_INLINE): force compilers the function inlined.naruse2016-05-213-0/+6
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-214-11/+46
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-212-4/+10