1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:31:22 -06:00
go/src/pkg
2011-10-27 19:46:31 -07:00
..
archive io: rename Copyn to CopyN. 2011-09-30 13:13:39 -07:00
asn1 crypto/x509: keep the raw Subject and Issuer. 2011-10-14 15:06:54 -04:00
big big: update for fmt interface changes 2011-10-25 22:21:49 -07:00
bufio bufio, io: use rune 2011-10-25 22:23:34 -07:00
builtin builtin: correct description of a closed channel. 2011-08-16 16:03:30 +10:00
bytes bytes, strings: use rune 2011-10-25 22:22:09 -07:00
cmath math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
compress go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
container container/vector: delete 2011-10-11 16:41:48 -07:00
crypto crypto/tls: add Error method to alert 2011-10-27 19:42:32 -07:00
csv csv, gob, json, mail, mime, xml: use rune 2011-10-25 22:23:54 -07:00
debug gofix -r mapdelete 2011-10-18 09:56:34 -04:00
encoding encoding/binary: fix type in test 2011-10-27 19:38:57 -07:00
exec exec: add Command.ExtraFiles 2011-10-06 11:00:02 -07:00
exp strconv: use better errors than os.EINVAL, os.ERANGE 2011-10-27 19:46:31 -07:00
expvar pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
flag flag: make zero FlagSet useful 2011-09-15 17:04:51 -04:00
fmt fmt: use rune 2011-10-25 22:21:33 -07:00
go go/build: avoid os.Error in tests 2011-10-27 19:39:40 -07:00
gob pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
hash hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
html html: fix print argument in test 2011-10-27 18:04:29 -07:00
http redo CL 5302057 / dac58d9c9e4a 2011-10-26 15:27:29 +09:00
image image/tiff: Implement PackBits decoding. 2011-10-13 13:31:26 +11:00
index/suffixarray index/suffixarray: 4.5x faster index serialization (to memory) 2011-09-30 11:31:28 -07:00
io bufio, io: use rune 2011-10-25 22:23:34 -07:00
json csv, gob, json, mail, mime, xml: use rune 2011-10-25 22:23:54 -07:00
log log: more locking 2011-07-17 15:46:00 -07:00
mail csv, gob, json, mail, mime, xml: use rune 2011-10-25 22:23:54 -07:00
math build: clear execute bit from source files 2011-10-06 18:33:13 +09:00
mime csv, gob, json, mail, mime, xml: use rune 2011-10-25 22:23:54 -07:00
net net: document why we do not use SO_REUSEADDR on windows 2011-10-26 22:25:20 +11:00
old old/regexp, old/template, template: use rune 2011-10-25 22:22:42 -07:00
os os/inotify: move to exp/inotify 2011-10-19 10:54:45 +09:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
rand math: remove the leading F from Fabs etc. 2011-09-29 09:54:20 -07:00
reflect reflect: make unsafe use of SliceHeader gc-friendly 2011-10-18 10:03:37 -04:00
regexp regexp: use rune 2011-10-25 22:20:57 -07:00
rpc rpc: don't panic on write error. 2011-10-18 15:52:49 -07:00
runtime runtime: lock the main goroutine to the main OS thread during init 2011-10-27 18:04:12 -07:00
scanner godoc, exp/ebnf, exp/types, go/scanner, scanner: use rune 2011-10-25 22:20:20 -07:00
smtp pkg: remove .String() from some print arguments 2011-10-27 18:03:52 -07:00
sort go/doc, godoc, gotest: support for reading example documentation 2011-10-06 11:56:17 -07:00
strconv strconv: use better errors than os.EINVAL, os.ERANGE 2011-10-27 19:46:31 -07:00
strings bytes, strings: use rune 2011-10-25 22:22:09 -07:00
sync sync/atomic: replace MFENCE with LOCK XADD 2011-09-19 11:09:00 -07:00
syscall cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
template old/regexp, old/template, template: use rune 2011-10-25 22:22:42 -07:00
testing cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune 2011-10-25 22:20:02 -07:00
time time: make month/day name comparisons case insenstive 2011-10-04 12:52:30 -07:00
unicode unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
unsafe unsafe: update doc 2011-08-31 17:59:35 -04:00
url gofix -r mapdelete 2011-10-18 09:56:34 -04:00
utf8 unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
utf16 unicode, utf8, utf16: use rune 2011-10-25 22:23:15 -07:00
websocket websocket: tweak hybi ReadHandshake to supports Firefox implementation 2011-10-14 14:27:45 -04:00
xml xml: simplify test 2011-10-27 19:40:41 -07:00
deps.bash catch future accidental dependencies to exp/ or old/ 2011-10-12 10:55:42 -07:00
Makefile go/ast, go/token: actually run tests; fix go/ast test 2011-10-20 10:30:01 -07:00