1. ef544b6 flag: clarify comment to avoid shell syntax confusion by Ian Lance Taylor · 7 years ago
  2. 99be9cc flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).Output by Tim Cooper · 7 years ago
  3. 5f740d6 flag: simplify switch-case in isZeroValue by Gabriel Aszalos · 7 years ago
  4. 0828ec1 flag: align multi-line usage strings by Tim Cooper · 7 years ago
  5. 2d362f7 flag: simplify arg logic in parseOne by alexpantyukhin · 8 years ago
  6. 305fd91 flag: document that custom usage functions are free to call os.Exit by Rob Pike · 8 years ago
  7. 99da873 all: remove some double spaces from comments by Daniel Martí · 8 years ago
  8. e1f38cc flag: make default Usage prefer CommandLine's output over just os.Stderr by Brad Fitzpatrick · 8 years ago
  9. c65ceff flag: validate Int and Uint values to be in range by Brad Fitzpatrick · 8 years ago
  10. 4954369 flag: arrange for FlagSet.Usage to be non-nil by default by Russ Cox · 8 years ago
  11. e273a27 flag: use strconv instead of fmt in values' String funcs by bogem · 9 years ago
  12. 8050782 flag: improve comment for calling String with zero value by Ian Lance Taylor · 9 years ago
  13. 5e66ac9 flag: document that Value.String must work on the zero value by Ian Lance Taylor · 9 years ago
  14. 3659645 flag: recognize "0s" as the zero value for a flag.Duration by Ian Lance Taylor · 9 years ago
  15. 7018408 flag: update test case (fix build) by Robert Griesemer · 9 years ago
  16. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  17. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  18. b0834b5 flag: add comment stating that Set is called in sequence across the command line by Rob Pike · 10 years ago
  19. 4735002 flag: Clarifies docs for Arg(int) and FlagSet.Arg(int) by Hariharan Srinath · 10 years ago
  20. 4b6284a flag: Describe the ErrorHandling enum values. by Aaron Jacobs · 10 years ago
  21. b21ff39 flag: Fix up a package comment a bit. by Aaron Jacobs · 10 years ago
  22. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  23. d022266 flag: use four spaces before tab, not three by Russ Cox · 10 years ago
  24. 51d6660 flag: nicer usage messages by Rob Pike · 10 years ago
  25. bc611a3 flag: Check for Set error by Michalis Kargakis · 10 years ago
  26. f34964e flag: Some idiomatic fixes by Michalis Kargakis · 10 years ago
  27. 9070afb flag: roll back 156390043 (flag setting) by Rob Pike · 10 years ago
  28. 8c29633 flag: disallow setting flags multiple times by Rob Pike · 10 years ago
  29. b2487ef flag: allow CommandLine's Usage function to be set by Rob Pike · 11 years ago
  30. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago