1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg
2010-12-07 14:54:15 -05:00
..
archive use copy 2010-10-26 21:52:54 -07:00
asn1 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
big big: fix (*Rat) SetFrac64(a, b) when b < 0. 2010-11-30 10:23:27 -08:00
bufio bufio: make Reader.Read implement io.Reader semantics 2010-12-07 14:54:15 -05:00
bytes use the new %U format for runes 2010-12-06 14:38:25 -05:00
cmath gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
compress compress/flate: fix typo in comment. 2010-11-26 13:05:22 +11:00
container container/list: make Remove return Value of removed element. 2010-11-09 08:58:23 -08:00
crypto Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
debug debug/pe, cgo: add windows support 2010-11-01 17:52:26 -04:00
ebnf go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
encoding gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
exec exec: enable tests on windows 2010-11-13 11:15:09 +11:00
exp go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
expvar log: new interface 2010-10-12 12:59:18 -07:00
flag flag: handle multiple calls to flag.Parse 2010-12-07 13:19:01 -05:00
fmt fmt: add %U format for standard Unicode representation of integer values. 2010-12-06 14:23:37 -05:00
go go/scanner: remove Tokenize() - was only used in tests 2010-12-07 10:08:00 -08:00
gob gob: don't add "." if package path is empty when registering a type. 2010-11-05 11:22:28 -07:00
hash gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
html html: unescape numeric entities, and complete the named entities table, including two-character entities. 2010-12-07 12:13:47 +11:00
http http: consume request body before next request 2010-12-01 20:00:19 -08:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray index/suffixarray: use sort.Search 2010-11-19 16:04:25 -05:00
io io: use SetFinalizer more elegantly in Pipe 2010-11-05 15:05:39 -04:00
json Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
log log: ensure writes are atomic. 2010-12-01 10:15:42 -08:00
math math: improve accuracy of Exp2 2010-12-06 16:24:51 -05:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
netchan netchan: fix dumb locking bug introduced in recent editing. 2010-12-06 14:29:05 -05:00
os os.Expand: don't call append for each non-variable char 2010-11-08 15:13:35 -08:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path path: Windows support for Split 2010-11-30 17:17:45 -08:00
rand tests: fix prints 2010-09-23 13:48:56 +10:00
reflect Remove unnecessary casts in Get() methods. 2010-11-12 15:25:25 -08:00
regexp Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
rpc rpc: add RegisterName to allow override of default type name 2010-11-18 14:14:42 +11:00
runtime runtime: fix build for nacl 2010-12-07 15:24:46 +11:00
scanner use copy 2010-10-26 21:52:54 -07:00
smtp strings: Contains 2010-11-01 14:32:48 -07:00
sort Sort: reduced stack depth to lg(n) in quickSort 2010-12-02 09:18:20 -08:00
strconv strconv: Atof on Infs and NaNs 2010-11-30 12:53:42 -08:00
strings utf8: make EncodeRune's destination the first argument. 2010-11-30 16:59:43 -05:00
sync sync: small naming fix for armv5 2010-12-07 12:05:00 -05:00
syscall syscall, net: Add Recvmsg and Sendmsg on Linux. 2010-12-07 13:40:14 -05:00
syslog log: new interface 2010-10-12 12:59:18 -07:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: implement multi-word variable instantation for formatters. 2010-12-01 17:10:40 -08:00
testing testing: delete redundant name argument to Benchmark(). 2010-11-10 09:39:26 -08:00
time time: fix build 2010-12-06 16:22:32 -05:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode use the new %U format for runes 2010-12-06 14:38:25 -05:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
utf8 use the new %U format for runes 2010-12-06 14:38:25 -05:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket web socket: fix short Read 2010-10-20 22:36:06 -04:00
xml Removed bytes.Add and bytes.AddByte; we now have 'append'. 2010-12-01 11:59:13 -08:00
deps.bash build: clear custom variables like GREP_OPTIONS 2010-09-28 23:51:55 -04:00
Makefile exec: enable tests on windows 2010-11-13 11:15:09 +11:00