1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:21:21 -06:00
go/src/pkg
2012-08-31 18:09:31 -04:00
..
archive archive/zip: zip64 support 2012-08-22 11:05:24 +10:00
bufio bufio: discourage use of ReadLine 2012-08-05 14:32:09 -04:00
builtin
bytes bytes: make Join return a new buffer on len(a) == 1 2012-07-20 16:04:22 -03:00
compress compress/flate: fix panic when nlit is out of bounds. 2012-07-16 12:01:18 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: return better error message in the case of an SSLv2 handshake. 2012-08-23 16:44:44 -04:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/elf: Add support for getting DynTag string table values. 2012-08-03 14:46:20 -04:00
encoding encoding/xml: parse comments in DOCTYPE 2012-08-31 18:09:31 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/html: change a node's children from a slice to a linked list. 2012-08-31 10:00:12 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: honor integer radix formats (%d etc.) for pointers 2012-08-17 16:12:25 -07:00
go go/scanner: don't print garbage if there's no error 2012-08-30 16:10:33 -07:00
hash hash/adler32: optimize. 2012-05-25 09:58:38 +10:00
html pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00
image image/jpeg: send a correct Start Of Scan (SOS) header. 2012-08-08 09:57:09 +10:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math/big: Replace RCLQ + ANDQ with SETCS in unrolled arithmetic assembly. 2012-08-28 09:29:45 -07:00
mime syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
net net/rpc/jsonrpc: handles missing "params" in jsonrpc. 2012-08-31 15:52:27 -04:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os: fix data race on Process.done 2012-08-21 10:41:31 +10:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect reflect: reflect.Zero results are neither addressable nor settable 2012-07-03 16:06:24 -07:00
regexp regexp: fix glitch in doc for FindReaderIndex 2012-07-30 12:46:50 -07:00
runtime runtime: add vdso support for linux/amd64. Fixes issue 1933. 2012-08-31 18:07:04 -04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: consistent parameter names for ParseUint 2012-08-20 22:30:04 +10:00
strings go/parser: fix comment grouping (day 1 bug) 2012-05-22 10:04:34 -07:00
sync sync: mention that WaitGroup.Add panics 2012-07-19 11:55:03 -07:00
syscall runtime: add vdso support for linux/amd64. Fixes issue 1933. 2012-08-31 18:07:04 -04:00
testing testing: add Verbose() to expose whether -test.v is set 2012-08-09 23:41:09 +08:00
text text/template: make spaces significant 2012-08-29 21:42:53 -07:00
time time: fix spacing in comment. 2012-08-22 21:30:18 -07:00
unicode cmd/gc: string conversion for surrogates 2012-08-30 11:16:55 -07:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00