summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-05[rubygems/rubygems] Fix error handling of #with_engine_versionBenoit Daloze
2019-08-05[rubygems/rubygems] Cleanup after testing `rake package`David Rodríguez
2019-08-05[rubygems/rubygems] Use gsub with HashKazuhiro NISHIYAMA
2019-08-05[rubygems/rubygems] Revert cadb66037d9b58c80fc795f39384d533229a1f73bronzdoc
2019-08-05[rubygems/rubygems] Fixed to warn with shadowing outer local variable.Hiroshi SHIBATA
2019-08-05[rubygems/rubygems] Remove FIXME commentbronzdoc
2019-08-05ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh
2019-08-05Expand the timeout of `test_pstore_files_are_accessed_as_binary_files`NAKAMURA Usaku
2019-08-05Check if signaledNobuyoshi Nakada
2019-08-05Refined assertion messagesNobuyoshi Nakada
2019-08-05Fixed assertionNobuyoshi Nakada
2019-08-05Do not expect RSTRING_PTR valid after rb_fstringNobuyoshi Nakada
2019-08-05Moved FailDesc to EnvUtil.failure_descriptionNobuyoshi Nakada
2019-08-05Drop default leaf definition and obsoleted commentsTakashi Kokubun
2019-08-05n+1 to include n in rangeYaw Boakye
2019-08-05* 2019-08-05git
2019-08-05Revert "Always evaluate the expression RUBY_ASSERT_MESG_WHEN just once"Nobuyoshi Nakada
2019-08-04Extend sleep before sending USR1 in TestProcessTakashi Kokubun
2019-08-04Revert "Skip test_race_exception on MJIT for now"Takashi Kokubun
2019-08-04* expand tabs.git
2019-08-04Fix dangling path name from fstringNobuyoshi Nakada
2019-08-04Make opt_eq and opt_neq insns leafTakashi Kokubun
2019-08-04Suppress warnings of bundled libyaml.Hiroshi SHIBATA
2019-08-04[ruby/rexml] gemspec: updateSutou Kouhei
2019-08-04[ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou
2019-08-04[ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou
2019-08-04[ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou
2019-08-04[ruby/rexml] xpath boolean: implementKouhei Sutou
2019-08-04[ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou
2019-08-04[ruby/rexml] Use PPKouhei Sutou
2019-08-04[ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-08-04[ruby/rexml] Message less confusing error to human (#16)ujihisa
2019-08-04[ruby/rexml] test: compare with real elementKouhei Sutou
2019-08-04[ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross
2019-08-04[ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-08-04[ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou
2019-08-04[ruby/rexml] FormatKouhei Sutou
2019-08-04[ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou
2019-08-04[ruby/rexml] xpath: remove needless nil checkKouhei Sutou
2019-08-04[ruby/rexml] Add a TODO for Attribute#namespaceKouhei Sutou
2019-08-04[ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou
2019-08-04[ruby/rexml] Bump versionKouhei Sutou
2019-08-04Defer skip to avoid errors on ensureTakashi Kokubun
2019-08-04Skip test_race_exception on MJIT for nowTakashi Kokubun
2019-08-04Revert "Revert "Fix dangling path name from fstring""Takashi Kokubun
2019-08-04yaml few build warning fixesDavid Carlier
2019-08-04Remove dependency on `openssl/conf_api.h`Dmitry Petrashko
2019-08-04[Doc] Fix Array#to_h call-seqKenichi Kamiya