summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/letter.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-357/+0
* unicode: use go generate instead of make to create tables.goRob Pike2014-08-261-0/+3
* unicode: fix doc typoP?ter Sur?nyi2014-05-111-1/+1
* unicode: delete appearance of unused LowerUpper term from commentRob Pike2014-01-311-1/+1
* unicode: modify a comment to the convention format.Oling Cat2013-03-191-1/+1
* unicode: move unicode and related packages to Unicode 6.2.0.Marcel van Lohuizen2012-10-311-2/+2
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* unicode: performance improvements (API change)Russ Cox2012-09-211-23/+51
* unicode: various documentation tweaksRob Pike2012-02-101-3/+3
* update tree for new default type ruleRuss Cox2011-12-081-4/+4
* unicode, utf8, utf16: use runeRuss Cox2011-10-251-78/+78
* unicode: fix doc comment for Range32Andrew Balholm2011-07-241-1/+1
* unicode: add case folding tablesRuss Cox2011-06-161-0/+49
* unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ andRob Pike2011-06-041-9/+9
* unicode: add the first few property tests for printing.Rob Pike2011-06-041-30/+13
* unicode: guarantee that the 32-bit range tables contain onlyRob Pike2011-06-011-16/+8
* unicode: make the tables smaller.Rob Pike2011-05-311-17/+77
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-1/+2
* Unicode: fix stupid typo in comment.Rob Pike2010-03-301-2/+2
* Unicode: provide an ability to supplement the case-mapping tablesRob Pike2010-03-301-5/+45
* added some missing periodsRobert Griesemer2010-01-071-4/+4
* 1) Change default gofmt default settings forRobert Griesemer2009-12-151-52/+52
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-11/+11
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-091-16/+16
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-13/+14
* more "declared and not used".Russ Cox2009-09-151-2/+2
* IsSpaceRob Pike2009-08-311-0/+12
* rearrange some constants. unicode package now defines MaxRune and Replacemen...Rob Pike2009-08-311-6/+10
* further simplification of the case fold calculation.Rob Pike2009-08-301-29/+16
* add the Upper/Lower sequence optimization.Rob Pike2009-08-301-8/+39
* first cut at case mapping tables and library.Rob Pike2009-08-281-3/+87
* change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike2009-08-261-2/+14
* generate the unicode tables directly from web databaseRob Pike2009-08-261-519/+11
* mv src/lib to src/pkgRob Pike2009-06-091-0/+578