- 09 May, 2007 1 commit
-
-
rswindell authored
the key doesn't exist.
-
- 15 Oct, 2005 1 commit
-
-
rswindell authored
-
- 13 Oct, 2005 1 commit
-
-
rswindell authored
-
- 28 Sep, 2005 1 commit
-
-
rswindell authored
(should LOG_INFO be the only abbreviated string?).
-
- 18 Sep, 2005 1 commit
-
-
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.
-
- 22 Jun, 2005 1 commit
-
-
rswindell authored
-
- 21 Jun, 2005 1 commit
-
-
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.
-
- 20 Jun, 2005 1 commit
-
-
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).
-
- 01 May, 2005 1 commit
-
-
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).
-
- 16 Apr, 2005 1 commit
-
-
rswindell authored
the file if it doesn't exist (previously, it would always create it).
-
- 22 Oct, 2004 1 commit
-
-
rswindell authored
filenames, using file.host.ini, if it exists, in place of file.ini.
-
- 09 Sep, 2004 1 commit
-
-
rswindell authored
functions are ever DLL-exported.
-
- 24 Aug, 2004 2 commits
- 23 Aug, 2004 1 commit
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- 11 Aug, 2004 3 commits
- 02 Jul, 2004 2 commits
- 16 Jun, 2004 2 commits
- 04 Jun, 2004 1 commit
-
-
rswindell authored
-
- 28 May, 2004 3 commits
-
-
rswindell authored
iniSetBitField() has new argument order more closely matching iniGetBitField(). Created iniSetStringList(). Default separator (,) for iniGetStringList() and iniSetStringList().
-
rswindell authored
-
rswindell authored
Removed ustrListAddAt() (not needed). Created iniReadFile() and iniWriteFile().
-
- 11 May, 2004 1 commit
-
-
rswindell authored
-
- 16 Sep, 2003 1 commit
-
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-
- 18 May, 2003 1 commit
-
-
rswindell authored
specified, will limit the sections that are returned to those that begin with the specified prefix (which is removed from the section names).
-
- 15 May, 2003 1 commit
-
-
rswindell authored
-
- 09 May, 2003 2 commits
- 05 May, 2003 2 commits
- 18 Mar, 2003 1 commit
-
-
rswindell authored
representing each string item in a delimited key (e.g. "item1, item2").
-
- 21 Jul, 2002 2 commits
- 26 Apr, 2002 1 commit
-
-
rswindell authored
-
- 25 Apr, 2002 1 commit
-
-
rswindell authored
-
- 06 Apr, 2002 1 commit
-
-
rswindell authored
-