1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg
Albert Strasheim 01fad6a6b0 net: add unixpacket
R=golang-dev, rsc, rsc1
CC=golang-dev
https://golang.org/cl/2309043
2011-01-19 14:21:58 -05:00
..
archive a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
asn1 reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
big throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
bufio bufio: removed dead code 2010-12-22 08:43:35 +11:00
bytes bytes.Buffer: fix typo in comment (doubled 'to') 2011-01-14 23:00:02 -08:00
cmath cmath test: fix format (%g does not print booleans) 2011-01-13 16:30:56 -08:00
compress compress/flate: implement Flush 2010-12-14 14:57:12 -05:00
container throughout: simplify two-variable ranges with unused second variable 2010-12-08 21:36:56 -08:00
crypto crypto/cipher: fix build (missing file in Makefile) 2011-01-18 20:56:55 -08:00
debug remove nacl 2010-12-15 11:49:23 -05:00
ebnf go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
encoding encoding/line: fix error call (missing argument) 2011-01-12 00:25:29 -08:00
exec remove nacl 2010-12-15 11:49:23 -05:00
exp fix build (this time for real): adjust typechecker test, ogle 2011-01-13 17:41:45 -08:00
expvar expvar: add Float 2011-01-18 11:24:43 -05:00
flag a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
fmt fmt: document %X of string, []byte 2011-01-19 13:35:45 -05:00
go gofmt, go/printer: do not insert extra linebreaks where they may break the code 2011-01-14 09:42:37 -08:00
gob gob: make (en|dec)code(Ui|I)nt methods rather than functions. 2011-01-11 17:56:45 -08:00
hash hash/crc64: fix typo in Sum. 2010-12-22 10:28:22 +11:00
html html: parse "<h1>foo<h2>bar". 2010-12-15 11:39:56 +11:00
http http: fix Content-Range and Content-Length in response 2011-01-19 10:05:48 -05:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray suffixarray: faster creation algorithm 2011-01-11 21:46:50 -08:00
io io: fix Copyn EOF handling 2011-01-05 14:35:13 -05:00
json json: do not Marshal unexported struct fields 2011-01-12 11:59:33 +11:00
log log: add methods for exit and panic 2011-01-11 09:57:47 -08:00
math math: change float64 bias constant from 1022 to 1023 2010-12-15 13:20:52 -05:00
mime gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
net net: add unixpacket 2011-01-19 14:21:58 -05:00
netchan netchan: make fields public for pending gob change 2011-01-11 13:43:43 -08:00
os syscall: correct WSTOPPED on OS X 2011-01-18 14:02:41 -05:00
patch gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
path remove nacl 2010-12-15 11:49:23 -05:00
rand tests: fix prints 2010-09-23 13:48:56 +10:00
reflect reflect: remove unnecessary indirection in TestCopy. 2010-12-15 20:54:11 +11:00
regexp regexp: reject bare ? 2011-01-19 13:47:04 -05:00
rpc rpc: export names in debug service so it works with template changes 2011-01-12 15:23:21 -08:00
runtime runtime: add per-pause gc stats 2011-01-19 13:41:42 -05:00
scanner use copy 2010-10-26 21:52:54 -07:00
smtp smtp: add *tls.Config argument to StartTLS 2010-12-14 12:22:08 -05:00
sort Sort: reduced stack depth to lg(n) in quickSort 2010-12-02 09:18:20 -08:00
strconv strconv: update ftoa comment for 'E' and 'G' 2011-01-04 13:13:12 -05:00
strings strings: fix description of FieldsFunc 2011-01-04 16:23:29 -08:00
sync sync: small naming fix for armv5 2010-12-07 12:05:00 -05:00
syscall syscall: fix build. WUNTRACED isn't defined for win32. 2011-01-18 23:00:19 -08:00
syslog throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
tabwriter tabwriter: use append 2010-10-28 21:23:04 -07:00
template template: give "unexported" error when accessing an unexported field. 2011-01-12 00:25:17 -08:00
testing testing: fix error message on invalid regexp 2010-12-23 11:40:10 +11:00
time time: add AfterFunc to call a function after a given duration. 2011-01-10 11:51:38 -08:00
try gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
unicode throughout: simplify two-variable ranges with unused second variable 2010-12-08 21:36:56 -08:00
unsafe runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -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 throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
xml xml: support for > in tags 2011-01-18 15:39:38 -05:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile crypto: add twofish package 2011-01-11 20:51:35 -05:00