10000 Tags · hanhandan/inih · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hanhandan/inih

Tags

r47

Toggle r47's commit message
Make INIReader not crash when INI_CALL_HANDLER_ON_NEW_SECTION enabled…

… (name NULL)

r46

Toggle r46's commit message
Tweak formatting of NULL in README for consistency

r45

Toggle r45's commit message
Make sure INI_CALL_HANDLER_ON_NEW_SECTION is defined (benhoyt#86)

(And stays disabled by default)

r44

Toggle r44's commit message
Tweaks and basics tests for C++ version

r43

Toggle r43's commit message
Add TravisCI badge at top of README

r42

Toggle r42's commit message
Silence -Wstringop-truncation (benhoyt#64)

This pull request fixes -Wstringop-truncation (implemented in GCC 8.1), without changing the behavior of the function.

r41

Toggle r41's commit message
Add support for changing start-of-line comment characters. Fixes benh…

…oyt#62

r40

Toggle r40's commit message
Add ini_parse_string() function for issue benhoyt#57, initially sugge…

…sted in PR benhoyt#38

r39

Toggle r39's commit message
Document INI_HANDLER_LINENO compile-time option

r38

Toggle r38's commit message
Fix \r\n EOLs in baseline_stop_on_first_error.txt

0