summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/tables.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31submitter's regret. rename Props to PropertiesRob Pike1-2/+2
R=rsc DELTA=9 (0 added, 0 deleted, 9 changed) OCL=34148 CL=34151
2009-08-31add property tablesRob Pike1-0/+831
R=rsc DELTA=1087 (1001 added, 78 deleted, 8 changed) OCL=34137 CL=34147
2009-08-30add the Upper/Lower sequence optimization.Rob Pike1-1002/+50
tables shrink 900 lines. mapping code gets a little slower R=rsc DELTA=1124 (105 added, 952 deleted, 67 changed) OCL=34079 CL=34089
2009-08-28first cut at case mapping tables and library.Rob Pike1-1/+1207
next cut will do the optimization for alternating sequences. R=rsc DELTA=1658 (1620 added, 9 deleted, 29 changed) OCL=34072 CL=34075
2009-08-28fix ", First" ", Last" ranges from UnicodeData.txtRob Pike1-14/+12
R=rsc DELTA=54 (38 added, 2 deleted, 14 changed) OCL=34032 CL=34040
2009-08-27improve generated code for godocabilityRob Pike1-231/+118
R=rsc DELTA=459 (168 added, 279 deleted, 12 changed) OCL=34005 CL=34007
2009-08-27add scripts tables to the unicode packageRob Pike1-32/+1097
R=rsc DELTA=1479 (1422 added, 1 deleted, 56 changed) OCL=33993 CL=33997
2009-08-27fix build. changing var to const, which it should be anyway,Rob Pike1-2/+2
implicitly works around 6g bug. R=rsc OCL=33953 CL=33953
2009-08-27unicode tables for all categoriesRob Pike1-0/+1840
maketables now has a --test option to verify the data. R=rsc DELTA=3087 (1982 added, 1001 deleted, 104 changed) OCL=33947 CL=33950