1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:04:40 -07:00
go/src/pkg
Rob Pike 27779dd6cb fix bug in bytes.Map and add test cases for Map in both strings and bytes packages.
thanks to ulrik.sverdrup for the test case.

Fixes #191.

R=rsc
CC=golang-dev
https://golang.org/cl/155056
2009-11-15 12:07:27 -08:00
..
archive/tar - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
asn1 minor adjustments to package comments for better synopsis. 2009-11-10 10:55:53 -08:00
big Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
bignum Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
bufio - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
bytes fix bug in bytes.Map and add test cases for Map in both strings and bytes packages. 2009-11-15 12:07:27 -08:00
compress - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
container vector: s/Element/interface{}/ 2009-11-11 17:25:51 -08:00
crypto crypto/rsa: handle the case of non-coprime blinds. 2009-11-14 20:38:00 -08:00
debug - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
ebnf - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
encoding encoding/binary: implemented the Write function 2009-11-14 14:42:22 -08:00
exec - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
exp Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
expvar remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
flag Explain why 2009-11-13 13:15:18 -08:00
fmt - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
go - minor cleanups 2009-11-09 22:30:07 -08:00
gob - replaced gofmt expression formatting algorithm with 2009-11-09 21:13:17 -08:00
hash use fully qualified names for hash interfaces 2009-11-11 12:00:15 -08:00
http Created new Conn.Flush() public method so the fd pipeline can be drained arbitrarily by the user. 2009-11-13 18:06:47 -08:00
image Remove unnecessary int(h) casts in image.go. 2009-11-13 17:40:20 -08:00
io - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
json json: minor comment fix. 2009-11-13 14:59:04 -08:00
log log test: don't assume a fixed set of letters for $GOROOT 2009-11-11 13:07:46 -08:00
malloc add top-level package comments for net, reflect, malloc. 2009-11-08 15:57:25 -08:00
math - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
net net: fix error for connect to /etc/ on some systems 2009-11-10 18:27:26 -08:00
once remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
os os.TestSeek: use a smaller but still 64-bit seek offset. 2009-11-12 14:55:04 -08:00
patch Fix capitalisation of "Git". 2009-11-11 17:31:28 -08:00
path path.TestWalk: disable error case if root 2009-11-13 11:34:33 -08:00
rand - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
reflect - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
regexp move evaluation of null-matching instructions one iteration earlier. 2009-11-14 12:23:24 -08:00
rpc - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
runtime runtime: warn about SELinux based mmap failures on Linux. 2009-11-13 10:08:51 -08:00
sort - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
strconv - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
strings fix bug in bytes.Map and add test cases for Map in both strings and bytes packages. 2009-11-15 12:07:27 -08:00
sync - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
syscall Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
tabwriter minor adjustments to package comments for better synopsis. 2009-11-10 10:55:53 -08:00
template - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
testing make regexp comment not a package comment 2009-11-10 09:36:48 -08:00
time - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
unicode - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
unsafe gofmt-ify template, time, unsafe, flag, fmt 2009-11-05 09:40:28 -08:00
utf8 - replaced gofmt expression formatting algorithm with 2009-11-09 21:23:52 -08:00
xml xml: Fixed CDATA parsing. 2009-11-14 11:46:09 -08:00
deps.bash Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00
Make.deps Reland a112249da741, this time with missing file. 2009-11-11 13:21:37 -08:00
Makefile Build changes to support work on the BSDs. 2009-11-14 15:29:09 -08:00