1
0
mirror of https://github.com/golang/go synced 2024-10-04 12:21:26 -06:00
go/src/pkg
2012-01-19 21:49:28 -02:00
..
archive zip: fix data race in test 2011-12-19 15:40:10 -08:00
bufio bufio: make the minimum read buffer size 16 bytes. 2011-12-13 15:07:17 -08:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes pkg/bytes: add the usual copyright notice to example_test.go 2012-01-18 09:40:50 -08:00
compress gzip: Convert between Latin-1 and Unicode 2011-12-14 17:17:40 -05:00
container container/heap: better package documentation 2012-01-17 13:07:47 -08:00
crypto crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256 2012-01-19 17:28:38 -05:00
debug src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
encoding encoding/xml: marshal/unmarshal xml.Name in field 2012-01-19 20:15:55 -02:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256 2012-01-19 17:28:38 -05:00
expvar expvar: fix typo in Publish documentation 2011-12-09 14:24:51 -08:00
flag flag: change Set method Value interface to return error instead of bool. 2011-12-25 16:12:26 +11:00
fmt fmt: fix Malloc test 2012-01-17 15:42:02 -08:00
go go/parser: expressions may have comments 2012-01-19 13:54:31 -08:00
hash crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512 2012-01-18 10:36:28 -05:00
html html/template: fix docs after API changes 2012-01-19 21:49:28 -02:00
image image: change the YCbCr image's pixel buffers to start at Rect.Min 2012-01-20 10:44:22 +11:00
index/suffixarray renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
io os: use FileMode instead of uint32 in various functions 2012-01-19 15:45:18 -08:00
log net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
math math/rand: decrease test duration in short mode 2012-01-19 16:17:44 +04:00
mime mime: make FormatMediaType take full type for consistency 2012-01-17 11:57:42 -08:00
net net: fix windows build 2012-01-20 08:33:37 +09:00
old pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
os os: use FileMode instead of uint32 in various functions 2012-01-19 15:45:18 -08:00
patch pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
path path: added examples 2012-01-19 13:28:25 +11:00
reflect gc: don't emit pkgpath for error type. 2012-01-20 09:26:17 +11:00
regexp pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
runtime doc: update out-of-date comments about runtime/cgo 2012-01-19 17:13:33 -05:00
sort sort: eliminate extra Len() call 2012-01-05 18:40:17 -08:00
strconv doc: fix comments referring to removed API funcs 2012-01-14 10:59:45 -08:00
strings panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
sync sync/atomic: fix data race in tests 2012-01-16 11:43:36 +04:00
syscall pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
testing testing: do not recover example's panic 2012-01-19 10:19:33 -08:00
text text/template/parse: use human error prints 2012-01-19 13:51:37 -08:00
time pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
unicode utf8.String: move to exp/utf8string.String 2012-01-17 14:21:50 -08:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
websocket net: change SetTimeout to SetDeadline 2012-01-18 16:24:06 -08:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile exp/terminal: still trying to unbreak non-Linux builds. 2012-01-15 10:41:16 -05:00