aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/bytes/bytes.go
AgeCommit message (Expand)Author
2010-09-27bytes: fix typo in AddByte commentAndrew Gerrand
2010-09-23bytes, strings: change lastIndexFunc to use DecodeLastRuneRoger Peppe
2010-08-05bytes: add IndexRune, FieldsFunc and To*SpecialChristian Himpel
2010-07-27bytes, strings: mention the n < 0 case in Split/SplitAfter doc commentAndrew Gerrand
2010-07-23bytes: port IndexFunc and LastIndexFunc from strings packageFazlul Shahriar
2010-07-21strings.Bytes: fix typo in commentAndrey Mirtchovski
2010-07-20bytes: add TitleRob Pike
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike
2010-06-30bytes, strings: add ReplaceRuss Cox
2010-06-21big, bytes: move assembly externs to separate fileRuss Cox
2010-05-18bytes: add Trim, TrimLeft, TrimRight, and generic functionsMichael Hoisie
2010-05-03bytes: Change IndexAny to look for UTF-8 encoded characters.Rob Pike
2010-03-26bytes, strings: IndexOfAnyRobert Griesemer
2009-12-15bytes, strings: add new function FieldsAndrey Mirtchovski
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-11bytes, strings: allow -1 in Map to mean "drop this character".Kei Son
2009-12-04bytes: asm for bytes.IndexByteRuss Cox
2009-12-02Runes: turn string into []intPeter Froehlich
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-18add bytes.IndexByte; common case we can make fast later.Rob Pike
2009-11-18remove bytes.CopyRob Pike
2009-11-16 An asked-for-in #go-nuts extension to quickly create a repeatedDavid G. Andersen
2009-11-15fix bug in bytes.Map and add test cases for Map in both strings and bytes pac...Rob Pike
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-04gofmt-ify bytesRobert Griesemer
2009-11-04bytes.SplitAfter and strings.SplitAfterRuss Cox
2009-10-21fix typo/oversight: s/Title/ToTitle/. the comment was already correctRob Pike
2009-10-12fix comment on strings.LastIndex.Russ Cox
2009-10-06another round of gofmt applicationsRuss Cox
2009-09-15more "declared and not used".Russ Cox
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox
2009-09-13Add and AddByteRob Pike
2009-09-01casing operations for byte arraysRob Pike
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds
2009-06-24make bytes.Copy both src- and dst- limitedRuss Cox
2009-06-09mv src/lib to src/pkgRob Pike