1. 05 Oct, 2017 3 commits
  2. 15 Jun, 2017 2 commits
  3. 13 Jun, 2017 1 commit
  4. 12 Jun, 2017 5 commits
  5. 11 Jun, 2017 1 commit
    • ksss's avatar
      To accurate `pos` · 27f42288
      ksss authored
      pos shouldn't cache because it's not controllable
      27f42288
  6. 07 Jun, 2017 1 commit
  7. 05 Jun, 2017 1 commit
  8. 27 May, 2017 1 commit
  9. 23 May, 2017 2 commits
  10. 22 May, 2017 1 commit
  11. 21 May, 2017 3 commits
  12. 19 May, 2017 1 commit
  13. 25 Apr, 2017 1 commit
  14. 24 Apr, 2017 1 commit
  15. 28 Feb, 2017 2 commits
  16. 17 Feb, 2017 1 commit
  17. 10 Feb, 2017 1 commit
  18. 08 Feb, 2017 1 commit
    • Tomoyuki Sahara's avatar
      define IO#hash to override Enumerable#hash. fixes #73. · caab1c20
      Tomoyuki Sahara authored
      Current implementation of Enumerable#hash calls #each to collect
      hash values of enumerated objects (then calculates the hash value
      of the Enumerable object).  But IO#each is a method to read lines.
      It is not expected that IO#hash reads all lines from the IO object.
      Or even worse, program waits for the IO object to be readable if
      it is a socket or something cannot be read immediately.
      caab1c20
  19. 26 Dec, 2016 1 commit
  20. 24 Dec, 2016 1 commit
  21. 19 Dec, 2016 1 commit
  22. 17 Dec, 2016 2 commits
  23. 16 Dec, 2016 1 commit
  24. 15 Dec, 2016 1 commit
  25. 27 Nov, 2016 1 commit
  26. 26 Nov, 2016 1 commit
  27. 13 Oct, 2016 1 commit
  28. 30 Sep, 2016 1 commit