aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-041-1/+1
* Make opt_eq and opt_neq insns leafTakashi Kokubun2019-08-044-24/+25
* Suppress warnings of bundled libyaml.Hiroshi SHIBATA2019-08-042-4/+4
* [ruby/rexml] gemspec: updateSutou Kouhei2019-08-041-1/+0
* [ruby/rexml] xpath: add missing value conversions for equality and relational...Kouhei Sutou2019-08-043-104/+295
* [ruby/rexml] xpath number: fix a bug that false is converted to NaNKouhei Sutou2019-08-042-35/+35
* [ruby/rexml] xpath local_name: fix a bug that nil is returned for nonexistent...Kouhei Sutou2019-08-045-2/+48
* [ruby/rexml] xpath boolean: implementKouhei Sutou2019-08-042-11/+91
* [ruby/rexml] xpath: fix a bug for equality or relational expressionsKouhei Sutou2019-08-044-114/+178
* [ruby/rexml] Use PPKouhei Sutou2019-08-041-1/+6
* [ruby/rexml] xpath: add support for changing to debug mode by environment var...Kouhei Sutou2019-08-041-16/+19
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Message less confusing error to human (#16)ujihisa2019-08-042-0/+17
* [ruby/rexml] test: compare with real elementKouhei Sutou2019-08-041-2/+5
* [ruby/rexml] Fix crash with nil XPath variables (#13)Alyssa Ross2019-08-042-4/+20
* [ruby/rexml] use #inspect to print meta-characters in error messagesFUJI Goro (gfx)2019-08-041-4/+4
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* [ruby/rexml] Fix attribute's default namespace behaviorKouhei Sutou2019-08-044-22/+63
* [ruby/rexml] FormatKouhei Sutou2019-08-041-10/+12
* [ruby/rexml] Revert "xpath: remove needless nil check"Kouhei Sutou2019-08-041-2/+6
* [ruby/rexml] xpath: remove needless nil checkKouhei Sutou2019-08-041-6/+2
* [ruby/rexml] Add a TODO for Attribute#namespaceKouhei Sutou2019-08-041-0/+14
* [ruby/rexml] xpath: fix a bug that no namespace attribute isn't matched with ...Kouhei Sutou2019-08-042-2/+14
* [ruby/rexml] Bump versionKouhei Sutou2019-08-041-1/+1
* Defer skip to avoid errors on ensureTakashi Kokubun2019-08-041-1/+1
* Skip test_race_exception on MJIT for nowTakashi Kokubun2019-08-041-0/+1
* Revert "Revert "Fix dangling path name from fstring""Takashi Kokubun2019-08-042-3/+4
* yaml few build warning fixesDavid Carlier2019-08-041-5/+5
* Remove dependency on `openssl/conf_api.h`Dmitry Petrashko2019-08-041-1/+0
* [Doc] Fix Array#to_h call-seqKenichi Kamiya2019-08-041-2/+2
* [Doc] Fix Array#difference call-seqKenichi Kamiya2019-08-041-1/+1
* change call CGI methods from :: to .Semyon Pupkov2019-08-047-62/+62
* Use the word heredocs in Here Documents docsOlivier Lacan2019-08-041-1/+1
* Better wording for __ENCODING__Lars Kanis2019-08-041-1/+1
* README: Add smart URL for joining mailing listWill Binns2019-08-041-1/+1
* Fix release post output for tool/format-releaseMarcus Stollsteimer2019-08-041-0/+1
* Revert "Fix dangling path name from fstring"Takashi Kokubun2019-08-042-4/+3
* [DOC] "nmake check" is preferable to "nmake exam" now [ci skip]Nobuyoshi Nakada2019-08-041-4/+4
* [DOC] updated about icons in win32/README.win32 [ci skip]Nobuyoshi Nakada2019-08-041-5/+9
* * 2019-08-04git2019-08-041-1/+1
* [DOC] "nmake check" is preferable to "nmake exam" now [ci skip]Nobuyoshi Nakada2019-08-041-1/+1
* [DOC] Mark up path names to show a backslash [ci skip]Nobuyoshi Nakada2019-08-041-2/+2
* Move assert_ruby_status and assert_throw to CoreAssertions for default gems.Hiroshi SHIBATA2019-08-032-37/+37
* [DOC] mentioned minimum versions of tools [ci skip]Nobuyoshi Nakada2019-08-031-3/+3
* Added more attributes [ci skip]Nobuyoshi Nakada2019-08-031-0/+1
* Refine error messageNobuyoshi Nakada2019-08-031-1/+6
* Suppress warnings against locations in evalNobuyoshi Nakada2019-08-032-11/+11
* * expand tabs.git2019-08-031-1/+1
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-033-3/+15
* Show the location of `eval` which uses `__FILE__`/`__LINE__`Nobuyoshi Nakada2019-08-031-2/+8