aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ruby.h: relax rb_funcall check on extra args for clangnormal2018-01-301-1/+15
* ignore external library sources [ci skip]nobu2018-01-262-0/+2
* ext/psych/.gitignore: removed stale file [ci skip]nobu2018-01-261-11/+0
* openssl/buffering.rb: no RS when outputnobu2018-01-251-5/+3
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-241-1/+1
* init.c: encode socket error messagenobu2018-01-231-0/+12
* getaddrinfo.c: ai_errlistnobu2018-01-231-0/+2
* ext/ripper/tools/dsl.rb: Use String#sub instead of delete_suffixmame2018-01-201-1/+1
* parse.y: Remove double meaning of new_qcall/new_command_qcallmame2018-01-201-10/+20
* ext/ripper/tools/dsl.rb: Serialize dispatch callsmame2018-01-201-4/+22
* parse.y: Remove unneeded var_field_1 trickmame2018-01-201-2/+0
* dsl.rb: pnobu2018-01-201-0/+3
* dsl.rb: ID constantsnobu2018-01-201-0/+2
* dsl.rb: const_missingnobu2018-01-201-0/+4
* dsl.rb: indentnobu2018-01-201-2/+2
* parse.y: Remove double meaning of backref_assign_errormame2018-01-191-0/+2
* parse.y: Remove unneeded type decls for Rippermame2018-01-192-6/+2
* parse.y: swap `foo!` and `foo` in Ripper DSLmame2018-01-191-5/+6
* parse.y: Allows Ripper DSL to embed C function calls as `foo!`mame2018-01-191-2/+2
* ext/ripper/tools/preproc.rb: Remove `/*%c%` handlingmame2018-01-191-4/+0
* ext/ripper: Introduce a simple DSL for ripper.y code generationmame2018-01-194-3/+62
* marked as NORETURNnobu2018-01-183-0/+8
* win32/resolv.rb: call rb_w32_osidnobu2018-01-181-13/+12
* ext/ripper/depend: Try to fix the path of id.hmame2018-01-171-1/+1
* ripper.c: depends on preproc.rbnobu2018-01-171-1/+1
* node.c: Stop double meaning of NODE_FOR by introducing NODE_FOR_MASGNmame2018-01-162-2/+3
* Add tests for Node code locationsyui-knk2018-01-152-0/+506
* test_console_attr.rb: fix testnobu2018-01-151-0/+5
* raddrinfo.c: fix parse_numeric_portnobu2018-01-151-9/+9
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-093-3/+3
* update dependenciesnobu2018-01-091-0/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* zlib: reduce garbage on Zlib::GzipReader#readpartialnormal2018-01-081-43/+64
* extmk.rb: exclude recursivelynobu2018-01-071-3/+7
* zlib: reduce garbage on gzip writes (deflate)normal2018-01-051-11/+47
* zlib: remove redundant rb_obj_revealnormal2018-01-051-1/+0
* node.h: remove NODE_PRELUDEmame2018-01-051-1/+0
* node.h: add NODE_ONCE instead of reuse of NODE_SCOPEmame2018-01-041-0/+1
* flexible array member is a C99ismshyouhei2018-01-021-1/+3
* long long is a C99ismshyouhei2018-01-021-0/+4
* bigdecimal: version 1.3.4mrkn2017-12-242-12/+4
* [DOC] StringIO#write accepts multiple arguments since r60377 [ci skip]kazu2017-12-221-2/+2
* ifaddr.c: get_ifaddrsnobu2017-12-221-20/+15
* Fix `imemo_name` to dump new imemo typestenderlove2017-12-211-0/+3
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-193-9/+19
* Update version of strscan to 1.0.0.hsbt2017-12-191-4/+4
* Remove digest.gemspec for default gems.hsbt2017-12-191-34/+0
* gperf.sed: static declarationsnobu2017-12-152-2/+2
* openssl: import v2.1.0rhe2017-12-146-93/+113
* NaCl support is dropped at r60374naruse2017-12-141-42/+0