go/src
Hana Kim 424c215739 cmd/pprof: fix help message formatting error
Pprof usage message includes "%" symbols. Misuse of Fprintf caused
the message to be interpreted as a format string and corrupted the usage
message.

Change-Id: I4732b491e2368cff9fdbfe070c125228d6f506fd
Reviewed-on: https://go-review.googlesource.com/115595
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-05-31 17:29:10 +00:00
..
archive archive/zip: avoid data descriptor when writing directories 2018-05-02 23:34:50 +00:00
bufio bufio: document ReadFrom/WriteTo calls to underlying methods 2018-03-28 22:21:52 +00:00
builtin builtin: improve docs for make slice 2017-11-18 01:48:52 +00:00
bytes bytes: re-slice buffer to its previous length after call to grow() 2018-05-29 19:46:33 +00:00
cmd cmd/pprof: fix help message formatting error 2018-05-31 17:29:10 +00:00
compress compress/flate: do not rename math/bits import 2018-05-07 15:42:46 +00:00
container container/heap: fix comments style 2018-04-11 20:11:09 +00:00
context context: add benchmarks for context cancellation 2018-05-29 21:57:30 +00:00
crypto all: remove support for macOS 10.9 and earlier 2018-05-29 20:27:03 +00:00
database/sql database/sql: add note to Scanner that the database owns values 2018-05-11 20:28:02 +00:00
debug all: regenerate stringer files 2018-05-29 20:35:41 +00:00
encoding encoding/asn1: fix returned type for an Object Identifier 2018-05-31 15:24:46 +00:00
errors
expvar all: use strings.Builder instead of bytes.Buffer where appropriate 2018-03-26 23:05:53 +00:00
flag flag: correct zero values when printing defaults 2018-04-01 20:17:22 +00:00
fmt fmt: make %v doc for compound objects consistent 2018-04-17 23:47:44 +00:00
go go/types: fix typo causing loss of embedded interfaces 2018-05-30 18:13:35 +00:00
hash crypto: remove hand encoded amd64 instructions 2018-03-01 19:20:53 +00:00
html html/template: always write untyped nil as JS null 2018-05-09 04:09:29 +00:00
image image: add an example that shows how to get the metadata of an image 2018-05-29 03:16:17 +00:00
index/suffixarray index/suffixarray: fix a typo mistake in comments 2018-05-29 12:16:51 +00:00
internal cmd/compile,go/build,internal/cpu: gofmt 2018-05-26 20:52:04 +00:00
io io: calculate buffer size only when needed 2018-05-06 15:52:31 +00:00
log log/syslog: skip tests that depend on daemon on builders 2018-05-22 18:26:03 +00:00
math math/big: implement Atkin's ModSqrt for 5 mod 8 primes 2018-05-30 16:28:46 +00:00
mime mime: do a pre-allocation in encodeWord 2018-05-15 16:20:14 +00:00
net net/http: use fake Transport network when running in Node 2018-05-31 15:13:02 +00:00
os os/exec: gofmt 2018-05-30 19:57:39 +00:00
path path/filepath: make Abs("") return working directory on Windows 2018-05-14 04:41:33 +00:00
plugin plugin: make stub lookup signature match dlopen version 2018-05-08 17:09:05 +00:00
reflect reflect: reuse values during comparison of maps in DeepEqual 2018-05-31 15:18:53 +00:00
regexp regexp: use sync.Pool to cache regexp.machine objects 2018-04-03 16:03:19 +00:00
runtime runtime: implement time.now using libc 2018-05-29 22:32:30 +00:00
sort sort: fix typo in comment 2018-04-22 22:32:11 +00:00
strconv strconv: simplify (*extFloat).Normalize 2018-05-30 19:28:20 +00:00
strings strings: fix encoding of \u0080 in map 2018-05-04 05:37:45 +00:00
sync sync: deflake TestWaitGroupMisuse2 2018-05-14 04:42:45 +00:00
syscall syscall: partially revert "enable some nacl code to be shared with js/wasm" 2018-05-23 18:54:00 +00:00
testing Revert "testing: only compute b.N once when passed -count > 1" 2018-05-31 14:22:44 +00:00
text text/scanner: return RawString token rather than String for raw string literals 2018-05-08 04:59:41 +00:00
time cmd/vet: better align print warnings with fmt 2018-05-04 02:57:37 +00:00
unicode cmd/compile: optimize len([]rune(string)) 2018-05-06 05:31:01 +00:00
unsafe unsafe: fix reference to string header 2018-02-26 18:35:46 +00:00
vendor/golang_org/x net/http: vendor x/net/http/httpproxy, use it in net/http 2018-05-29 21:54:57 +00:00
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: don't require GOARCH set 2018-03-07 14:01:43 +00:00
bootstrap.bash bootstrap.bash: only fetch git revision if we need it 2018-01-30 15:11:56 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash iostest.bash: don't build std library twice 2018-03-06 16:08:20 +00:00
make.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
make.bat build: small cleanup in error message in make.bat 2018-02-26 10:27:14 +00:00
Make.dist
make.rc build: quiet make.bash, make.bat, make.rc 2017-10-31 13:48:53 +00:00
naclmake.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
nacltest.bash nacl*.bash: pass flags to make.bash 2018-02-14 17:09:31 +00:00
race.bash src/*.bash: remove some trailing whitespace 2018-05-04 14:47:49 +00:00
race.bat
run.bash src/run.bash: remove some trailing whitespace 2018-04-01 16:12:47 +00:00
run.bat
run.rc