| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-17 | utf8.String: move to exp/utf8string.String | Rob Pike | |
| R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5528115 | |||
| 2011-11-08 | renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* | Rob Pike | |
| R=rsc CC=golang-dev https://golang.org/cl/5345045 | |||
| 2011-11-03 | os,text,unicode: renamings | Rob Pike | |
| This is Go 1 package renaming CL #4. This one merely moves the source; the import strings will be changed after the next weekly release. This one moves pieces into os, text, and unicode. exec -> os/exec scanner -> text/scanner tabwriter -> text/tabwriter template -> text/template template/parse -> text/template/parse utf16 -> unicode/utf16 utf8 -> unicode/utf8 This should be the last of the source-rearranging CLs. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5331066 | |||
