Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -8/+10 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+207 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -207/+0 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -77/+6 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+74 | |
2010-02-25 | path: Fix bug in Match with non-greedy stars | Kevin Ballard | 1 | -1/+8 | |
path.Match() errors out when testing "*x" against "xxx" because it matches the star non-greedily. Ensure that the last chunk consumes the rest of the name. R=r, rsc CC=golang-dev http://codereview.appspot.com/223050 Committer: Russ Cox <rsc@golang.org> | |||||
2010-02-24 | path: add Match | Russ Cox | 1 | -0/+197 | |
R=eridius, r, rog CC=golang-dev http://codereview.appspot.com/217088 |