Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 21, 2011
  3. Apr 19, 2011
  4. Mar 11, 2011
  5. Mar 09, 2011
  6. Mar 03, 2011
  7. Feb 09, 2011
  8. Dec 10, 2010
  9. Dec 09, 2010
  10. Dec 08, 2010
  11. Nov 30, 2010
  12. Nov 29, 2010
  13. Nov 24, 2010
  14. Nov 20, 2010
  15. Nov 19, 2010
  16. Nov 18, 2010
  17. Nov 17, 2010