]> Cypherpunks repositories - gostls13.git/commit
- created staging area for getting bignum package up-to-speed again,
authorRobert Griesemer <gri@golang.org>
Mon, 27 Oct 2008 22:44:32 +0000 (15:44 -0700)
committerRobert Griesemer <gri@golang.org>
Mon, 27 Oct 2008 22:44:32 +0000 (15:44 -0700)
commit2e777b44b8bc8d2dcb7518c91950351ad92754ca
tree4ea94b54c6638d2f035f1160c5ccd6214dc07293
parent5fcb035bca98bd994f57c21e4e4eb6e1dbc43fe3
- created staging area for getting bignum package up-to-speed again,
now using up-to-date language features
- moved old code away from pkg (defunct anyway because of language changes)

R=r
OCL=17916
CL=17916
usr/gri/bignum/Makefile [new file with mode: 0644]
usr/gri/bignum/bignum.go [new file with mode: 0755]
usr/gri/bignum/bignum_test.go [new file with mode: 0644]
usr/gri/bignum/integer.go [moved from src/pkg/integer.go with 100% similarity]
usr/gri/bignum/make.bash [moved from src/pkg/make.bash with 100% similarity]
usr/gri/bignum/test_integer.go [moved from src/pkg/test_integer.go with 100% similarity]