aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/unicode
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-26unicode: use go generate instead of make to create tables.goRob Pike
2014-08-25unicode/maketables: add -output flag, buffer output, use gofmtRob Pike
2014-08-18unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen
2014-07-16src, misc: applied gofmt -s -wRobert Griesemer
2014-05-11unicode: fix doc typoPéter Surányi
2014-03-23unicode/utf8: minor code simplificationRui Ueyama
2014-03-23unicode/utf16: remove unnecessary type conversionsRui Ueyama
2014-03-19unicode: minor cleanupRui Ueyama
2014-02-18unicode: upgrade to Unicode 6.3.0Marcel van Lohuizen
2014-01-31unicode: delete appearance of unused LowerUpper term from commentRob Pike
2013-12-17all: add missing copyrightChaiShushan
2013-12-16unicode/utf16: add explicit test for decoding invalid runes.Dave Cheney
2013-12-16unicode/utf16: add explicit tests for IsSurrogateDave Cheney
2013-08-05undo CL 12486043 / ab644299d124Brad Fitzpatrick
2013-08-05all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick
2013-07-24unicode: add "In" function to test membership of a runeRob Pike
2013-03-19unicode: modify a comment to the convention format.Oling Cat
2013-03-19unicode: remove an extra spaceOling Cat
2013-03-13unicode/utf8: fix insignificant typos in testsJeff R. Allen
2013-02-21unicode: use new Scanner interface in table creationRob Pike
2013-01-09utf8: fix typo.Andrey Mirtchovski
2012-10-31unicode: move unicode and related packages to Unicode 6.2.0.Marcel van Lohuizen
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-09-21unicode: performance improvements (API change)Russ Cox
2012-09-17unicode/utf8: add ExamplesSanjay Menakuru
2012-08-30cmd/gc: string conversion for surrogatesRob Pike
2012-08-08all: make Unicode surrogate halves illegal as UTF-8Rob Pike
2012-07-19unicode/utf8: reject out-of-range runes.Rob Pike
2012-05-22unicode: fix comment about variable typesRuss Cox
2012-03-06unicode/utf16: delete dependence on package unicodeRob Pike
2012-03-06unicode/utf8: remove dependence on unicode.Rob Pike
2012-02-14cmd/go: a raft of fixesRuss Cox
2012-02-10unicode: various documentation tweaksRob Pike
2012-02-10unicode/utf8: document return value for decode errorsRob Pike
2012-02-06build: delete make paraphernaliaRuss Cox
2012-02-04unicode: document large var blocks and the SpecialCase vars.David Symonds
2012-02-03std: add struct field tags to untagged literals.Nigel Tao
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-17utf8.String: move to exp/utf8string.StringRob Pike
2011-12-16various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov
2011-12-08update tree for new default type ruleRuss Cox
2011-12-05various: we don't cast, we convertRob Pike
2011-12-05use new strconv APIRuss Cox
2011-11-08renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*Rob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-03os,text,unicode: renamingsRob Pike
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-25unicode, utf8, utf16: use runeRuss Cox