aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Pathname: Simplified Pathname#mountpoint?nobu2018-08-101-2/+1
* needs openssl/opensslv.hnobu2018-08-081-1/+1
* openssl: sync with upstream repositoryrhe2018-08-089-33/+51
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-078-8/+0
* Removed needless file from gemspec.hsbt2018-08-071-1/+1
* Add support of Berkeley DB 6.x.hsbt2018-08-072-3/+5
* ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon2018-08-032-10/+14
* Fix missed update of parser source in r62429eregon2018-08-031-0/+1
* reduce LibreSSL warningsnobu2018-07-291-0/+4
* use https:// instead of http://kazu2018-07-281-1/+1
* UNREACHABLE_RETURNnobu2018-07-249-11/+11
* Remove needless `nacl` checkkazu2018-07-221-1/+1
* zlib (rb_gzreader_getc): localize and return cbuf directlynormal2018-07-181-20/+6
* Fixup r63864kazu2018-07-061-1/+1
* Prefixed reset_leap_second_infonobu2018-07-061-1/+1
* Make a prototypenobu2018-07-051-1/+1
* ruby tool/update-deps --fixnaruse2018-07-051-0/+35
* Add missing prototypenaruse2018-07-051-0/+1
* Add missing filenaruse2018-07-051-0/+14
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-18/+4
* Revert r63758 and related commitsnaruse2018-07-041-4/+18
* hijack SIGCHLD handler for internal usenormal2018-06-271-18/+4
* comma at the end of enum is a C99ismshyouhei2018-06-251-1/+1
* UNIXSocket#recv_io: trigger GC when out of FDsnormal2018-06-241-1/+27
* openssl_missing.h: constifiednobu2018-06-171-2/+2
* Remove flip-flop usages from build scriptsmame2018-06-151-10/+17
* Define AST module under RubyVM [experimental]yui-knk2018-05-312-498/+0
* ast.c: Do not taint TOPLEVEL_BINDINGyui-knk2018-05-311-10/+2
* Workaround for old LibreSSLnobu2018-05-301-0/+3
* Merge etc gemspec from github repository.hsbt2018-05-281-3/+1
* ext/pty/pty.c: I_FIND before I_PUSH if possiblengoto2018-05-231-6/+21
* -test-/wait_for_single_fd: fix -Wformat-security warningnormal2018-05-151-1/+1
* test_wait_for_single_fd: ensure this works with kqueuenormal2018-05-142-0/+66
* openssl: merge changes in v2.1.1rhe2018-05-125-6/+25
* Rename imemo_alloc with imemo_tmpbufmame2018-05-092-2/+2
* Revert "ext/cgi/escape: preserve String subclass in result"normal2018-05-031-5/+5
* ext/cgi/escape: preserve String subclass in resultnormal2018-05-021-5/+5
* ast.c: use enum in switch for warningsnobu2018-05-011-3/+3
* io.c: workaround for EPROTOTYPEnobu2018-04-301-4/+22
* Merge Pysch 3.0.3.pre1.hsbt2018-04-2812-11/+47
* fiddle/import.rb: suppress warningnobu2018-04-191-1/+2
* Win32API.rb: use uplevel option to warnnobu2018-04-021-1/+1
* unixsocket.c: abstract namespacenobu2018-03-281-1/+23
* unixsocket.c: check NUL bytesnobu2018-03-281-1/+1
* bigdecimal.c: fix missing argumentnobu2018-03-261-2/+2
* extmk.rb: get rid of shadowing outer local variablenobu2018-03-251-1/+1
* node.c: predicates for special NODEsnobu2018-03-201-3/+3
* Fix FrozenError on `Ripper.slice`k0kubun2018-03-131-1/+1
* Improve Pathname performancewatson19782018-03-131-6/+6
* ripper: fix escaped spacenobu2018-03-121-9/+10