Skip to content
Snippets Groups Projects
  1. Oct 12, 2005
  2. Sep 28, 2005
  3. Sep 18, 2005
  4. Sep 11, 2005
  5. Jun 29, 2005
  6. Jun 28, 2005
  7. Jun 25, 2005
  8. Jun 24, 2005
  9. Jun 23, 2005
  10. Jun 22, 2005
  11. Jun 21, 2005
    • rswindell's avatar
      Created Read/Get/Set functions for LongInt, NamedInt, and NamedFloat. · c10cf9e9
      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.
      c10cf9e9
  12. Jun 20, 2005
  13. May 01, 2005
    • rswindell's avatar
      iniGet*() and ini*Exists() functions now take a str_list_t rather than a · fbae8133
      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).
      fbae8133
  14. Apr 16, 2005
  15. Mar 27, 2005
  16. Mar 26, 2005
  17. Jan 08, 2005
  18. Dec 23, 2004
  19. Nov 04, 2004
  20. Nov 03, 2004
  21. Oct 23, 2004
    • rswindell's avatar
      Bugfixes to iniReadStringList(): · 93cddc01
      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
      93cddc01
  22. Oct 22, 2004
  23. Sep 11, 2004
  24. Sep 09, 2004
  25. Aug 24, 2004
  26. Aug 23, 2004
  27. Aug 11, 2004
  28. Aug 09, 2004
Loading