index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
unicode
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-26
unicode: use go generate instead of make to create tables.go
Rob Pike
2014-08-25
unicode/maketables: add -output flag, buffer output, use gofmt
Rob Pike
2014-08-18
unicode: strconv: regexp: Upgrade to Unicode 7.0.0.
Marcel van Lohuizen
2014-07-16
src, misc: applied gofmt -s -w
Robert Griesemer
2014-05-11
unicode: fix doc typo
Péter Surányi
2014-03-23
unicode/utf8: minor code simplification
Rui Ueyama
2014-03-23
unicode/utf16: remove unnecessary type conversions
Rui Ueyama
2014-03-19
unicode: minor cleanup
Rui Ueyama
2014-02-18
unicode: upgrade to Unicode 6.3.0
Marcel van Lohuizen
2014-01-31
unicode: delete appearance of unused LowerUpper term from comment
Rob Pike
2013-12-17
all: add missing copyright
ChaiShushan
2013-12-16
unicode/utf16: add explicit test for decoding invalid runes.
Dave Cheney
2013-12-16
unicode/utf16: add explicit tests for IsSurrogate
Dave Cheney
2013-08-05
undo CL 12486043 / ab644299d124
Brad Fitzpatrick
2013-08-05
all: use strings.IndexByte instead of Index where possible
Brad Fitzpatrick
2013-07-24
unicode: add "In" function to test membership of a rune
Rob Pike
2013-03-19
unicode: modify a comment to the convention format.
Oling Cat
2013-03-19
unicode: remove an extra space
Oling Cat
2013-03-13
unicode/utf8: fix insignificant typos in tests
Jeff R. Allen
2013-02-21
unicode: use new Scanner interface in table creation
Rob Pike
2013-01-09
utf8: fix typo.
Andrey Mirtchovski
2012-10-31
unicode: move unicode and related packages to Unicode 6.2.0.
Marcel van Lohuizen
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-09-21
unicode: performance improvements (API change)
Russ Cox
2012-09-17
unicode/utf8: add Examples
Sanjay Menakuru
2012-08-30
cmd/gc: string conversion for surrogates
Rob Pike
2012-08-08
all: make Unicode surrogate halves illegal as UTF-8
Rob Pike
2012-07-19
unicode/utf8: reject out-of-range runes.
Rob Pike
2012-05-22
unicode: fix comment about variable types
Russ Cox
2012-03-06
unicode/utf16: delete dependence on package unicode
Rob Pike
2012-03-06
unicode/utf8: remove dependence on unicode.
Rob Pike
2012-02-14
cmd/go: a raft of fixes
Russ Cox
2012-02-10
unicode: various documentation tweaks
Rob Pike
2012-02-10
unicode/utf8: document return value for decode errors
Rob Pike
2012-02-06
build: delete make paraphernalia
Russ Cox
2012-02-04
unicode: document large var blocks and the SpecialCase vars.
David Symonds
2012-02-03
std: add struct field tags to untagged literals.
Nigel Tao
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-17
utf8.String: move to exp/utf8string.String
Rob Pike
2011-12-16
various: use $GCFLAGS and $GCIMPORTS like Make does
Maxim Pimenov
2011-12-08
update tree for new default type rule
Russ Cox
2011-12-05
various: we don't cast, we convert
Rob Pike
2011-12-05
use new strconv API
Russ Cox
2011-11-08
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
Rob Pike
2011-11-08
renaming_1: hand-edited files for go 1 renaming
Rob Pike
2011-11-03
os,text,unicode: renamings
Rob Pike
2011-11-02
all: sort imports
Russ Cox
2011-11-01
src/pkg/[n-z]*: gofix -r error -force=error
Russ Cox
2011-10-25
unicode, utf8, utf16: use rune
Russ Cox
[next]