1. f187355 change import path to github.com/src-d/gcfg. by Santiago M. Mola · 8 years ago master v1.3.0
  2. bdb40b4 add ReadWithCallback. by Santiago M. Mola · 8 years ago
  3. 5b9f94e minor update for error handling by speter · 8 years ago
  4. 27e4946 warnings: add docs by speter · 8 years ago v1.2.0
  5. b50e5a0 add test by speter · 8 years ago
  6. 8dff24f allow ignoring non-fatal errors by speter · 8 years ago
  7. 74ad886 create new error type for extra data by speter · 8 years ago
  8. 5ac3e63 allow ignoring of non-fatal errors by speter · 8 years ago
  9. f6a77e2 subsection defaults: doc by speter · 8 years ago v1.1.0
  10. 846b249 subsection defaults: use section "default-<section-name>" as defaults for subsections by speter · 8 years ago
  11. 6b07053 subsection defaults: separate pass for subsections by speter · 8 years ago
  12. 083575c support pointer-to-slice by speter · 9 years ago v1.0.0
  13. a3bc074 Merge pull request #4 from akavel/create-empty-subsections by speter · 9 years ago
  14. 8cc107b create entries for empty subsections by Mateusz Czapliński · 9 years ago
  15. 0ef1a85 clarify license by speter · 9 years ago
  16. 5866678 all: migrate to gopkg.in/gcfg.v1 by speter · 9 years ago
  17. c2d3050 for multi-valued vars, "blank" value empties slice by speter · 10 years ago
  18. 69b3db8 revise handling of "blank" values by speter · 10 years ago
  19. 9bf5a57 improve error for extra characters by speter · 10 years ago
  20. 29a6500 update TODOs by speter · 10 years ago
  21. e5afbb9 pointer type, big.Int support, doc updates by speter · 10 years ago
  22. c30376d make int parsing mode configurable by speter · 10 years ago
  23. 1cca943 add types/; allow dec and hex for primitive int types by speter · 10 years ago
  24. 57b9f31 add README by speter · 10 years ago
  25. 96bfd85 specify name mapping via struct tag by speter · 10 years ago
  26. ca15770 bool values are case-insensitive by speter · 10 years ago
  27. b20c9bc ignore unexported fields by speter · 10 years ago
  28. 4c28d4c revise docs by speter · 10 years ago
  29. bc07574 support names starting with non-upper/lower-case letters by speter · 10 years ago
  30. cf5bf95 add example with hyphens by speter · 11 years ago
  31. 8a9acde refactor value parsing by speter · 11 years ago
  32. 8f07937 refactor value parsing / setting by speter · 11 years ago
  33. cf8cf94 parse primitive [u]int(|8|16|32|64) as decimal by speter · 11 years ago
  34. a37abf4 use UnmarshalText for bool, get rid of scanEnum by speter · 11 years ago
  35. e06c7c5 add support for UnmarshalText method (encoding/TextUnmarshaler in go1.2+) by speter · 11 years ago
  36. 98f8b3e rearrange docs and tests by speter · 11 years ago
  37. 4bedf98 doc cleanup by speter · 11 years ago
  38. bac3dfa add example, cleanup docs by speter · 11 years ago
  39. e2cf907 support multi-value variables by speter · 11 years ago
  40. 3c54f60 refactor tests by speter · 11 years ago
  41. c63f4c3 scanner: don't skip initial rune of comment by speter · 11 years ago
  42. 04225cb improve tests by speter · 11 years ago
  43. c0a80d0 use plain type name in value parse error messages by speter · 11 years ago
  44. 933a265 add and clarify TODOs by speter · 12 years ago
  45. 4eb2218 add missing support for `\n` and `\t` (values only) by speter · 12 years ago
  46. 67b99a1 support breaking lines with backslash-newline by speter · 12 years ago
  47. 11cac48 support escaping in strings by speter · 12 years ago
  48. 83e7e7f fix bug with EOF after value, improve error handling by speter · 12 years ago
  49. d5a875e improve error message consistency by speter · 12 years ago
  50. dead4f8 support partially quoted strings by speter · 12 years ago
  51. f235652 add TODO by speter · 12 years ago
  52. 0298c0c remove extra space by speter · 12 years ago
  53. 45786f2 Merge branch 'parser' by speter · 12 years ago
  54. 339f833 gofmt; unify license spelling by speter · 12 years ago
  55. c2a5102 parse using gcfg/scanner; improved error handling by speter · 12 years ago
  56. 0e42963 move set() to new file by speter · 12 years ago
  57. 328518f token,scanner: API change disclaimer by speter · 12 years ago
  58. 662492b add LICENSE by speter · 12 years ago
  59. 83e44f5 token,scanner: EOL is a delimiter, no literal for EOL by speter · 12 years ago
  60. c69b058 scanner: update docs by speter · 12 years ago
  61. 118f580 scanner: adapt and simplify ErrorList and ErrorHandler test by speter · 12 years ago
  62. 034874c scanner: add unquoted / partially quoted strings (values) by speter · 12 years ago
  63. 317a234 scanner: add fully quoted strings (subsection names) by speter · 12 years ago
  64. b377865 scanner: add identifiers by speter · 12 years ago
  65. 95a6e3a scanner: cleanup by speter · 12 years ago
  66. 5e0b265 scanner: add comments by speter · 12 years ago
  67. b4074e5 scanner: add EOL, operators by speter · 12 years ago
  68. 59f87ff scanner: temporarily disable tests to fix them one-by-one by speter · 12 years ago
  69. 2ea4cbb scanner: adapt example_test.go by speter · 12 years ago
  70. 12c2f08 scanner: remove code for unused tokens, add EOL, revise TestInit by speter · 12 years ago
  71. 37ac84b scanner: remove number scanning by speter · 12 years ago
  72. 3e3bf0d scanner: update imports by speter · 12 years ago
  73. 0fee812 scanner: import from "go/scanner" by speter · 12 years ago
  74. 16ddd83 token: update comments by speter · 12 years ago
  75. e58429b token: remove Precedence, IsKeyword, Lookup by speter · 12 years ago
  76. 361cfef token: add EOL, remove irrelevant tokens by speter · 12 years ago
  77. cff79db token: import from "go/token" by speter · 12 years ago
  78. c20d595 add LICENSE by speter · 12 years ago
  79. 186f0fe improve error handling for section headers by speter · 12 years ago
  80. 446d33f support long lines by speter · 12 years ago
  81. 28c1542 improve docs by speter · 12 years ago
  82. ba4bbc3 more explicit error messages and reflect checks by speter · 12 years ago
  83. 0638127 rearrange source files by speter · 12 years ago
  84. 3675b11 improve docs by speter · 12 years ago
  85. 617f046 examples: use gcfg.Read... instead of Read... by speter · 12 years ago
  86. eb83c1e improve error handling by speter · 12 years ago
  87. d7362f8 improve error handling by speter · 12 years ago
  88. c47a2ee improve docs by speter · 12 years ago
  89. c7ba0c3 revise API: unexport ScanEnum to reconsider API by speter · 12 years ago
  90. 22b6751 move test data file into testdata/ by speter · 12 years ago
  91. cbadf13 revise API: unexport DefaultValue for now by speter · 12 years ago
  92. ffef2d1 revise API: ParseXXX -> ReadXXXInto (ParseXXX functions that "just parse" may be added later) by speter · 12 years ago
  93. 3ce2fc1 improve docs by speter · 12 years ago
  94. c591193 simplify bool parsing by speter · 12 years ago
  95. 216aa81 move ScanEnum() to new file by speter · 12 years ago
  96. 4baaf14 refactor bool by speter · 12 years ago
  97. 7bd94fe refactor scan() and export as ScanEnum() by speter · 12 years ago
  98. 8e61dc2 add bool example, fix misleading error message by speter · 12 years ago
  99. c8ed082 improve godoc by speter · 12 years ago
  100. d552640 unexport Bool by speter · 12 years ago