1
0
mirror of https://github.com/benhoyt/inih.git synced 2025-02-05 07:08:23 +08:00

20 Commits

Author SHA1 Message Date
Stephan Lachnit
ee0bacace7
more meson stuff (#98)
* meson: add dependencies as variables
* README: add meson notes

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
2020-02-27 09:02:16 +13:00
Ben Hoyt
6edb31a218 Tweak formatting of NULL in README for consistency 2019-10-05 16:09:33 -04:00
Ben Hoyt
c2a54dcca1 Update README to mention INI_ALLOW_NO_VALUE 2019-10-05 16:08:26 -04:00
Ben Hoyt
185923c7f3
Update README.md 2019-05-29 08:29:12 -04:00
Ben Hoyt
1d07c47906 Add TravisCI badge at top of README 2019-04-08 20:58:26 -04:00
Ben Hoyt
977efc5e73 README tweaks; unittest.c spacing tweaks 2019-04-08 20:42:16 -04:00
ksdhans
be59185856 Add option to call handler when a new section is encountered (#79)
Some programs have ini files with multiple sections that have the same name, which would make it very useful to know when a new section is encountered.

This patch adds this ability as an option that's enabled by setting INI_CALL_HANDLER_ON_NEW_SECTION to 1
2019-04-08 08:44:21 -04:00
Ben Hoyt
41fae03717 Add support for changing start-of-line comment characters. Fixes #62 2018-02-09 11:21:00 -05:00
Ben Hoyt
d709bdac5b Add support for realloc for very long lines (fixes #61) 2017-12-14 16:01:30 -05:00
Ben Hoyt
4b83b02311 Fix typo in Windows/Unicode note 2017-07-10 11:52:55 -04:00
Ben Hoyt
3a4cd73f6e Add note about Unicode filenames on Windows (thanks @WilliamFeely) 2017-07-10 11:52:14 -04:00
Ben Hoyt
56edbbbef9 Add ini_parse_string() function for issue #57, initially suggested in PR #38 2017-05-31 08:52:42 -04:00
Ben Hoyt
f5609c8eae Document INI_HANDLER_LINENO compile-time option 2016-12-29 11:01:10 -05:00
Ben Hoyt
5e965dc18d Small tweak for inline comments 2016-01-02 12:56:31 -05:00
Ben Hoyt
6d3ca54bd7 Add docs for inline comment handling 2016-01-02 12:55:25 -05:00
Ben Hoyt
5c93f2e643 Add note about ini_parse_file and ini_parse_stream, including example link 2015-07-30 18:37:30 -04:00
Ben Hoyt
9b8c59999c Update link to INIReader.h from Google Code to GitHub 2015-03-21 20:01:58 -04:00
Ben Hoyt
d6945571ad fix links, fix langs 2015-03-12 16:32:41 -04:00
Ben Hoyt
24705def21 Add "differences from ConfigParser 2015-03-12 16:28:14 -04:00
Ben Hoyt
56aa2c2543 Copy README.md from Google Code page 2015-03-12 16:25:13 -04:00