aboutsummaryrefslogtreecommitdiff
path: root/src/flag
AgeCommit message (Expand)Author
2016-08-23flag: improve comment for calling String with zero valueIan Lance Taylor
2016-08-23flag: document that Value.String must work on the zero valueIan Lance Taylor
2016-05-31flag: recognize "0s" as the zero value for a flag.DurationIan Lance Taylor
2016-04-21flag: update test case (fix build)Robert Griesemer
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-07-16flag: add comment stating that Set is called in sequence across the command lineRob Pike
2015-07-12flag: Clarifies docs for Arg(int) and FlagSet.Arg(int)Hariharan Srinath
2015-06-05flag: Describe the ErrorHandling enum values.Aaron Jacobs
2015-05-19flag: Fix up a package comment a bit.Aaron Jacobs
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-03-12flag: use four spaces before tab, not threeRuss Cox
2015-03-12flag: nicer usage messagesRob Pike
2014-12-22flag: Check for Set errorMichalis Kargakis
2014-12-21flag: Some idiomatic fixesMichalis Kargakis
2014-10-20flag: roll back 156390043 (flag setting)Rob Pike
2014-10-19flag: disallow setting flags multiple timesRob Pike
2014-09-26flag: allow CommandLine's Usage function to be setRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox