go/src/pkg
Russ Cox c2049d2dfe src/pkg/[a-m]*: gofix -r error -force=error
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
2011-11-01 22:04:37 -04:00
..
archive src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
asn1 src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
big src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
bufio src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
builtin builtin: correct description of a closed channel. 2011-08-16 16:03:30 +10:00
bytes src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
cmath math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
compress src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
container container/vector: delete 2011-10-11 16:41:48 -07:00
crypto src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
csv src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
debug src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
encoding src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
errors errors: new package 2011-11-01 21:46:59 -04:00
exec src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
exp src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
expvar pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
flag src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
fmt src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
gob src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
hash src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
html src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
http src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
image src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
index/suffixarray src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
io src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
json src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
log src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
mail src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
math math: Improved accuracy for Sin and Cos. 2011-10-31 14:26:05 -04:00
mime src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
net textproto: prevent long lines in HTTP headers from causing HTTP 400 responses. 2011-11-01 10:31:29 -07:00
old old/regexp, old/template, template: use rune 2011-10-25 22:22:42 -07:00
os os: use error, io.EOF 2011-11-01 21:49:08 -04:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
rand math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
reflect gc: clean up printing. 2011-10-31 18:09:40 +01:00
regexp regexp: use rune 2011-10-25 22:20:57 -07:00
rpc rpc: avoid infinite loop on input error 2011-11-01 00:29:41 -04:00
runtime runtime: update for error 2011-11-01 21:48:27 -04:00
scanner godoc, exp/ebnf, exp/types, go/scanner, scanner: use rune 2011-10-25 22:20:20 -07:00
smtp pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
sort go/doc, godoc, gotest: support for reading example documentation 2011-10-06 11:56:17 -07:00
strconv strconv: use better errors than os.EINVAL, os.ERANGE 2011-10-27 19:46:31 -07:00
strings bytes, strings: use rune 2011-10-25 22:22:09 -07:00
sync sync/atomic: replace MFENCE with LOCK XADD 2011-09-19 11:09:00 -07:00
syscall syscall: fix Await msg on Plan 9 2011-10-31 13:34:59 -04:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
template template: fix error checking on execute without parse 2011-10-31 16:07:17 -07:00
testing cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
time time: add RFC1123 with numeric timezone format 2011-10-31 12:59:06 -07:00
unicode unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
url gofix -r mapdelete 2011-10-18 09:56:34 -04:00
utf8 unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
utf16 unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
websocket websocket: tweak hybi ReadHandshake to supports Firefox implementation 2011-10-14 14:27:45 -04:00
xml xml: simplify test 2011-10-27 19:40:41 -07:00
Makefile errors: new package 2011-11-01 21:46:59 -04:00
deps.bash catch future accidental dependencies to exp/ or old/ 2011-10-12 10:55:42 -07:00