summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/maketables.go
AgeCommit message (Expand)AuthorFilesLines
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-32/+43
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-2/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-84/+113
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+1276
2011-09-13Imported Upstream version 60Ondřej Surý1-1251/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-34/+319
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-50/+169
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-33/+33
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-22/+12
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-3/+3
2009-12-151) Change default gofmt default settings forRobert Griesemer1-228/+228
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-11/+11
2009-12-01update package unicode to Unicode 5.2Rob Pike1-1/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-10/+10
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-104/+104
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-5/+5
2009-11-05gofmt'ed more stragglersRobert Griesemer1-11/+11
2009-11-04gofmt-ify unicodeRobert Griesemer1-119/+112
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-18/+12
2009-09-01make ToUpper, ToLower etc. handle unicode properly.Rob Pike1-1/+1
2009-08-31submitter's regret. rename Props to PropertiesRob Pike1-3/+3
2009-08-31add property tablesRob Pike1-59/+92
2009-08-30further simplification of the case fold calculation.Rob Pike1-1/+1
2009-08-30add the Upper/Lower sequence optimization.Rob Pike1-7/+81
2009-08-28first cut at case mapping tables and library.Rob Pike1-23/+180
2009-08-28fix ", First" ", Last" ranges from UnicodeData.txtRob Pike1-2/+40
2009-08-27improve generated code for godocabilityRob Pike1-42/+49
2009-08-27add scripts tables to the unicode packageRob Pike1-25/+206
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 Pike1-2/+2
2009-08-27unicode tables for all categoriesRob Pike1-54/+153
2009-08-26change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike1-4/+4
2009-08-26generate the unicode tables directly from web databaseRob Pike1-0/+281