1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:21:25 -06:00
go/src/regexp
Dmitry Savintsev 8cb9c21cce regexp: trivial change in comments to update code.google.com link
Replaced code.google.com/p/re2/ with github.com/google/re2/ and
updated the file names (re2-exhaustive.txt.bz2 not re2.txt.gz)
as well as the re2 make command (make log).

Change-Id: I15937b0b8a898d78d45366857ed86421c8d69960
Reviewed-on: https://go-review.googlesource.com/9372
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-04-27 20:18:25 +00:00
..
syntax all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
testdata regexp: trivial change in comments to update code.google.com link 2015-04-27 20:18:25 +00:00
all_test.go regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
backtrack.go regexp: set b.cap[0] and b.cap[1] only when captures requested 2015-04-17 17:10:07 +00:00
example_test.go
exec2_test.go
exec_test.go regexp: trivial change in comments to update code.google.com link 2015-04-27 20:18:25 +00:00
exec.go regexp: port RE2's bitstate backtracker to the regexp package 2015-03-23 16:17:42 +00:00
find_test.go
onepass_test.go
onepass.go
regexp.go regexp: fix link to RE2 syntax 2015-03-23 19:17:52 +00:00