aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext/win32ole/win32ole.c: fix typo. [ci skip]suke2018-03-101-1/+1
* * ext/win32ole/win32ole.c: fix url of ActiveState. Thanks to Kazuhiro Nishiya...suke2018-03-101-1/+2
* Removed useless assertions [ci skip]nobu2018-03-091-2/+0
* date_core.c: check conversionnobu2018-03-071-19/+22
* openssl: search winsocknobu2018-03-021-1/+3
* io/console: drop 2.1.0 support [ci skip]nobu2018-03-023-9/+3
* io/console: drop 2.0.0 support [ci skip]nobu2018-03-023-5/+2
* search winsock libraries explicitlynobu2018-03-022-0/+2
* Refactor ERB version checking for keyword argumentsk0kubun2018-02-272-2/+2
* date_parse.c, date_strptime.c: ensure symbols static allnobu2018-02-252-6/+6
* date_core.c: ensure symbols static allnobu2018-02-251-5/+5
* date_core.c: defensive codenobu2018-02-251-16/+14
* erb.rb: deprecate safe_level of ERB.newk0kubun2018-02-222-15/+31
* ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bitnormal2018-02-181-1/+1
* long long is a C99ismshyouhei2018-02-173-19/+38