1. 22 Aug, 2019 1 commit
    • Tom's avatar
      Add CONFIG_OPTION_ALLOW_OVERRIDES · 7a0abde4
      Tom authored
      libconfig rejects settings with duplicate names by default.
      With this option enabled, libconfig will instead remove the old
      setting and add the new one.
      7a0abde4
  2. 14 Aug, 2019 3 commits
  3. 02 Aug, 2019 3 commits
  4. 26 Feb, 2019 1 commit
  5. 18 Feb, 2019 1 commit
  6. 25 Nov, 2018 1 commit
  7. 12 Nov, 2018 1 commit
  8. 10 Oct, 2018 5 commits
  9. 09 Oct, 2018 1 commit
  10. 08 Oct, 2018 1 commit
    • Frédéric Fauberteau's avatar
      Fix portability problem due to == test · 95874403
      Frédéric Fauberteau authored
      The "test" command, as well as the "[" command, are not required to know
      the "==" operator. Only a few implementations like bash and some
      versions of ksh support it.
      
      When you run "test foo == foo" on a platform that does not support the
      "==" operator, the result will be "false" instead of "true". This can
      lead to unexpected behavior.
      95874403
  11. 06 Sep, 2018 1 commit
  12. 02 Sep, 2018 2 commits
  13. 03 May, 2018 2 commits
  14. 28 Apr, 2018 1 commit
  15. 20 Feb, 2018 1 commit
  16. 14 Feb, 2018 2 commits
  17. 01 Feb, 2018 2 commits
  18. 06 Jan, 2018 4 commits
  19. 20 Dec, 2017 1 commit
  20. 19 Dec, 2017 1 commit
  21. 11 Dec, 2017 1 commit
  22. 07 Dec, 2017 1 commit
  23. 02 Dec, 2017 2 commits
  24. 25 Nov, 2017 1 commit