1
0
mirror of https://github.com/golang/go synced 2024-11-19 17:44:43 -07:00
go/src/pkg
Russ Cox 833c06581a fix build
R=ken2
CC=golang-dev
https://golang.org/cl/2621042
2010-10-21 12:50:23 -04:00
..
archive archive/zip: new package for reading ZIP files 2010-09-30 11:59:46 +10:00
asn1 asn1: make interface consistent with json 2010-09-24 12:34:18 -04:00
big big: add random number generation 2010-10-18 14:09:20 -04:00
bufio bufio: bulletproof UnreadRune 2010-10-13 17:12:43 -07:00
bytes bytes: fix typo in AddByte comment 2010-09-27 11:41:43 +10:00
cmath tests: fix prints 2010-09-23 13:48:56 +10:00
compress 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
container exp/iterable: delete 2010-10-11 22:38:42 -04:00
crypto log: new interface 2010-10-12 12:59:18 -07:00
debug fix build 2010-10-21 12:50:23 -04:00
ebnf
encoding encoding/binary: give LittleEndian, BigEndian specific types 2010-10-21 11:25:14 -04:00
exec exec.LookPath() unix/windows separation 2010-09-12 17:38:36 +10:00
exp log: new interface 2010-10-12 12:59:18 -07:00
expvar log: new interface 2010-10-12 12:59:18 -07:00
flag
fmt fmt: allow %d on []byte 2010-10-04 11:57:48 +02:00
go go/parser: consume auto-inserted semi when calling ParseExpr() 2010-10-21 08:40:33 -07:00
gob gob: break documentation into a separate doc.go file 2010-10-19 20:39:29 -07:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html html: disable print 2010-09-23 22:05:42 -04:00
http http: do not close connection after sending HTTP/1.0 request 2010-10-19 23:29:25 -04:00
image image: add an offset to Tiled. 2010-10-13 12:05:21 +11:00
index/suffixarray suffixarray: cleanup per suggestion from Roger Peppe 2010-09-22 11:03:57 -07:00
io io/ioutil: use _test not _obj in test 2010-09-23 14:31:44 -04:00
json json: do not write to unexported fields 2010-09-28 14:40:23 -04:00
log log: update the documentation to clarify the behavior 2010-10-17 09:20:23 -07:00
math math: Fix off-by-one error in Ilogb and Logb. 2010-09-28 10:15:21 -04:00
mime
net net: fix comment on Dial to mention unix/unixgram. 2010-10-21 08:17:24 -04:00
netchan netchan: add new method Hangup to terminate transmission on a channel 2010-10-18 15:09:43 -07:00
os os: correct Stat S_ISDIR on Windows 2010-10-21 10:29:45 +11:00
patch
path ... changes 2010-09-24 11:55:48 -04:00
rand tests: fix prints 2010-09-23 13:48:56 +10:00
reflect reflect: add InterfaceValue.Get to enable setting of an interface 2010-10-19 21:25:28 -07:00
regexp regexp: delete Iter methods 2010-09-21 21:21:44 +10:00
rpc log: new interface 2010-10-12 12:59:18 -07:00
runtime arm: prop up software floating point 2010-10-21 06:56:20 +02:00
scanner
smtp smtp: new package 2010-10-13 22:07:28 -04:00
sort
strconv arm: prop up software floating point 2010-10-21 06:56:20 +02:00
strings bytes, strings: change lastIndexFunc to use DecodeLastRune 2010-09-23 20:40:11 +10:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall syscall/arm: correct 64-bit system call arguments 2010-10-20 10:39:46 -04:00
syslog log: new interface 2010-10-12 12:59:18 -07:00
tabwriter
template gc: fix reflect table method receiver 2010-09-28 13:43:50 -04:00
testing log: new interface 2010-10-12 12:59:18 -07:00
time time: add After 2010-10-11 13:45:26 +11:00
try new command gotry. 2010-10-11 12:40:13 -07:00
unicode tests: fix prints 2010-09-23 13:48:56 +10:00
unsafe
utf8 utf8.String: provide an Init method to avoid unnecessary allocation 2010-09-27 12:06:29 -07:00
utf16
websocket web socket: fix short Read 2010-10-20 22:36:06 -04:00
xml xml: Allow entities inside CDATA tags 2010-09-24 12:23:01 -04:00
deps.bash build: clear custom variables like GREP_OPTIONS 2010-09-28 23:51:55 -04:00
Makefile arm: prop up software floating point 2010-10-21 06:56:20 +02:00