1. d022266 flag: use four spaces before tab, not three by Russ Cox · 10 years ago
  2. 51d6660 flag: nicer usage messages by Rob Pike · 10 years ago
  3. 9070afb flag: roll back 156390043 (flag setting) by Rob Pike · 10 years ago
  4. 8c29633 flag: disallow setting flags multiple times by Rob Pike · 10 years ago
  5. b2487ef flag: allow CommandLine's Usage function to be set by Rob Pike · 11 years ago
  6. c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/flag/flag_test.go]
  7. 6ac93e2 flag: export commandLine, the previously internal default FlagSet by Rob Pike · 12 years ago
  8. 49b3301 flag: add Getter interface; implement for all Value types by Rick Arnold · 12 years ago
  9. 7510423 all: make tests able to run multiple times. by Rémy Oudompheng · 12 years ago
  10. a6d986b flag: add implicit boolFlag interface by Rick Arnold · 12 years ago
  11. b79ba6a flag: allow a FlagSet to not write to os.Stderr by Brad Fitzpatrick · 13 years ago
  12. 98b9047 flag: change Set method Value interface to return error instead of bool. by David Symonds · 13 years ago
  13. cf506f6 flag: add Duration flag type. by David Symonds · 13 years ago
  14. 1505cae flag: make zero FlagSet useful by Russ Cox · 14 years ago
  15. 2cc4a54 flag: add Parsed, restore Usage by Russ Cox · 14 years ago
  16. e44853c flag: make -help nicer. by Rob Pike · 14 years ago
  17. f4fe688 flags: allow distinct sets of flags. by Rob Pike · 14 years ago
  18. 034ca39 flag: visit the flags in sorted order, for better messages. Fixes #1601. by Rob Pike · 14 years ago
  19. 37b1787 flag: allow hexadecimal and octal input for integer flags. by Luuk van Dijk · 14 years ago
  20. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  21. 70113b4 a few more errors caught by the print checker by Rob Pike · 14 years ago
  22. ed7c3f3 flag: handle multiple calls to flag.Parse by Russ Cox · 14 years ago
  23. 69c4e93 use append by Russ Cox · 14 years ago
  24. 6431b98 flags: better tests. by Rob Pike · 15 years ago
  25. 570af81 Flags: add user-defined flag types. The change is really no code; it's just publishing by Rob Pike · 15 years ago
  26. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  27. 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
  28. 379150c Add flags of type float to the flag package. by Vish Subramanian · 15 years ago
  29. 30c7088 gofmt-ify template, time, unsafe, flag, fmt by Robert Griesemer · 15 years ago
  30. ecb863a apply gofmt to datafmt, ebnf, exec, expvar, flag, fmt by Russ Cox · 15 years ago
  31. 20011bc unused imports by Russ Cox · 16 years ago
  32. 3b864e4 convert low-level (used by testing) packages to by Russ Cox · 16 years ago
  33. d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/flag/flag_test.go]
  34. 9b2c5da directory-per-package step 1: move files from lib/X.go to lib/X/X.go by Rob Pike · 16 years ago[Renamed from src/lib/flag_test.go]
  35. 575257d use proper strconv in string values. make test a little stronger. by Rob Pike · 16 years ago
  36. bbc190b make interface to the flags themselves more public. by Rob Pike · 16 years ago