- Oct 12, 2005
-
-
rswindell authored
the iniGet* functions. The other iniRead* functions do not support include files and ultimately the FILE* based API should probably be deprecated (and eventually go away) anyway.
-
- Sep 28, 2005
- Sep 18, 2005
-
-
rswindell authored
adding a new section (to the end of the .ini file). Created iniSetDefaultStyle() - to be used to override the static default style settings in ini_file.c. Bug-fix, don't use ini_style_t.section_separator for first section in file.
-
- Sep 11, 2005
-
-
deuce authored
-
- Jun 29, 2005
-
-
rswindell authored
of "bound-less" date/time values.
-
- Jun 28, 2005
-
-
rswindell authored
"CCYYMMDDTHHMMSS".
-
- Jun 25, 2005
-
-
rswindell authored
"0x0".
-
- Jun 24, 2005
-
-
rswindell authored
Added support for the JavaScript Date().toString() format in parseDateTime().
-
- Jun 23, 2005
- Jun 22, 2005
- Jun 21, 2005
-
-
rswindell authored
The LongInt functions allow the reading/writing of unsigned 32-bit integers. The NamedInt and NamedFloat functions allow the reading and writing of int/long and float/double values with associated names from a list of not-neccesarily consecutive or sequential named values.
-
- Jun 20, 2005
-
-
rswindell authored
with zero-based consecutive sequential integers. I plan on creating iniRead/Get/SetNamedInt functions later for more complex integer/string associations, but this should do for now (for SyncTERM).
-
- May 01, 2005
-
-
rswindell authored
pointer to such (no pointer necessary since the list isn't modified). This also fixes a bugs in a couple iniGet functions that assumed the arg was an array of pointers to strings (rather than a pointer to an array of pointers to strings). Since these functions haven't been used, the bug wasn't noticed. Created iniGetSectionCount() (used in v4upgrade.c).
-
- Apr 16, 2005
-
-
rswindell authored
the file if it doesn't exist (previously, it would always create it).
-
- Mar 27, 2005
-
-
rswindell authored
(which could conceivably be bigger than INI_MAX_VALUE_LEN) if the key or value is missing.
-
- Mar 26, 2005
-
-
rswindell authored
allowing for platform-specific configuration files.
-
- Jan 08, 2005
-
-
rswindell authored
-
- Dec 23, 2004
-
-
rswindell authored
iniFileName().
-
- Nov 04, 2004
-
-
rswindell authored
values. parseBool() now treats "yes" to be the same as "true".
-
- Nov 03, 2004
-
-
rswindell authored
-
- Oct 23, 2004
-
-
rswindell authored
* If a default value of NULL is passed and there is no key (or the value is blank), NULL is returned, rather than single value of "(null)" * White-space chars prepended to values following separators are now stripped
-
- Oct 22, 2004
-
-
rswindell authored
filenames, using file.host.ini, if it exists, in place of file.ini.
-
- Sep 11, 2004
-
-
rswindell authored
truncsp() on Win32 anyway).
-
- Sep 09, 2004
-
-
rswindell authored
functions are ever DLL-exported.
-
- Aug 24, 2004
- Aug 23, 2004
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- Aug 11, 2004
- Aug 09, 2004
-
-
rswindell authored
reading or writing a "(null)" string value.
-