1
0
mirror of https://github.com/golang/go synced 2024-10-04 06:21:23 -06:00
go/src/pkg
Daniel Morsing c8cbbd31f0 fmt: fix doc typo
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6308046
2012-06-06 16:54:02 -04:00
..
archive archive/tar: fix windows test failure 2012-05-24 14:32:18 -07:00
bufio all: remove various unused unexported functions and constants. 2012-02-28 21:48:03 +01:00
builtin builtin: document delete 2011-11-09 10:49:41 -08:00
bytes bytes: add assembly version of Equal for ARM 2012-05-02 12:10:24 +10:00
compress compress/flate: fix overflow on 2GB input. Reset hashOffset every 16 MB. 2012-05-30 16:08:38 -04:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/rand: enable rand.Reader on plan9 2012-06-06 16:05:47 -04:00
database/sql database/sql: use driver.ColumnConverter everywhere consistently 2012-05-29 11:09:09 -07:00
debug debug/elf: Expose entry point from Header in File struct. 2012-05-21 23:29:30 -04:00
encoding encoding/json: add round trip test in Unmarshal 2012-05-29 18:02:40 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/locale/collate: somehow an incorrect version of tables was checked in earlier. 2012-06-04 18:35:26 +02:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: include flag name in redefinition panic. 2012-05-24 13:42:02 +10:00
fmt fmt: fix doc typo 2012-06-06 16:54:02 -04:00
go cgo: enable cgo on netbsd/386 and netbsd/amd64 2012-06-05 01:43:04 +10:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html html, exp/html: escape ' and " as ' and ", since IE8 and 2012-04-12 09:35:43 +10:00
image image/png: optimize paeth some more. 2012-05-30 21:38:46 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io/ioutil: fix crash when Stat fails 2012-03-14 14:47:13 -04:00
log log: fix typo in comment 2012-05-16 22:56:18 +10:00
math math/big: improved karatsuba calibration code, better mul benchmark 2012-06-04 09:48:27 -07:00
mime mime/multipart: fix handling of empty parts without CRLF before next part 2012-05-14 18:16:47 -07:00
net net: fix cgoAddrInfoFlags() on FreeBSD 2012-06-06 22:03:31 +08:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os cgo: enable cgo on netbsd/386 and netbsd/amd64 2012-06-05 01:43:04 +10:00
path path/filepath: fix test 2012-06-04 09:57:03 +09:00
reflect runtime: add (unused for now) gc field to type information 2012-06-02 14:02:44 -04:00
regexp regexp: fix a couple of bugs in the documentation 2012-05-30 21:57:50 -07:00
runtime runtime: fix tv_sec handling for netbsd/386 2012-06-06 20:39:27 +10:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: better documentation for FormatInt, FormatUint. 2012-05-24 16:24:39 -07:00
strings go/parser: fix comment grouping (day 1 bug) 2012-05-22 10:04:34 -07:00
sync sync/atomic: use cas64 to implement {Load,Store,Add}{Uint,Int}64 on Linux/ARM 2012-05-23 02:02:01 +08:00
syscall syscall: use pipe instead of pipe2 on NetBSD 2012-06-05 01:29:34 +10:00
testing testing: do not print 'no tests' when there are examples 2012-03-07 14:54:31 -05:00
text text/template/parse: restore the goroutine 2012-06-01 18:34:14 -07:00
time time: accept .999 in Parse 2012-06-04 13:09:19 -04:00
unicode unicode: fix comment about variable types 2012-05-22 13:53:57 -04:00
unsafe runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00