go/src
Didier Spezia 8a072ada84 cmd/internal/gc,ld: use new flag argument syntax
The usage messages for the flags in gc and ld are using the old
flag argument syntax:
   "arg: description using arg"

Update them to the Go 1.5 flag package's syntax:
   "description using arg"

Fixes #10505

Change-Id: Ifa54ff91e1fd644cfc9a3b41e10176eac3654137
Reviewed-on: https://go-review.googlesource.com/9505
Reviewed-by: Rob Pike <r@golang.org>
2015-05-01 20:59:05 +00:00
..
archive
bufio
builtin
bytes bytes, strings: add LastIndexByte 2015-04-30 07:13:18 +00:00
cmd cmd/internal/gc,ld: use new flag argument syntax 2015-05-01 20:59:05 +00:00
compress compress/flate: simplify the TestDegenerateHuffmanCoding data. 2015-04-17 04:31:48 +00:00
container
crypto crypto/x509: be strict about trailing data. 2015-04-30 03:49:36 +00:00
database/sql
debug debug/dwarf: update class_string.go to add ClassReferenceSig using stringer. 2015-04-27 02:05:20 +00:00
encoding encoding/asn1: Improved control of flags and times 2015-04-28 16:35:13 +00:00
errors
expvar
flag
fmt fmt: adjust formatting of invalid reflect.Value, add more tests 2015-04-17 14:14:39 +00:00
go mime, time, internal/syscall/windows/registry: use new registry package to simplify code 2015-04-30 04:33:42 +00:00
hash hash/crc32: clarify documentation 2015-04-24 13:44:25 +00:00
html html/template: fix quadratic performance with special tags 2015-04-30 16:22:29 +00:00
image image/gif: check that individual frame's bounds are within the overall 2015-04-29 04:42:01 +00:00
index/suffixarray
internal mime, time, internal/syscall/windows/registry: use new registry package to simplify code 2015-04-30 04:33:42 +00:00
io
log log/syslog: make the BUG notes visible on golang.org 2015-04-22 21:09:53 +00:00
math math/big: add modular square-root and Jacobi functions 2015-04-30 04:02:58 +00:00
mime mime, time, internal/syscall/windows/registry: use new registry package to simplify code 2015-04-30 04:33:42 +00:00
net net/http: document ServeFile and FileServer index.html redirect behavior 2015-04-30 20:42:58 +00:00
os strings: use LastIndexByte in LastIndex 2015-04-30 08:33:29 +00:00
path
reflect reflect: use arrayAt consistently 2015-04-21 17:29:25 +00:00
regexp regexp: trivial change in comments to update code.google.com link 2015-04-27 20:18:25 +00:00
runtime runtime: detailed debug output of controller state 2015-05-01 19:39:43 +00:00
sort
strconv
strings strings: use LastIndexByte in LastIndex 2015-04-30 08:33:29 +00:00
sync
syscall
testing testing/quick: align tests with reflect.Kind. 2015-04-26 02:40:40 +00:00
text text/template: allow newlines in raw quotes 2015-05-01 01:07:43 +00:00
time mime, time, internal/syscall/windows/registry: use new registry package to simplify code 2015-04-30 04:33:42 +00:00
unicode
unsafe
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash src: build cmd in buildall.bash 2015-04-30 00:02:59 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc