]> Cypherpunks repositories - gostls13.git/commit
update to Unicode 5
authorRob Pike <r@golang.org>
Mon, 7 Jul 2008 21:07:46 +0000 (14:07 -0700)
committerRob Pike <r@golang.org>
Mon, 7 Jul 2008 21:07:46 +0000 (14:07 -0700)
commit5b904a3bdee22529d4f6c42aa83c98c5d895eadb
treebc77d683442d0f051be4f2a98d3456297c9f2411
parent0d079a5362e1517ab178c8cd792eeb1394f8cccb
update to Unicode 5

SVN=126184
24 files changed:
src/lib/math/asin.go
src/lib/math/exp.go
src/lib/math/log.go
src/lib/math/main.go
src/lib/math/pow.go
src/lib/math/sinh.go
src/lib/math/sqrt.go
src/lib/math/tan.go
src/lib9/utf/mkrunetype.c [new file with mode: 0644]
src/lib9/utf/rune.c
src/lib9/utf/runetype.c
src/lib9/utf/utf.h [new file with mode: 0644]
src/lib9/utf/utfdef.h
src/lib9/utf/utfecpy.c
src/lib9/utf/utflen.c
src/lib9/utf/utfnlen.c
src/lib9/utf/utfrrune.c
src/lib9/utf/utfrune.c
src/lib9/utf/utfutf.c
src/runtime/Makefile
src/runtime/rune.c [new file with mode: 0644]
src/runtime/runtime.h
src/runtime/string.c
test/string_lit.go