summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-09Revert "Reverting node marking until I can fix GC problem."Aaron Patterson
2019-09-10* 2019-09-10 [ci skip]git
2019-09-10Support multibyte inputNobuyoshi Nakada
2019-09-10Use IO#getbyteNobuyoshi Nakada
2019-09-10Use IO#getch to read one char in raw modeNobuyoshi Nakada
2019-09-09add minimaist C++ check卜部昌平
2019-09-09workaround for C++ 98 const union problem.卜部昌平
2019-09-09static member variables must explictly be initialized卜部昌平
2019-09-09add missing dependency for .travis.yml卜部昌平
2019-09-09Revert "save committers' weekend from CI failures"卜部昌平
2019-09-09Revert "Support timeout for Addrinfo"Masaki Matsushita
2019-09-09Make test-all and test-spec runnable on AndroidYusuke Endoh
2019-09-09Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-09-09Reline: Fix wrong variable nameLars Kanis
2019-09-09Fix expected ip_portMasaki Matsushita
2019-09-09Fix service name for testMasaki Matsushita
2019-09-09Fix domain name for testMasaki Matsushita
2019-09-08Fix invalid keyword argument separation warning for delegating callsJeremy Evans
2019-09-09Support timeout for AddrinfoMasaki Matsushita
2019-09-08Add keyword argument separation tests for implicit/explicit super callsJeremy Evans
2019-09-09* 2019-09-09 [ci skip]git
2019-09-09Use target-specific variable instead of a conditional [ci skip]Nobuyoshi Nakada
2019-09-08make-snapshot: -git option is no longer provided [ci skip]Nobuyoshi Nakada
2019-09-08Improve Proc#to_s specsBenoit Daloze
2019-09-08Removed useless braces to suppress a warningNobuyoshi Nakada
2019-09-08Behave ESC key correctly when vi command modeaycabta
2019-09-08compile.c (compile_hash): rewrite keyword splat handlingYusuke Endoh
2019-09-08compile.c (compile_hash): rewrite the compilation algorithmYusuke Endoh
2019-09-08Remove .document and .gitignore from file list of rdoc.gemspecaycabta
2019-09-08compile.c (NODE_OP_ASGN1): Remove unneeded DECL_ANCHORYusuke Endoh
2019-09-08make-snapshot: default to the toplevel directoryNobuyoshi Nakada
2019-09-08parse.y: Use the correct alias for brace flag of hash literalYusuke Endoh
2019-09-08compile.c (keyword_node_p): Refactor out keyword node checksYusuke Endoh
2019-09-08compile.c (compile_hash): Remove redundant check for NODE_ZLISTYusuke Endoh
2019-09-08compile.c (compile_hash): Simplify the keyword handlingYusuke Endoh
2019-09-08compile.c (compile_hash): don't add a temporal array to mark_aryYusuke Endoh
2019-09-08compile.c (compile_array): undef a temporal macroYusuke Endoh
2019-09-08* 2019-09-08 [ci skip]git
2019-09-08Touch copied cache files to make tarballs stableNobuyoshi Nakada
2019-09-08Suppress detached head warningNobuyoshi Nakada
2019-09-07Avoid defining DISPATCH_ARCH_DEPEND_WAY macroTakashi Kokubun
2019-09-07* remove trailing spaces. [ci skip]git
2019-09-07compile.c (compile_array): rewrite the compilation algorithmYusuke Endoh
2019-09-07compile.c (compile_hash): refactoringYusuke Endoh
2019-09-07compile.c (compile_array): refactoringYusuke Endoh
2019-09-07armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze
2019-09-07Exit gently if no VCS found but --suppress_not_found is givenNobuyoshi Nakada
2019-09-07Removed no longer used variableNobuyoshi Nakada
2019-09-07compile.c: Separate compile_list to two functions for Array and HashYusuke Endoh
2019-09-07compile.c (compile_list): allow an odd-length hidden array literalYusuke Endoh