go/src/pkg
Rob Pike ce5c1cf036 fmt: fix bug in UnreadRune: must clear memory of previous
rune if input implements UnreadRune; otherwise the lookahead
will lie.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4548082
2011-06-03 07:53:50 +10:00
..
archive tar: use ioutil.Discard 2011-04-27 15:57:22 -07:00
asn1 asn1: fix marshalling of empty optional RawValues 2011-06-01 12:54:16 -04:00
big big: remove some unnecessary conversions 2011-06-02 12:58:26 -07:00
bufio src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
bytes src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress compress/flate: do not use background goroutines 2011-06-02 09:32:38 -04:00
container pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
crypto crypto/openpgp: add support for symmetrically encrypting files. 2011-06-01 15:23:22 -04:00
debug pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
ebnf go spec: be precise with the use of the informal ellipsis … and the Go token ... 2011-05-24 14:18:44 -07:00
encoding encoding/hex: don't try to print DEL. 2011-05-31 15:40:33 -04:00
exec exec: change exec.PathError to exec.Error 2011-06-03 07:48:06 +10:00
exp exp/eval: fix compile error. 2011-05-26 22:05:25 +10:00
expvar pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flag flag: fix build 2011-05-22 11:55:02 +10:00
fmt fmt: fix bug in UnreadRune: must clear memory of previous 2011-06-03 07:53:50 +10:00
go exec: new API, replace Run with Command 2011-06-01 15:26:53 -07:00
gob gob: fix documentation on Decoder.Decode. 2011-05-30 10:48:08 +10:00
hash adler32: speed up ~40% by avoiding bounds checks 2011-04-27 21:36:11 -07:00
html pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
http http: ServeFile shouldn't send Content-Length when Content-Encoding is set 2011-06-02 13:36:52 -07:00
image image: add a SubImage method. 2011-06-02 18:51:41 +10:00
index/suffixarray pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
io io: add ByteScanner, RuneScanner interfaces 2011-05-26 11:03:52 -07:00
json fix tree for reflect rename 2011-04-25 13:39:36 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mail mail: new package. 2011-06-01 14:10:21 +10:00
math pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
mime pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
net net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
netchan fix tree for reflect rename 2011-04-25 13:39:36 -04:00
os Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path path/filepath: skip permission test in all.bash 2011-06-02 12:26:43 -04:00
rand go/printer, gofmt: fix alignment of "=" in const/var declarations 2011-05-09 15:16:34 -07:00
reflect pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
regexp pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
rpc http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
runtime runtime: do not garbage collect windows callbacks 2011-06-02 17:08:56 +10:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp encoding/base64: add DecodeString and EncodeToString 2011-05-25 12:24:36 -07:00
sort src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
strconv pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
strings http: have client set Content-Length when possible 2011-05-31 08:47:03 -07:00
sync sync/atomic: fix check64 2011-06-02 13:13:51 -04:00
syscall net, syscall: update IP multicast socket options for darwin, freebsd, linux 2011-06-02 10:10:17 -04:00
syslog syslog: fix skipping of net tests 2011-04-28 14:16:41 -03:00
tabwriter pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
template template: explain that fields must be exported. 2011-06-03 00:09:42 +10:00
testing testing: fix MB/s computation, documentation 2011-06-02 10:52:46 -04:00
time pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: guarantee that the 32-bit range tables contain only 2011-06-01 09:49:51 +10:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
xml unicode: make the tables smaller. 2011-05-31 09:58:07 +10:00
Makefile mail: new package. 2011-06-01 14:10:21 +10:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00