]> Cypherpunks repositories - gostls13.git/commit
change IsDecimalDigit to IsDigit because Decimal is redundant
authorRob Pike <r@golang.org>
Wed, 26 Aug 2009 23:53:07 +0000 (16:53 -0700)
committerRob Pike <r@golang.org>
Wed, 26 Aug 2009 23:53:07 +0000 (16:53 -0700)
commit24dfb749c48588a43c393d7861527bd38b69b42a
tree3f79f279b03e6db136894a23d3939136b7d89d96
parent79606b99525c754d7aa78eb99da064e1881fa7b2
change IsDecimalDigit to IsDigit because Decimal is redundant

R=rsc
DELTA=792  (398 added, 383 deleted, 11 changed)
OCL=33919
CL=33921
src/pkg/go/scanner/scanner.go
src/pkg/unicode/Makefile
src/pkg/unicode/decimaldigit.go [deleted file]
src/pkg/unicode/digit.go [new file with mode: 0644]
src/pkg/unicode/digit_test.go [moved from src/pkg/unicode/decimaldigit_test.go with 98% similarity]
src/pkg/unicode/digittables.go
src/pkg/unicode/letter.go
src/pkg/unicode/maketables.go