1. 18 Jul, 2022 1 commit
  2. 27 Apr, 2022 3 commits
  3. 25 Apr, 2022 1 commit
  4. 19 Apr, 2022 2 commits
  5. 11 Apr, 2022 1 commit
  6. 06 Apr, 2022 1 commit
    • Stefan Schubert's avatar
      Issue 159 (#160) · c9658f24
      Stefan Schubert authored
      * new options comment, delimiters
      
      * check syntax call
      
      * parsing single file only
      c9658f24
  7. 05 Feb, 2022 1 commit
  8. 04 Jan, 2022 2 commits
  9. 11 Nov, 2021 5 commits
  10. 10 Nov, 2021 1 commit
  11. 08 Nov, 2021 1 commit
  12. 04 Aug, 2021 1 commit
    • Ignaz Forster's avatar
      Allocate fixed length filename buffer · 732ef916
      Ignaz Forster authored
      Valgrind found a memory leak when calling
      
      econf_file *kf;
      econf_readFile(&kf, "test.ini", "=", "#");
      econf_freeFile(kf);
      
      This is caused by the global variable last_scanned_filename which is
      assigned dynamically and thus won't be free'd on exit.
      Just use fixed size array instead.
      
      Also declare the global variables static while at it.
      732ef916
  13. 09 Jul, 2021 1 commit
  14. 08 Jul, 2021 7 commits
  15. 07 Jul, 2021 3 commits
  16. 13 Apr, 2021 1 commit
  17. 12 Apr, 2021 1 commit
    • Stefan Schubert's avatar
      Added econftool cat option (#146) · 1513a26f
      Stefan Schubert authored
      * Added "cat" option to econftool 
      * new API call: econf_readDirsHistory (showing ALL locations)
      * new API call: econf_getPath (absolute path of the configuration file)
      1513a26f
  18. 08 Apr, 2021 5 commits
  19. 07 Apr, 2021 2 commits