Skip to content
Snippets Groups Projects
  1. Jul 17, 2012
  2. Apr 20, 2012
  3. Oct 30, 2011
  4. Sep 26, 2011
  5. Sep 16, 2011
  6. Sep 15, 2011
  7. Sep 07, 2011
  8. Aug 04, 2011
  9. Jun 16, 2011
  10. Jun 10, 2011
  11. Jun 09, 2011
  12. May 23, 2011
  13. May 12, 2011
  14. May 06, 2011
  15. May 05, 2011
  16. May 04, 2011
  17. Apr 29, 2011
  18. Apr 28, 2011
  19. Apr 27, 2011
  20. Apr 26, 2011
    • Adam Wardynski's avatar
      Fix MatchVector::first_token to ignore negative values. · 1270ffe8
      Adam Wardynski authored
      It was looking for minimum value and Position::Nowhere is
      the smallest you can get value-wise (min_int). So if there was
      an empty Match in a vector, first_token for the vector would
      always end up returning Position::Nowhere, which was wrong
      (empty submatches should've been ignored and Position::Nowhere
      returned only if there were no non-empty alternatives).
      1270ffe8