aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-213-13/+38
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-212-2/+6
* ipaddr: fix typo [ci skip]nobu2016-05-212-1/+6
* Restore documentation of ARGFnobu2016-05-212-1/+6
* methods.rdoc: closing tagnobu2016-05-212-1/+6
* configure.in: missing macro definitionnobu2016-05-212-1/+8
* fix build on no-fork-spawnv platformsnobu2016-05-203-14/+36
* io.c: conditionally used functionsnobu2016-05-201-0/+4
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* * 2016-05-21svn2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-2010-70/+151
* capa should be even number on 64-bit SPARC for 8-byte word alignmentngoto2016-05-202-0/+18
* thread_pthread.c: no fork, no gvl_atforknobu2016-05-201-0/+2
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pngoto2016-05-202-3/+7
* fix typos [ci skip]kazu2016-05-202-3/+8
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-206-68/+75
* win32ole.c: share the contentnobu2016-05-202-2/+7
* win32ole.c: remove dead codenobu2016-05-201-5/+0