]> Cypherpunks repositories - gostls13.git/commitdiff
- rename files to match the data types they implement, adusted Makefile
authorRobert Griesemer <gri@golang.org>
Mon, 17 Aug 2009 17:01:26 +0000 (10:01 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 17 Aug 2009 17:01:26 +0000 (10:01 -0700)
- no other changes

R=r
DELTA=1248  (623 added, 623 deleted, 2 changed)
OCL=33371
CL=33371

src/pkg/big/Makefile
src/pkg/big/int.go [moved from src/pkg/big/bigZ.go with 100% similarity]
src/pkg/big/int_test.go [moved from src/pkg/big/bigZ_test.go with 100% similarity]
src/pkg/big/nat.go [moved from src/pkg/big/bigN.go with 100% similarity]
src/pkg/big/nat_test.go [moved from src/pkg/big/bigN_test.go with 100% similarity]

index d98f5b21bda3163374131df93d9fab2bc17fd34a..b64ba40bf56edf1781fa85559e64858c40b04b95 100644 (file)
@@ -9,8 +9,8 @@ GOFILES=\
        defs.go\
        arith.go\
        big.go\
-       bigN.go\
-       bigZ.go\
+       nat.go\
+       int.go\
 
 OFILES=\
        arith_$(GOARCH).$O\
similarity index 100%
rename from src/pkg/big/bigZ.go
rename to src/pkg/big/int.go
similarity index 100%
rename from src/pkg/big/bigN.go
rename to src/pkg/big/nat.go