1
0
mirror of https://github.com/golang/go synced 2024-10-04 11:21:21 -06:00
go/src/pkg
2010-09-22 16:59:35 +10:00
..
archive/tar build: no required environment variables 2010-08-18 10:08:49 -04:00
asn1 Fix certificate validation. 2010-09-20 10:32:08 -04:00
big big: added RatString, some simplifications 2010-08-31 15:18:46 -07:00
bufio bufio: add UnreadRune. 2010-09-12 17:40:27 +10:00
bytes build: no required environment variables 2010-08-18 10:08:49 -04:00
cmath build: no required environment variables 2010-08-18 10:08:49 -04:00
compress 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
container list: update comment to state that the zero value is ready to use. 2010-09-03 17:11:56 +10:00
crypto crypto/x509, crypto/tls: improve root matching and observe CA flag. 2010-09-20 12:17:31 -04:00
debug proc, eval: Don't assign address of an array to a slice. 2010-08-30 13:47:40 -07:00
ebnf build: no required environment variables 2010-08-18 10:08:49 -04:00
encoding build: no required environment variables 2010-08-18 10:08:49 -04:00
exec exec.LookPath() unix/windows separation 2010-09-12 17:38:36 +10:00
exp exp/4s, exp/nacl/av: sync to recent exp/draw changes. 2010-09-22 12:20:56 +10:00
expvar build: no required environment variables 2010-08-18 10:08:49 -04:00
flag build: no required environment variables 2010-08-18 10:08:49 -04:00
fmt fmt: support '*' for width or precision 2010-09-22 16:10:38 +10:00
go fix various comments 2010-09-16 18:21:01 -07:00
gob gob: make robust when decoding a struct with non-struct data. 2010-09-20 07:37:06 +10:00
hash build: no required environment variables 2010-08-18 10:08:49 -04:00
html build: no required environment variables 2010-08-18 10:08:49 -04:00
http http: don't always escape all reserved chars (fix build) 2010-09-22 16:59:35 +10:00
image exp/draw: clip destination rectangle to the image bounds. 2010-09-09 19:12:54 +10:00
index/suffixarray suffixarray: a package for creating suffixarray-based indexes 2010-09-21 23:12:57 -07:00
io io: prevent ReadAtLeast spinloop if min > len(buf) 2010-08-23 12:04:15 +10:00
json json: Add package comment 2010-09-13 16:03:27 +10:00
log 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
math math: make portable Tan(Pi/2) return NaN 2010-09-11 23:41:25 -04:00
mime mime: delete unnecessary constant conversions. 2010-08-20 07:42:02 +10:00
net net/dict: parse response correctly + typo 2010-09-16 13:37:35 -04:00
netchan netchan: fix unimportant typo in test error call. 2010-09-20 17:24:40 +10:00
nntp build: no required environment variables 2010-08-18 10:08:49 -04:00
os os: make Open() O_APPEND flag work on windows 2010-09-22 13:12:25 +10:00
patch build: no required environment variables 2010-08-18 10:08:49 -04:00
path path: add IsAbs 2010-09-09 01:42:43 -04:00
rand build: no required environment variables 2010-08-18 10:08:49 -04:00
reflect build: no required environment variables 2010-08-18 10:08:49 -04:00
regexp regexp: delete Iter methods 2010-09-21 21:21:44 +10:00
rpc rpc: fix bug that caused private methods to attempt to be registered. 2010-08-30 08:03:06 +10:00
runtime cgo: bug fixes 2010-09-21 22:41:19 -04:00
scanner Fix incorrect reporting of error in Scanner.next() when Read reads > 0 bytes but returns os.EOF. 2010-09-01 15:15:37 -07:00
sort build: no required environment variables 2010-08-18 10:08:49 -04:00
strconv strconv: fix comment for godoc 2010-08-31 14:18:20 -07:00
strings strings: fix minor bug in LastIndexFunc 2010-09-21 22:58:09 -04:00
sync build: no required environment variables 2010-08-18 10:08:49 -04:00
syscall os: make Open() O_APPEND flag work on windows 2010-09-22 13:12:25 +10:00
syslog build: no required environment variables 2010-08-18 10:08:49 -04:00
tabwriter build: no required environment variables 2010-08-18 10:08:49 -04:00
template template: fixed documentation formatting 2010-08-31 19:07:40 -07:00
testing build: no required environment variables 2010-08-18 10:08:49 -04:00
time 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
unicode build: no required environment variables 2010-08-18 10:08:49 -04:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 build: no required environment variables 2010-08-18 10:08:49 -04:00
utf16 build: no required environment variables 2010-08-18 10:08:49 -04:00
websocket websocket: Add support for secure WebSockets 2010-09-11 00:27:16 -04:00
xml 5g: register allocation bugs 2010-09-12 00:06:45 -04:00
deps.bash build: let pkg/Makefile coordinate building of Go commands 2010-08-25 17:54:10 -04:00
Makefile suffixarray: a package for creating suffixarray-based indexes 2010-09-21 23:12:57 -07:00