]> oss.titaniummirror.com Git - repo_shell.git/commit
Add support for /etc/repo_shell.cfg
authorR. Steve McKown <rsmckown@gmail.com>
Sun, 23 Sep 2012 18:49:37 +0000 (12:49 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Sun, 23 Sep 2012 18:49:37 +0000 (12:49 -0600)
commitbd8087cf1e4569fdbd4f09fa2bbb01c4c072e007
treee528c25e7ead30e5df7e79ba668c7d5441659af4
parent9f92ff54a7119d649dfb1e3110ea35f63fa00967
Add support for /etc/repo_shell.cfg

* Base configuration in /etc/repo_shell.cfg.
* Program name is now repo_shell
* Uses the inih library for ini parsing
26 files changed:
.gitignore
inih/LICENSE.txt [new file with mode: 0644]
inih/README.txt [new file with mode: 0644]
inih/cpp/INIReader.cpp [new file with mode: 0644]
inih/cpp/INIReader.h [new file with mode: 0644]
inih/cpp/INIReaderTest.cpp [new file with mode: 0644]
inih/examples/config.def [new file with mode: 0644]
inih/examples/ini_dump.c [new file with mode: 0644]
inih/examples/ini_example.c [new file with mode: 0644]
inih/examples/ini_xmacros.c [new file with mode: 0644]
inih/examples/test.ini [new file with mode: 0644]
inih/ini.c [new file with mode: 0644]
inih/ini.h [new file with mode: 0644]
inih/tests/bad_comment.ini [new file with mode: 0644]
inih/tests/bad_multi.ini [new file with mode: 0644]
inih/tests/bad_section.ini [new file with mode: 0644]
inih/tests/baseline_multi.txt [new file with mode: 0644]
inih/tests/baseline_single.txt [new file with mode: 0644]
inih/tests/bom.ini [new file with mode: 0644]
inih/tests/multi_line.ini [new file with mode: 0644]
inih/tests/normal.ini [new file with mode: 0644]
inih/tests/unittest.bat [new file with mode: 0644]
inih/tests/unittest.c [new file with mode: 0644]
inih/tests/user_error.ini [new file with mode: 0644]
repo-shell.c [deleted file]
repo_shell.c [new file with mode: 0644]