]> Cypherpunks repositories - gostls13.git/commit
regexp: move to old/regexp, replace with exp/regexp
authorRuss Cox <rsc@golang.org>
Mon, 26 Sep 2011 22:33:13 +0000 (18:33 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 26 Sep 2011 22:33:13 +0000 (18:33 -0400)
commit6c230fbc6710b80982b3082064292fefae4a4790
tree1e026230d3c2f5d62f5c54f718f16c7e4dac44a3
parenta8a18f6566dd4af3335a587d10cec77f6c5a3e90
regexp: move to old/regexp, replace with exp/regexp

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5127042
37 files changed:
src/cmd/godoc/codewalk.go
src/cmd/godoc/format.go
src/cmd/godoc/godoc.go
src/cmd/godoc/index.go
src/cmd/godoc/main.go
src/pkg/Makefile
src/pkg/exp/norm/normregtest.go
src/pkg/index/suffixarray/suffixarray.go
src/pkg/index/suffixarray/suffixarray_test.go
src/pkg/old/regexp/Makefile [moved from src/pkg/exp/regexp/Makefile with 69% similarity]
src/pkg/old/regexp/all_test.go [moved from src/pkg/exp/regexp/all_test.go with 98% similarity]
src/pkg/old/regexp/find_test.go [moved from src/pkg/exp/regexp/find_test.go with 93% similarity]
src/pkg/old/regexp/regexp.go [moved from src/pkg/exp/regexp/regexp.go with 52% similarity]
src/pkg/regexp/Makefile
src/pkg/regexp/all_test.go
src/pkg/regexp/exec.go [moved from src/pkg/exp/regexp/exec.go with 99% similarity]
src/pkg/regexp/exec_test.go [moved from src/pkg/exp/regexp/exec_test.go with 99% similarity]
src/pkg/regexp/find_test.go
src/pkg/regexp/regexp.go
src/pkg/regexp/syntax/Makefile [moved from src/pkg/exp/regexp/syntax/Makefile with 75% similarity]
src/pkg/regexp/syntax/compile.go [moved from src/pkg/exp/regexp/syntax/compile.go with 100% similarity]
src/pkg/regexp/syntax/make_perl_groups.pl [moved from src/pkg/exp/regexp/syntax/make_perl_groups.pl with 100% similarity]
src/pkg/regexp/syntax/parse.go [moved from src/pkg/exp/regexp/syntax/parse.go with 100% similarity]
src/pkg/regexp/syntax/parse_test.go [moved from src/pkg/exp/regexp/syntax/parse_test.go with 100% similarity]
src/pkg/regexp/syntax/perl_groups.go [moved from src/pkg/exp/regexp/syntax/perl_groups.go with 100% similarity]
src/pkg/regexp/syntax/prog.go [moved from src/pkg/exp/regexp/syntax/prog.go with 100% similarity]
src/pkg/regexp/syntax/prog_test.go [moved from src/pkg/exp/regexp/syntax/prog_test.go with 100% similarity]
src/pkg/regexp/syntax/regexp.go [moved from src/pkg/exp/regexp/syntax/regexp.go with 100% similarity]
src/pkg/regexp/syntax/simplify.go [moved from src/pkg/exp/regexp/syntax/simplify.go with 100% similarity]
src/pkg/regexp/syntax/simplify_test.go [moved from src/pkg/exp/regexp/syntax/simplify_test.go with 100% similarity]
src/pkg/regexp/testdata/README [moved from src/pkg/exp/regexp/testdata/README with 100% similarity]
src/pkg/regexp/testdata/basic.dat [moved from src/pkg/exp/regexp/testdata/basic.dat with 100% similarity]
src/pkg/regexp/testdata/nullsubexpr.dat [moved from src/pkg/exp/regexp/testdata/nullsubexpr.dat with 100% similarity]
src/pkg/regexp/testdata/re2-exhaustive.txt.bz2 [moved from src/pkg/exp/regexp/testdata/re2-exhaustive.txt.bz2 with 100% similarity]
src/pkg/regexp/testdata/re2-search.txt [moved from src/pkg/exp/regexp/testdata/re2-search.txt with 100% similarity]
src/pkg/regexp/testdata/repetition.dat [moved from src/pkg/exp/regexp/testdata/repetition.dat with 100% similarity]
src/pkg/regexp/testdata/testregex.c [moved from src/pkg/exp/regexp/testdata/testregex.c with 100% similarity]