1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg
Rob Pike 80055c658b arm: fix build
previous version was built with -l32; should be -b32

R=ken
CC=golang-dev
https://golang.org/cl/3867044
2011-01-07 17:17:42 -08: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 bug in UnreadByte. 2011-01-07 14:41:33 -08:00
cmath gofmt -s -w src misc 2010-10-22 10:06:33 -07: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/block: mark as deprecated. 2011-01-07 16:17:47 -05:00
debug remove nacl 2010-12-15 11:49:23 -05:00
ebnf go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
encoding encoding/binary: reject types with implementation-dependent sizes 2011-01-04 13:42:50 -05:00
exec remove nacl 2010-12-15 11:49:23 -05:00
exp fix occurrences of occur[^sr .,?!;\n] 2011-01-04 13:16:50 -08:00
expvar expvar: quote StringFunc output, same as String output. 2010-12-20 17:35:21 +11:00
flag a few more errors caught by the print checker 2010-12-08 16:25:14 -05:00
fmt Made format string handling more efficient. 2011-01-05 11:42:35 -08:00
go go/ast: correct Pos/End ranges for field lists 2011-01-05 10:08:39 -08:00
gob gob: generate a better error message in one confusing place 2011-01-05 09:28:47 -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: permit empty Reason-Phrase in response Status-Line 2011-01-05 13:09:38 -05:00
image use append 2010-10-27 19:47:23 -07:00
index/suffixarray fix occurrences of occur[^sr .,?!;\n] 2011-01-04 13:16:50 -08:00
io io: fix Copyn EOF handling 2011-01-05 14:35:13 -05:00
json json: fix Fatal call in test 2010-12-17 13:43:59 -08:00
log log: ensure writes are atomic. 2010-12-01 10:15:42 -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: fix close of Listener 2011-01-04 11:55:13 -05:00
netchan throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
os runtime: move windows goargs implementation from runtime and into os package 2010-12-16 12:18:18 +11: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: implement early out for failed anchored search. 2011-01-04 12:43:52 -08:00
rpc rpc: add RegisterName to allow override of default type name 2010-11-18 14:14:42 +11:00
runtime runtime/cgo: fix stackguard on FreeBSD/amd64 2011-01-06 11:36:47 -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 arm: fix build 2011-01-07 17:17:42 -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: fix trivial bug: integers are not "empty" 2010-12-20 13:36:47 -08:00
testing testing: fix error message on invalid regexp 2010-12-23 11:40:10 +11:00
time time.NewTicker: panic for intervals <= 0. 2011-01-07 14:41:46 -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 reflect: rename reflect.ArrayCopy to be reflect.Copy. 2010-12-12 20:27:29 +11:00
deps.bash build: add another --no-print-directory 2010-12-16 10:46:25 +11:00
Makefile crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00