1. 15 Jun, 2017 1 commit
  2. 13 Jun, 2017 1 commit
  3. 12 Jun, 2017 5 commits
  4. 11 Jun, 2017 1 commit
    • ksss's avatar
      To accurate `pos` · 27f42288
      ksss authored
      pos shouldn't cache because it's not controllable
      27f42288
  5. 07 Jun, 2017 1 commit
  6. 05 Jun, 2017 1 commit
  7. 27 May, 2017 1 commit
  8. 23 May, 2017 2 commits
  9. 22 May, 2017 1 commit
  10. 21 May, 2017 3 commits
  11. 19 May, 2017 1 commit
  12. 25 Apr, 2017 1 commit
  13. 24 Apr, 2017 1 commit
  14. 28 Feb, 2017 2 commits
  15. 17 Feb, 2017 1 commit
  16. 10 Feb, 2017 1 commit
  17. 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
  18. 26 Dec, 2016 1 commit
  19. 24 Dec, 2016 1 commit
  20. 19 Dec, 2016 1 commit
  21. 17 Dec, 2016 2 commits
  22. 16 Dec, 2016 1 commit
  23. 15 Dec, 2016 1 commit
  24. 27 Nov, 2016 1 commit
  25. 26 Nov, 2016 1 commit
  26. 13 Oct, 2016 1 commit
  27. 30 Sep, 2016 2 commits
  28. 13 Sep, 2016 1 commit
  29. 11 Sep, 2016 2 commits