go/src/pkg
Robert Griesemer 0ad265d48f src/pkg: fixed various typos
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7936043
2013-03-20 16:32:37 -07:00
..
archive archive/tar: remove execute bit from common.go 2013-03-03 08:56:08 +11:00
bufio all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
builtin builtin: document appending a string to a byte slice 2013-02-27 16:11:17 -08:00
bytes bytes,strings: remove user name from BUG in comment 2013-03-19 15:04:18 -07:00
compress all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
container container/heap: fix int overflow bug 2013-03-04 10:25:21 -05:00
crypto all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
database/sql database/sql: doc cleanup on the DB type 2013-03-18 15:54:22 -07:00
debug debug/dwarf: support for DWARF 3 2013-03-19 13:59:37 -07:00
encoding encoding/xml: rewrite invalid code points to U+FFFD in Marshal, Escape 2013-03-13 23:26:03 -04:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
fmt all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
go src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html html/template: Ensure release of namespace mutex in Template.Execute() 2013-03-12 14:35:14 -07:00
image image/jpeg: ignore extraneous data, the same as what libjpeg does. 2013-03-13 10:44:45 +11:00
index/suffixarray
io all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
log log/syslog: fix race in test between channel close and accept. 2013-02-28 07:48:16 +01:00
math all: remove now-unnecessary unreachable panics 2013-03-11 14:16:55 -07:00
mime src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
net src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
os src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
path all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
reflect src/pkg: fixed various typos 2013-03-20 16:32:37 -07:00
regexp regexp: identify that submatch is also known as capturing group 2013-03-11 16:23:06 -07:00
runtime runtime: free map structures more aggressively 2013-03-20 15:38:51 -07:00
sort all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
strconv all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
strings bytes,strings: remove user name from BUG in comment 2013-03-19 15:04:18 -07:00
sync sync/atomic: make unaligned 64-bit atomics crash on 386 2013-03-11 12:21:46 -04:00
syscall syscall: add PROT_* and MAP_* constants to freebsd 2013-03-09 16:25:30 +11:00
testing testing: move Skip into *common 2013-02-23 11:57:51 +11:00
text text/template: revert minor change to Name method 2013-03-08 16:39:54 -08:00
time all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
unicode unicode: modify a comment to the convention format. 2013-03-19 14:47:41 -04:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00