Sign in
go
/
go
/
544010a05a90e45763ec9a8c149fc5137e1ec461
/
src
/
unicode
/
digit_test.go
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/unicode/digit_test.go]
7630a10
unicode, utf8, utf16: use rune
by Russ Cox
· 13 years ago
7a92287
unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and
by Rob Pike
· 14 years ago
8d64e73
unicode: add the first few property tests for printing.
by Rob Pike
· 14 years ago
1959c3a
tests: fix prints
by Rob Pike
· 15 years ago
45ca9f7
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
40621d5
remove semis after statements in one-statement statement lists
by Robert Griesemer
· 15 years ago
841c18a
gofmt-ify unicode
by Robert Griesemer
· 15 years ago
9154943
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync syscall testing time unicode unsafe utf8
by Russ Cox
· 15 years ago
ca6a0fe
more "declared and not used".
by Russ Cox
· 16 years ago
932def9
test that ASCII optimizations agree with the unicode tables
by Rob Pike
· 16 years ago
149e3d3
rearrange some constants. unicode package now defines MaxRune and ReplacementChar.
by Rob Pike
· 16 years ago
22c2b47
first cut at case mapping tables and library.
by Rob Pike
· 16 years ago
94e6915
unicode tables for all categories
by Rob Pike
· 16 years ago
24dfb74
change IsDecimalDigit to IsDigit because Decimal is redundant
by Rob Pike
· 16 years ago
[Renamed (98%) from src/pkg/unicode/decimaldigit_test.go]
b04ac10
convert non-low-level non-google pkg code to whole-package compilation.
by Russ Cox
· 16 years ago
a50cbf6
style police: parens in if, for, switch, range
by Russ Cox
· 16 years ago
d90e7cb
mv src/lib to src/pkg
by Rob Pike
· 16 years ago
[Renamed from src/lib/unicode/decimaldigit_test.go]
8e39472
rename redefined symbols
by Rob Pike
· 16 years ago
4cbfcae
add unicode data for decimal digit, preparatory to allowing them in identifiers.
by Rob Pike
· 16 years ago