1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg
2012-01-10 20:26:11 -08: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 bytes.Buffer: read of 0 bytes at EOF shouldn't be an EOF 2011-12-26 23:49:24 -08:00
compress gzip: Convert between Latin-1 and Unicode 2011-12-14 17:17:40 -05:00
container container/heap: document what Push and Pop do 2011-11-03 15:30:57 -04:00
crypto crypto/openpgp: truncate hashes before checking DSA signatures. 2012-01-09 16:57:51 -05:00
debug go/build: add new +build tags 'cgo' and 'nocgo' 2011-12-21 08:51:18 -05:00
encoding encoding/gob: fix panic when decoding []byte to incompatible slice types 2012-01-09 12:52:03 -08:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exp go/ast: predeclared objects have the Universe/Unsafe scope as Decl 2012-01-10 18:30:06 -08: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 various: fix prints 2012-01-05 18:38:01 -08:00
go go/scanner: fix documentation 2012-01-10 18:31:27 -08:00
hash hash/crc32: make compatible with go/build 2011-12-14 10:25:16 -05:00
html html: propagate foreign namespaces only when adding foreign content. 2012-01-11 10:15:40 +11:00
image image: rename image.Tiled to image.Repeated. 2012-01-11 12:35:05 +11:00
index/suffixarray renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
io io/ioutil: close file in TestWriteFile before deleting it 2011-12-19 17:30:14 +11:00
log log/syslog: add Alert method 2011-12-26 09:34:27 +09:00
math math/big: simplify fast string conversion 2012-01-09 11:20:09 -08:00
mime crypto/mime/net/time: add netbsd to +build tags 2011-12-21 21:44:47 +11:00
net net: fix windows build 2012-01-11 14:55:10 +11:00
old panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
os os: work around inlining bug (issue 2678) 2012-01-10 20:26:11 -08:00
patch Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
path path/filepath: implement Base and Dir for windows 2011-12-23 13:23:07 +11:00
reflect reflect: fix Slice cap 2011-12-12 19:45:40 -02:00
regexp panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
runtime runtime: make garbage collector faster by deleting code 2012-01-10 19:49:11 -08:00
sort sort: eliminate extra Len() call 2012-01-05 18:40:17 -08:00
strconv strconv: return ErrSyntax when unquoting illegal octal sequences. This 2012-01-09 19:55:18 -05:00
strings panics: use the new facilities of testing.B instead 2011-12-20 10:36:25 -08:00
sync allow copy of struct containing unexported fields 2011-11-15 12:20:59 -05:00
syscall syscall: fix windows build 2012-01-10 18:27:09 -08:00
testing testing: use flag.Duration for -timeout flag. 2011-12-25 16:07:05 +11:00
text text/template: handle panic values that are not errors. 2012-01-09 12:54:31 -08:00
time time: fix godoc for After and NewTicker. 2012-01-07 20:53:53 -05:00
unicode various: use $GCFLAGS and $GCIMPORTS like Make does 2011-12-16 11:31:39 -05:00
unsafe unsafe: refer to correct reflect functions 2012-01-04 17:14:56 +11:00
websocket websocket: fix a trivial example server 2011-12-16 14:24:37 -08:00
deps.bash renaming_1: hand-edited files for go 1 renaming 2011-11-08 15:38:47 -08:00
Makefile image/ycbcr: move the Y'CbCr types into image and image/color. 2011-12-21 10:29:21 +11:00