diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-08 12:04:46 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-08 12:04:46 -0400 |
commit | 5b1a3a83c3ea4279a957fdcb381093caffe63cba (patch) | |
tree | 79d00e07afe4e6b6980978782a6086195a481cc0 /tests/test_ini.c | |
parent | 701dfa89222f5ae20288623b4994428871513d81 (diff) | |
download | stasis-5b1a3a83c3ea4279a957fdcb381093caffe63cba.tar.gz |
Finish type hinting implementation
* ini_getval_* functions now able to affect rendering mode using INI_READ_RAW and INI_READ_RENDER
* Created pointers to deeply nested structures to increase readability
* Output from ini_write() is more consistent, with fewer errant spaces and line feeds
* Fixes accidental regression in #19. INIVAL_TYPE_STR_ARRAY never produced an array of pointers to char. This needs to be corrected in the future. i.e. It has always generated a new-line delimited string, not a StrList, or array.
Diffstat (limited to 'tests/test_ini.c')
0 files changed, 0 insertions, 0 deletions