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
2018-06-21
flag: add a Value example
Terin Stock
2018-06-14
flag: fix headers in documentation, again
Dominik Honnef
2018-06-07
flag: removed the colon after "Usage" in the documentation
hellozee
2018-04-01
flag: correct zero values when printing defaults
jimmyfrasche
2018-03-28
flag: document use of FlagSet name parameter
Ian Lance Taylor
2017-12-06
flag: clarify comment to avoid shell syntax confusion
Ian Lance Taylor
2017-10-31
flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output
Tim Cooper
2017-10-17
flag: simplify switch-case in isZeroValue
Gabriel Aszalos
2017-09-28
flag: align multi-line usage strings
Tim Cooper
2017-09-05
flag: simplify arg logic in parseOne
alexpantyukhin
2017-08-29
flag: document that custom usage functions are free to call os.Exit
Rob Pike
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2017-08-08
flag: make default Usage prefer CommandLine's output over just os.Stderr
Brad Fitzpatrick
2017-03-21
flag: validate Int and Uint values to be in range
Brad Fitzpatrick
2016-10-26
flag: arrange for FlagSet.Usage to be non-nil by default
Russ Cox
2016-09-10
flag: use strconv instead of fmt in values' String funcs
bogem
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