1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:54:46 -07:00
go/src/pkg
Volker Dobler 3b1b840699 strconv: fix handling of BOMs in CanBackquote
A byte order mark  (BOM) cannot be backquoted.

LGTM=r
R=golang-codereviews, gobot, r
CC=golang-codereviews
https://golang.org/cl/112310043
2014-07-16 13:06:11 -07:00
..
archive archive/tar: reuse temporary buffer in readHeader 2014-07-03 09:41:19 +10:00
bufio bufio: Fixed call to Fatal, should be Fatalf. 2014-07-02 07:04:01 -07:00
builtin
bytes bytes, strings: optimize Repeat 2014-06-11 19:03:59 -07:00
compress compress/bzip2: fix panics on malformed input. 2014-07-15 18:44:33 -07:00
container container/heap: update example code 2014-05-15 13:58:13 -07:00
crypto crypto/rc4: disable assembly implementation for nacl/arm. 2014-07-10 15:15:16 -04:00
database/sql database/sql/driver: correct method name in comment 2014-05-21 06:48:41 -07:00
debug cmd/ld: use count, not upper bound, in type of array 2014-07-16 18:26:50 +00:00
encoding encoding/gob: fewer decAlloc calls 2014-07-01 14:19:27 -04:00
errors
expvar all: spelling tweaks, A-G 2014-04-29 12:44:40 -04:00
flag flag: fix typo 2014-07-16 12:27:25 -07:00
fmt fmt: fix typo in help doc 2014-06-24 16:59:33 -07:00
go go/ast: fix walk to handle "for range x" 2014-07-14 19:14:27 -07:00
hash
html text/template,html/template: document that partial results may be written on error 2014-05-19 14:29:45 -07:00
image image/png: interlacing support for png. 2014-07-11 11:02:02 +10:00
index/suffixarray index/suffixarray: reduce size of a benchmark 2014-06-24 20:37:28 -07:00
io io: copy slice argument in MultiReader and MultiWriter 2014-05-12 23:38:35 -04:00
log log/syslog: document if network=="" for Dial, it will connect to local syslog server. 2014-04-28 14:29:45 -04:00
math math: remove Nextafter64 alias in favor of existing Nextafter 2014-06-11 14:24:16 -07:00
mime src, misc: applied gofmt -w -s 2014-07-01 10:28:10 -07:00
net net: Don't read beyond end of slice when parsing resolv.conf options. 2014-07-15 14:49:26 +10:00
os os: no /tmp on android 2014-07-09 14:12:30 -04:00
path build: make nacl pass 2014-05-20 12:10:19 -04:00
reflect src, misc: applied gofmt -w -s 2014-07-01 10:28:10 -07:00
regexp src, misc: applied gofmt -w -s 2014-07-01 10:28:10 -07:00
runtime runtime: start goroutine ids at 1 2014-07-16 12:19:33 +04:00
sort std lib: fix various typos in comments 2014-05-02 13:17:55 -07:00
strconv strconv: fix handling of BOMs in CanBackquote 2014-07-16 13:06:11 -07:00
strings strings: Replacer is safe for concurrent use 2014-06-28 15:53:07 -07:00
sync sync/atomic: nacl/arm support. 2014-07-10 15:14:58 -04:00
syscall syscall: nacl/arm support. 2014-07-10 15:15:06 -04:00
testing testing: make benchmarking faster 2014-06-24 08:39:30 -07:00
text text/scanner: fix comment 2014-06-17 09:34:11 -07:00
time time: change formatting of microseconds duration to SI modifier 2014-06-12 17:01:13 -07:00
unicode unicode: fix doc typo 2014-05-11 22:06:00 -07:00
unsafe