aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Separate RSTRING_PTR from a function callnobu2018-12-131-1/+3
* Add test cases of rb_arithmetic_sequence_extractmrkn2018-12-122-0/+29
* Revise Date#hour, #min, #secnobu2018-12-121-0/+12
* Disable tailcall optimization [Bug #15303]nobu2018-12-121-4/+1
* Use File class methods to avoid pipe executionakr2018-12-121-12/+12
* ext/date: Fix !NDEBUG codenobu2018-12-111-33/+30
* date_core.c: moved some methods to DateTimenobu2018-12-111-25/+10
* date_core.c: reorder ComplexDateDatanobu2018-12-111-8/+5
* zlib (gzfile_write_raw): do not resize string after .write callnormal2018-12-071-1/+0
* Import bigdecimal 1.4.0.pre.20181205amrkn2018-12-0512-238/+405
* Revert bigdecimal 1.4.0 related commitsmrkn2018-12-0512-406/+238
* Merge upstream from ruby/psychhsbt2018-12-041-9/+24
* Remove unnecessary linker flagsnobu2018-12-042-53/+7
* Move dependency on gemspecnobu2018-12-042-1/+3
* Remove unnecessary directory listingnobu2018-12-041-6/+0
* Use delete_prefix instead of `sub(/\Afixed-pattern/, '')`kazu2018-12-041-2/+2
* * expand tabs.svn2018-12-041-5/+5
* Import bigdecimal-1.4.0.pre-20181204amrkn2018-12-043-52/+86
* ext/bigdecimal/bigdecimal.c: drop unused functionk0kubun2018-12-031-10/+4
* Fix JSON::Parser against bigdecimal updatesmrkn2018-12-022-4/+42
* * expand tabs.svn2018-12-021-5/+5
* Import bigdecimal-1.4.0.pre-20181130amrkn2018-12-0211-201/+391
* Let sub-directory exts depend on their parent extmrkn2018-12-011-1/+10
* disable non-blocking pipes and sockets by defaultnormal2018-11-293-5/+6
* Merge stringio.gemspec from github repository.hsbt2018-11-281-3/+4
* socket: disable nonblocking-by-default on win32normal2018-11-223-7/+23
* ext/socket/init.c (rsock_socket0): non-blocking for non-SOCK_NONBLOCKnormal2018-11-221-0/+1
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-223-8/+16
* errno.h must be included after config.h because config.h might defineodaira2018-11-211-1/+1
* [doc] Fix grammar typo in Pty_init() docstring [ci skip]k0kubun2018-11-161-1/+1
* Pathname: Have #relative_path_from accept String argument.marcandre2018-11-131-0/+1
* date_core.c: use static ID variablesnobu2018-11-131-4/+4
* date_core.c: obey to the allocation frameworknobu2018-11-131-31/+47
* date_core.c: respect COMPLEX_DAT bitnobu2018-11-131-39/+25
* date_core.c: keep COMPLEX_DAT bitnobu2018-11-131-3/+22
* date_core.c: set/reset COMPLEX_DATnobu2018-11-131-9/+9
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Revert "Use friendlier terminology in rubysocket.h comment"nobu2018-11-111-1/+1
* Use friendlier terminology in rubysocket.h commentnobu2018-11-111-1/+1
* Make rubygems follow the upstream of psychnobu2018-11-111-12/+12
* Revert "Merge psych from upstream."mame2018-11-101-12/+12
* Merge psych from upstream.hsbt2018-11-101-12/+12
* ext/socket/init.c (wait_connectable): bail out early on some errorsnormal2018-11-081-1/+20
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2018-11-012-2/+2
* Removed control characters from gemspec.hsbt2018-10-311-0/+0
* support theap for T_HASH. [Feature #14989]ko12018-10-301-1/+1
* Merge stringio.gemspec from github repository.hsbt2018-10-221-2/+2
* Retry r65211.hsbt2018-10-201-0/+6
* Revert "Mergr etc from github repository."hsbt2018-10-201-6/+0
* fix typo.tadd2018-10-201-1/+1