]> Cypherpunks repositories - gostls13.git/commit
html,log,math: renamings
authorRob Pike <r@golang.org>
Thu, 3 Nov 2011 19:42:57 +0000 (12:42 -0700)
committerRob Pike <r@golang.org>
Thu, 3 Nov 2011 19:42:57 +0000 (12:42 -0700)
commit5cb4a15320d3b2ac121e3c68249c8ac403120bad
treec2216084d179f3970d4c58223d56b4b2b0953449
parent53493a22fe7fa4f66a04728ea9835f69c04f5341
html,log,math: renamings
This is Go 1 package renaming CL #2.
This one merely moves the source; the import strings will be
changed after the next weekly release.

exp/template/html -> html/template
big -> math/big
cmath -> math/cmplx
rand -> math/rand
syslog -> log/syslog

The only edits are in Makefiles and deps.bash.

Note that this CL moves exp/template/html out of exp. I decided
to do that so all the renamings can be done together, even though
the API (and that of template, for that matter) is still fluid.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5332053
64 files changed:
src/pkg/Makefile
src/pkg/deps.bash
src/pkg/html/template/Makefile [moved from src/pkg/exp/template/html/Makefile with 84% similarity]
src/pkg/html/template/attr.go [moved from src/pkg/exp/template/html/attr.go with 100% similarity]
src/pkg/html/template/clone.go [moved from src/pkg/exp/template/html/clone.go with 100% similarity]
src/pkg/html/template/clone_test.go [moved from src/pkg/exp/template/html/clone_test.go with 100% similarity]
src/pkg/html/template/content.go [moved from src/pkg/exp/template/html/content.go with 100% similarity]
src/pkg/html/template/content_test.go [moved from src/pkg/exp/template/html/content_test.go with 100% similarity]
src/pkg/html/template/context.go [moved from src/pkg/exp/template/html/context.go with 100% similarity]
src/pkg/html/template/css.go [moved from src/pkg/exp/template/html/css.go with 100% similarity]
src/pkg/html/template/css_test.go [moved from src/pkg/exp/template/html/css_test.go with 100% similarity]
src/pkg/html/template/doc.go [moved from src/pkg/exp/template/html/doc.go with 100% similarity]
src/pkg/html/template/error.go [moved from src/pkg/exp/template/html/error.go with 100% similarity]
src/pkg/html/template/escape.go [moved from src/pkg/exp/template/html/escape.go with 100% similarity]
src/pkg/html/template/escape_test.go [moved from src/pkg/exp/template/html/escape_test.go with 100% similarity]
src/pkg/html/template/html.go [moved from src/pkg/exp/template/html/html.go with 100% similarity]
src/pkg/html/template/html_test.go [moved from src/pkg/exp/template/html/html_test.go with 100% similarity]
src/pkg/html/template/js.go [moved from src/pkg/exp/template/html/js.go with 100% similarity]
src/pkg/html/template/js_test.go [moved from src/pkg/exp/template/html/js_test.go with 100% similarity]
src/pkg/html/template/transition.go [moved from src/pkg/exp/template/html/transition.go with 100% similarity]
src/pkg/html/template/url.go [moved from src/pkg/exp/template/html/url.go with 100% similarity]
src/pkg/html/template/url_test.go [moved from src/pkg/exp/template/html/url_test.go with 100% similarity]
src/pkg/log/syslog/Makefile [moved from src/pkg/syslog/Makefile with 80% similarity]
src/pkg/log/syslog/syslog.go [moved from src/pkg/syslog/syslog.go with 100% similarity]
src/pkg/log/syslog/syslog_test.go [moved from src/pkg/syslog/syslog_test.go with 100% similarity]
src/pkg/log/syslog/syslog_unix.go [moved from src/pkg/syslog/syslog_unix.go with 100% similarity]
src/pkg/math/big/Makefile [moved from src/pkg/big/Makefile with 83% similarity]
src/pkg/math/big/arith.go [moved from src/pkg/big/arith.go with 100% similarity]
src/pkg/math/big/arith_386.s [moved from src/pkg/big/arith_386.s with 100% similarity]
src/pkg/math/big/arith_amd64.s [moved from src/pkg/big/arith_amd64.s with 100% similarity]
src/pkg/math/big/arith_arm.s [moved from src/pkg/big/arith_arm.s with 100% similarity]
src/pkg/math/big/arith_decl.go [moved from src/pkg/big/arith_decl.go with 100% similarity]
src/pkg/math/big/arith_test.go [moved from src/pkg/big/arith_test.go with 100% similarity]
src/pkg/math/big/calibrate_test.go [moved from src/pkg/big/calibrate_test.go with 100% similarity]
src/pkg/math/big/hilbert_test.go [moved from src/pkg/big/hilbert_test.go with 100% similarity]
src/pkg/math/big/int.go [moved from src/pkg/big/int.go with 100% similarity]
src/pkg/math/big/int_test.go [moved from src/pkg/big/int_test.go with 100% similarity]
src/pkg/math/big/nat.go [moved from src/pkg/big/nat.go with 100% similarity]
src/pkg/math/big/nat_test.go [moved from src/pkg/big/nat_test.go with 100% similarity]
src/pkg/math/big/rat.go [moved from src/pkg/big/rat.go with 100% similarity]
src/pkg/math/big/rat_test.go [moved from src/pkg/big/rat_test.go with 100% similarity]
src/pkg/math/cmplx/Makefile [moved from src/pkg/cmath/Makefile with 85% similarity]
src/pkg/math/cmplx/abs.go [moved from src/pkg/cmath/abs.go with 100% similarity]
src/pkg/math/cmplx/asin.go [moved from src/pkg/cmath/asin.go with 100% similarity]
src/pkg/math/cmplx/cmath_test.go [moved from src/pkg/cmath/cmath_test.go with 100% similarity]
src/pkg/math/cmplx/conj.go [moved from src/pkg/cmath/conj.go with 100% similarity]
src/pkg/math/cmplx/exp.go [moved from src/pkg/cmath/exp.go with 100% similarity]
src/pkg/math/cmplx/isinf.go [moved from src/pkg/cmath/isinf.go with 100% similarity]
src/pkg/math/cmplx/isnan.go [moved from src/pkg/cmath/isnan.go with 100% similarity]
src/pkg/math/cmplx/log.go [moved from src/pkg/cmath/log.go with 100% similarity]
src/pkg/math/cmplx/phase.go [moved from src/pkg/cmath/phase.go with 100% similarity]
src/pkg/math/cmplx/polar.go [moved from src/pkg/cmath/polar.go with 100% similarity]
src/pkg/math/cmplx/pow.go [moved from src/pkg/cmath/pow.go with 100% similarity]
src/pkg/math/cmplx/rect.go [moved from src/pkg/cmath/rect.go with 100% similarity]
src/pkg/math/cmplx/sin.go [moved from src/pkg/cmath/sin.go with 100% similarity]
src/pkg/math/cmplx/sqrt.go [moved from src/pkg/cmath/sqrt.go with 100% similarity]
src/pkg/math/cmplx/tan.go [moved from src/pkg/cmath/tan.go with 100% similarity]
src/pkg/math/rand/Makefile [moved from src/pkg/rand/Makefile with 81% similarity]
src/pkg/math/rand/exp.go [moved from src/pkg/rand/exp.go with 100% similarity]
src/pkg/math/rand/normal.go [moved from src/pkg/rand/normal.go with 100% similarity]
src/pkg/math/rand/rand.go [moved from src/pkg/rand/rand.go with 100% similarity]
src/pkg/math/rand/rand_test.go [moved from src/pkg/rand/rand_test.go with 100% similarity]
src/pkg/math/rand/rng.go [moved from src/pkg/rand/rng.go with 100% similarity]
src/pkg/math/rand/zipf.go [moved from src/pkg/rand/zipf.go with 100% similarity]