aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/bytes
AgeCommit message (Expand)Author
2012-05-02bytes: add assembly version of Equal for ARMDave Cheney
2012-04-25bytes: add assembly version of IndexByte for ARMDave Cheney
2012-02-18bytes: document Compare/Equal semantics for nil arguments, and add tests.David Symonds
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
2012-02-15bytes,strings: make *Reader implement io.ReaderAtBrad Fitzpatrick
2012-02-15bytes: add ReaderBrad Fitzpatrick
2012-02-09bytes.Buffer: return error in WriteTo if buffer is not drainedRob Pike
2012-02-06bytes: API tweaksRob Pike
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-22bytes: delete the test for huge buffersRob Pike
2012-01-21bytes.Buffer: remove dead code, complete documentationRobert Griesemer
2012-01-21bytes.Buffer: restore panic on out-of-memoryRob Pike
2012-01-20bytes: simplified logicRobert Griesemer
2012-01-20bytes.Buffer: turn buffer size overflows into errorsRob Pike
2012-01-18pkg/bytes: add the usual copyright notice to example_test.goOlivier Duperray
2012-01-13bytes: make Write and WriteString code look the sameBrad Fitzpatrick
2011-12-26bytes.Buffer: read of 0 bytes at EOF shouldn't be an EOFRob Pike
2011-12-20panics: use the new facilities of testing.B insteadRob Pike
2011-12-16testing: trim spaces before comparing example outputAndrew Gerrand
2011-12-15go/printer, gofmt: don't write too many newlinesRobert Griesemer
2011-12-08update tree for new default type ruleRuss Cox
2011-12-07bytes: lost edit from earlier CLRuss Cox
2011-12-07bytes: faster Count, Index, EqualRuss Cox
2011-11-28bytes: fix test outputChristopher Wedgwood
2011-11-13various: avoid func compareRuss Cox
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-04bytes: fix typo and resolve to be less idiotic next timeAndrew Gerrand
2011-11-04bytes: add Contains functionAndrew Gerrand
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-25bytes, strings: use runeRuss Cox
2011-10-12updates: append(y,[]byte(z)...) -> append(y,z...)"Christopher Wedgwood
2011-09-26bytes: add EqualFoldRuss Cox
2011-09-21bytes: fix Replace so it actually copiesGustavo Niemeyer
2011-08-26bytes.Buffer: clarify that NewBuffer is not for beginnersRob Pike
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-06-28strings.Split: make the default to split all.Rob Pike
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-29bytes, strings: simplify JoinEvan Shaw
2011-03-25testing: shorten some tests.Rob Pike
2011-02-11bytes: fix bugs in buffer.ReadBytesEvan Shaw
2011-02-09buffer.go: minor optimization, expanded commentRobert Griesemer
2011-01-27bytes: Add Buffer.ReadBytes, Buffer.ReadStringEvan Shaw
2011-01-14bytes.Buffer: fix typo in comment (doubled 'to')Rob Pike
2011-01-09bytes: fix TrimSpace typoPeter Mundy
2011-01-07bytes.Buffer: Fix bug in UnreadByte.Rob Pike
2010-12-07throughout: fix broken calls to Printf etc.Rob Pike
2010-12-06use the new %U format for runesRob Pike
2010-12-06bytes: add Buffer.UnreadRune, Buffer.UnreadByteRoger Peppe