1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:31:21 -06:00
go/src/pkg
Gustavo Niemeyer c34aadf063 openpgp: Fix improper := shadowing
R=golang-dev, agl1, jnml
CC=golang-dev
https://golang.org/cl/4381058
2011-04-12 11:48:05 -03:00
..
archive archive/zip: add new type ReadCloser, make OpenReader return it. 2011-04-10 11:23:23 +10:00
asn1 asn1: Implement correct marshalling of length octets 2011-04-11 10:28:34 -04:00
big big: don't crash when printing nil ints 2011-04-08 15:43:19 -04:00
bufio bufio: Write and WriteString cleanup 2011-04-04 15:57:10 -04:00
bytes bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
cmath delete float, complex - code changes 2011-01-19 23:09:00 -05:00
compress os: New Open API. 2011-04-04 23:42:14 -07:00
container testing: shorten some more tests 2011-03-26 11:25:22 -07:00
crypto openpgp: Fix improper := shadowing 2011-04-12 11:48:05 -03:00
debug os: New Open API. 2011-04-04 23:42:14 -07:00
ebnf go/printer/gofmt: remove special case for multi-line raw strings 2011-03-29 18:30:59 -07:00
encoding update go tree for reflect changes 2011-04-08 12:27:58 -04:00
exec exec: add a little package commentary explaining its 2011-04-06 12:37:17 -07:00
exp update go tree for reflect changes 2011-04-08 12:27:58 -04:00
expvar http: change ResponseWriter.SetHeader(k,v) to Header() accessor 2011-03-09 09:41:01 -08:00
flag flag: fix error in documentation example. 2011-03-25 11:28:31 -07:00
fmt update go tree for reflect changes 2011-04-08 12:27:58 -04:00
go go/printer, gofmt: use blank to separate import rename from import path 2011-04-08 15:47:21 -07:00
gob update go tree for reflect changes 2011-04-08 12:27:58 -04:00
hash hash: new FNV-1a implementation 2011-03-07 11:11:21 -05:00
html os: New Open API. 2011-04-04 23:42:14 -07:00
http http: fix incorrect prints found by govet 2011-04-11 13:05:08 -07:00
image image/ycbcr: new package. 2011-04-12 22:32:03 +10:00
index/suffixarray suffixarray: fix construction bug 2011-01-31 13:13:02 -08:00
io io: fixes for Read with n > 0, os.EOF 2011-04-08 13:45:56 -04:00
json update go tree for reflect changes 2011-04-08 12:27:58 -04:00
log log: generalize getting and setting flags and prefix. 2011-04-06 11:48:03 -07:00
math delete float, complex - code changes 2011-01-19 23:09:00 -05:00
mime os: New Open API. 2011-04-04 23:42:14 -07:00
net net: fix laddr typo in test code. 2011-04-12 10:36:41 +10:00
netchan update go tree for reflect changes 2011-04-08 12:27:58 -04:00
os os, syscall: refactor Unix directory parsing 2011-04-06 15:44:40 -04:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path os: New Open API. 2011-04-04 23:42:14 -07:00
rand delete float, complex - code changes 2011-01-19 23:09:00 -05:00
reflect reflect: new Type and Value definitions 2011-04-08 12:26:51 -04:00
regexp regexp: add support for matching text read from things that implement 2011-02-03 13:58:40 -08:00
rpc update go tree for reflect changes 2011-04-08 12:27:58 -04:00
runtime runtime: fix gdb support for goroutines. 2011-03-28 17:34:22 +02:00
scanner scanner: better TokenString output 2011-04-07 19:41:55 -07:00
smtp update tree for package net changes 2011-03-28 23:28:53 -04:00
sort testing: shorten some tests. 2011-03-25 16:31:10 -07:00
strconv os: New Open API. 2011-04-04 23:42:14 -07:00
strings bytes, strings: simplify Join 2011-03-29 01:27:38 -04:00
sync build: add all-qemu.bash, handful of arm fixes 2011-03-27 23:39:42 -04:00
syscall syscall: fix StartProcess in Plan 9 2011-04-11 12:39:53 -07:00
syslog update tree for package net changes 2011-03-28 23:28:53 -04:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template update go tree for reflect changes 2011-04-08 12:27:58 -04:00
testing update go tree for reflect changes 2011-04-08 12:27:58 -04:00
time time: make TestAfterQueuing retry 3 times before declaring failure. 2011-03-30 11:40:00 +11:00
try update go tree for reflect changes 2011-04-08 12:27:58 -04:00
unicode log: rename Exit* to Fatal* 2011-02-01 12:47:35 -08:00
unsafe unsafe: fix the documentation 2011-03-02 19:39:08 -08:00
utf8 testing: shorten some more tests 2011-03-26 11:25:22 -07:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket update tree for package net changes 2011-03-28 23:28:53 -04:00
xml update go tree for reflect changes 2011-04-08 12:27:58 -04:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile image/ycbcr: new package. 2011-04-12 22:32:03 +10:00