]> Cypherpunks repositories - gostls13.git/commit
utf8 routines in go; a start.
authorRuss Cox <rsc@golang.org>
Sat, 22 Nov 2008 00:13:31 +0000 (16:13 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 22 Nov 2008 00:13:31 +0000 (16:13 -0800)
commit5169bb44e6bafe990112fa39890fef7168ae679f
treedd5e30367d1e370887c565c64d81594a1025952c
parent284a50c109495973def8b9e7d94fa329a207a99e
utf8 routines in go; a start.
also:
* parse flags in testing.Main.
* add make test in src/lib.

R=r
DELTA=323  (323 added, 0 deleted, 0 changed)
OCL=19831
CL=19850
src/lib/Makefile
src/lib/testing.go
src/lib/utf8.go [new file with mode: 0644]
src/lib/utf8_test.go [new file with mode: 0644]
src/run.bash