summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2018-02-25date_parse.c, date_strptime.c: ensure symbols static allnobu
2018-02-25date_core.c: ensure symbols static allnobu
2018-02-25date_core.c: defensive codenobu
2018-02-22erb.rb: deprecate safe_level of ERB.newk0kubun
2018-02-18ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bitnormal
2018-02-17long long is a C99ismshyouhei
2018-02-17socket.rb: protected connect_internalnobu
2018-02-16add casts (cosmetic; just be explicit)shyouhei
2018-02-16no ID cache in Init functionsnobu
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