summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2018-01-30ruby.h: relax rb_funcall check on extra args for clangnormal
2018-01-26ignore external library sources [ci skip]nobu
2018-01-26ext/psych/.gitignore: removed stale file [ci skip]nobu
2018-01-25openssl/buffering.rb: no RS when outputnobu
2018-01-24process.c: add :exception option to Kernel.#systemk0kubun
2018-01-23init.c: encode socket error messagenobu
2018-01-23getaddrinfo.c: ai_errlistnobu
2018-01-20ext/ripper/tools/dsl.rb: Use String#sub instead of delete_suffixmame
2018-01-20parse.y: Remove double meaning of new_qcall/new_command_qcallmame
2018-01-20ext/ripper/tools/dsl.rb: Serialize dispatch callsmame
2018-01-20parse.y: Remove unneeded var_field_1 trickmame
2018-01-20dsl.rb: pnobu
2018-01-20dsl.rb: ID constantsnobu
2018-01-20dsl.rb: const_missingnobu
2018-01-20dsl.rb: indentnobu
2018-01-19parse.y: Remove double meaning of backref_assign_errormame
2018-01-19parse.y: Remove unneeded type decls for Rippermame
2018-01-19parse.y: swap `foo!` and `foo` in Ripper DSLmame
2018-01-19parse.y: Allows Ripper DSL to embed C function calls as `foo!`mame
2018-01-19ext/ripper/tools/preproc.rb: Remove `/*%c%` handlingmame
2018-01-19ext/ripper: Introduce a simple DSL for ripper.y code generationmame
2018-01-18marked as NORETURNnobu
2018-01-18win32/resolv.rb: call rb_w32_osidnobu
2018-01-17ext/ripper/depend: Try to fix the path of id.hmame
2018-01-17ripper.c: depends on preproc.rbnobu
2018-01-16node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame
2018-01-15Add tests for Node code locationsyui-knk
2018-01-15test_console_attr.rb: fix testnobu
2018-01-15raddrinfo.c: fix parse_numeric_portnobu
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2018-01-09update dependenciesnobu
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-08zlib: reduce garbage on Zlib::GzipReader#readpartialnormal
2018-01-07extmk.rb: exclude recursivelynobu
2018-01-05zlib: reduce garbage on gzip writes (deflate)normal
2018-01-05zlib: remove redundant rb_obj_revealnormal
2018-01-05node.h: remove NODE_PRELUDEmame
2018-01-04node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame
2018-01-02flexible array member is a C99ismshyouhei
2018-01-02long long is a C99ismshyouhei
2017-12-24bigdecimal: version 1.3.4mrkn
2017-12-22[DOC] StringIO#write accepts multiple arguments since r60377 [ci skip]kazu
2017-12-22ifaddr.c: get_ifaddrsnobu
2017-12-21Fix `imemo_name` to dump new imemo typestenderlove
2017-12-19Merge psych-3.0.2 from ruby/psych.hsbt
2017-12-19Update version of strscan to 1.0.0.hsbt
2017-12-19Remove digest.gemspec for default gems.hsbt
2017-12-15gperf.sed: static declarationsnobu
2017-12-14openssl: import v2.1.0rhe
2017-12-14NaCl support is dropped at r60374naruse