index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flag
Age
Commit message (
Expand
)
Author
2016-08-23
flag: improve comment for calling String with zero value
Ian Lance Taylor
2016-08-23
flag: document that Value.String must work on the zero value
Ian Lance Taylor
2016-05-31
flag: recognize "0s" as the zero value for a flag.Duration
Ian Lance Taylor
2016-04-21
flag: update test case (fix build)
Robert Griesemer
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-07-16
flag: add comment stating that Set is called in sequence across the command line
Rob Pike
2015-07-12
flag: Clarifies docs for Arg(int) and FlagSet.Arg(int)
Hariharan Srinath
2015-06-05
flag: Describe the ErrorHandling enum values.
Aaron Jacobs
2015-05-19
flag: Fix up a package comment a bit.
Aaron Jacobs
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-03-12
flag: use four spaces before tab, not three
Russ Cox
2015-03-12
flag: nicer usage messages
Rob Pike
2014-12-22
flag: Check for Set error
Michalis Kargakis
2014-12-21
flag: Some idiomatic fixes
Michalis Kargakis
2014-10-20
flag: roll back 156390043 (flag setting)
Rob Pike
2014-10-19
flag: disallow setting flags multiple times
Rob Pike
2014-09-26
flag: allow CommandLine's Usage function to be set
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]