1. 07 Jan, 2011 6 commits
  2. 06 Jan, 2011 6 commits
  3. 05 Jan, 2011 14 commits
  4. 04 Jan, 2011 13 commits
  5. 03 Jan, 2011 1 commit
    • Rob Pike's avatar
      regexp: fix prefix bug. · 15cb7ed3
      Rob Pike authored
      After a prefix match, the old code advanced the length of the
      prefix.  This is incorrect since the full match might begin
      in the middle of the prefix. (Consider "aaaab+" matching
      "aaaaaab").
      
      Fixes #1373
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/3795044
      15cb7ed3