summaryrefslogtreecommitdiff
path: root/src/pkg/unicode
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer3-22/+22
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer6-163/+163
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-5/+5
2009-11-05gofmt'ed more stragglersRobert Griesemer1-11/+11
2009-11-04gofmt-ify unicodeRobert Griesemer4-409/+402
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-18/+12
2009-10-27files that are okay from the last gofmt roundRuss Cox1-3/+4
2009-10-08more lgtm files from gofmtRuss Cox1-101/+100
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox4-107/+108
2009-09-15more "declared and not used".Russ Cox4-18/+18
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike1-1/+1
2009-08-31test that ASCII optimizations agree with the unicode tablesRob Pike2-0/+40
2009-08-31IsSpaceRob Pike2-0/+39
2009-08-31submitter's regret. rename Props to PropertiesRob Pike3-9/+9
2009-08-31add property tablesRob Pike3-59/+982
2009-08-31rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike4-12/+25
2009-08-30further simplification of the case fold calculation.Rob Pike2-30/+17
2009-08-30add the Upper/Lower sequence optimization.Rob Pike4-1018/+171
2009-08-28first cut at case mapping tables and library.Rob Pike5-35/+1646
2009-08-28fix ", First" ", Last" ranges from UnicodeData.txtRob Pike2-16/+52
2009-08-27improve generated code for godocabilityRob Pike3-290/+179
2009-08-27add scripts tables to the unicode packageRob Pike3-57/+1478
2009-08-27remove Line in bufio.ReadLine(Bytes|Slice|String)Russ Cox1-1/+1
2009-08-27fix build. changing var to const, which it should be anyway,Rob Pike2-4/+4
2009-08-27unicode tables for all categoriesRob Pike6-1105/+2086
2009-08-26change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike7-28/+43
2009-08-26generate the unicode tables directly from web databaseRob Pike7-569/+1018
2009-08-12convert non-low-level non-google pkg codeRuss Cox4-71/+7
2009-06-24style police: parens in if, for, switch, rangeRuss Cox2-8/+8
2009-06-09mv src/lib to src/pkgRob Pike5-0/+1202