| .. |
|
archive
|
archive/zip: handle files with data descriptors
|
2011-02-15 05:42:16 +11:00 |
|
asn1
|
asn1: marshal true as 255, not 1.
|
2011-02-05 13:55:37 -05:00 |
|
big
|
throughout: fix broken calls to Printf etc.
|
2010-12-07 16:42:54 -05:00 |
|
bufio
|
bufio: make Flush a no-op when the buffer is empty
|
2011-01-31 18:54:25 +11:00 |
|
bytes
|
bytes: fix bugs in buffer.ReadBytes
|
2011-02-11 12:39:18 -05:00 |
|
cmath
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
compress
|
bzip2: speed up decompression.
|
2011-03-03 09:13:06 -05:00 |
|
container
|
container/ring: Replace Iter() with Do().
|
2011-02-08 20:07:05 -08:00 |
|
crypto
|
crypto/openpgp: fix test prints
|
2011-02-25 13:44:37 -08:00 |
|
debug
|
debug/pe: ImportedSymbols fixes
|
2011-02-10 10:22:32 -05:00 |
|
ebnf
|
go/printer, gofmt: smarter handling of multi-line raw strings
|
2011-02-04 17:34:16 -08:00 |
|
encoding
|
encoding/line: fix line returned after EOF
|
2011-02-15 09:52:20 -05:00 |
|
exec
|
os: implement new Process api
|
2011-02-04 14:41:26 +11:00 |
|
exp
|
8l/6l: new -Hwindowsgui flag allows to build windows gui pe
|
2011-02-24 16:10:30 +11:00 |
|
expvar
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
flag
|
flag: allow hexadecimal and octal input for integer flags.
|
2011-02-11 12:23:54 +01:00 |
|
fmt
|
fmt: make recursive scan more efficient.
|
2011-03-03 10:43:29 -08:00 |
|
go
|
go/parser: if and switch statements still can have empty init statements
|
2011-02-22 20:10:09 -08:00 |
|
gob
|
gob: enable the GobEncoder and GobDecoder interfaces.
|
2011-03-04 14:18:52 -08:00 |
|
hash
|
hash/crc64: fix typo in Sum.
|
2010-12-22 10:28:22 +11:00 |
|
html
|
html: small documentation fix.
|
2011-02-18 10:35:49 +11:00 |
|
http
|
http/cgi: skip tests on Windows
|
2011-03-04 14:12:39 -08:00 |
|
image
|
image: add a decoding test for common file formats.
|
2011-03-03 20:35:49 +11:00 |
|
index/suffixarray
|
suffixarray: fix construction bug
|
2011-01-31 13:13:02 -08:00 |
|
io
|
io/ioutil: add TempDir
|
2011-03-03 14:51:49 -05:00 |
|
json
|
json: use base64 to encode []byte
|
2011-02-23 11:32:29 -05:00 |
|
log
|
log: rename Exit* to Fatal*
|
2011-02-01 12:47:35 -08:00 |
|
math
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
mime
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
net
|
net: *netFD.Read to return os.EOF on eof (fixes windows build)
|
2011-02-24 10:17:45 +11:00 |
|
netchan
|
netchan: allow use of arbitrary connections.
|
2011-02-16 08:14:41 -08:00 |
|
os
|
os: remove ENODATA (fixes freebsd build)
|
2011-02-16 14:10:52 -05:00 |
|
patch
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
path
|
replace non-blocking send, receive syntax with select
|
2011-01-31 18:36:28 -05:00 |
|
rand
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
reflect
|
reflect: add PtrTo, add Value.Addr (old Addr is now UnsafeAddr)
|
2011-03-03 13:20:17 -05:00 |
|
regexp
|
regexp: add support for matching text read from things that implement
|
2011-02-03 13:58:40 -08:00 |
|
rpc
|
rpc: properly discard values.
|
2011-02-14 14:51:08 -08:00 |
|
runtime
|
runtime: make printf work on misaligned stack
|
2011-03-04 15:42:39 -05:00 |
|
scanner
|
scanner: fix Position returned by Scan, Pos
|
2011-01-25 13:32:56 -08:00 |
|
smtp
|
smtp: add *tls.Config argument to StartTLS
|
2010-12-14 12:22:08 -05:00 |
|
sort
|
delete float, complex - code changes
|
2011-01-19 23:09:00 -05:00 |
|
strconv
|
strconv/ftoa: avoid a double shift. (shifts by variables are expensive.)
|
2011-02-11 16:06:04 -08:00 |
|
strings
|
strings: fix description of FieldsFunc
|
2011-01-04 16:23:29 -08:00 |
|
sync
|
sync/atomic: make BUG comment godoc-compatible
|
2011-02-25 14:40:36 -05:00 |
|
syscall
|
syscall: regenerate zerrors_freebsd_amd64.go
|
2011-02-28 10:21:19 -05:00 |
|
syslog
|
log: rename Exit* to Fatal*
|
2011-02-01 12:47:35 -08:00 |
|
tabwriter
|
tabwriter: use append
|
2010-10-28 21:23:04 -07:00 |
|
template
|
template: document the delimiters better
|
2011-02-28 10:27:33 -08:00 |
|
testing
|
testing: run GC before each benchmark run.
|
2011-03-03 11:26:53 -08:00 |
|
time
|
time: split os-dependent part into sys.go.
|
2011-03-04 19:57:39 -08:00 |
|
try
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07: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
|
throughout: fix broken calls to Printf etc.
|
2010-12-07 16:42:54 -05:00 |
|
utf16
|
gofmt -s -w src misc
|
2010-10-22 10:06:33 -07:00 |
|
websocket
|
http: introduce Header type, implement with net/textproto
|
2011-02-23 00:39:25 -05:00 |
|
xml
|
xml: fix typo in test.
|
2011-03-02 15:05:52 -05:00 |
|
Makefile
|
http: add packages http/cgi and http/httptest
|
2011-03-04 10:55:47 -08:00 |
|
deps.bash
|
build: add another --no-print-directory
|
2010-12-16 10:46:25 +11:00 |