Version
3.5-2369
Branch
global-user-directory
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
cf4c39d2be7d91abb5d2078d6c6e6a6fa0760c82
Change author
Pierre Bourdon
Change description
IniFile: Support extending the list of loaded keys and sections with data from other ini files.

Changes a lot of parsing code which previously was not aware of the notion of
key/value, and operated only with raw lines. Now key/value is the default and
lines are handled as raw only if they do not contain =, or they start with $ or
+ (for Gecko/AR compatibility).