summaryrefslogtreecommitdiff
path: root/src/pkg/unicode
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg9-66/+115
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg2-6/+17
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg4-6/+6
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg10-309/+1141
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý2-5/+5
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý16-3197/+4191
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý11-0/+8762
2011-09-13Imported Upstream version 60Ondřej Surý11-8814/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý4-135/+947
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý10-3909/+5645
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-1/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý5-224/+349
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý6-3681/+3671
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-3/+3
2010-03-30Unicode: fix stupid typo in comment.Rob Pike1-2/+2
2010-03-30Unicode: provide an ability to supplement the case-mapping tablesRob Pike4-5/+93
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-31/+31
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-148/+148
2010-01-07added some missing periodsRobert Griesemer1-4/+4
2009-12-151) Change default gofmt default settings forRobert Griesemer7-461/+461
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-11/+11
2009-12-01update package unicode to Unicode 5.2Rob Pike4-230/+609
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
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