Posts tagged 'INI'
-
INI-1.0 released - October 8, 2004
Announcing the first major release of my INI parsing structure for SML/NJ. This is an add-on code module for SML that parses and creates the popular Windows-style INI configuration files also found in Samba and PHP. This release fixes a problem in handling escaped characters like â\tâ and â\nâ, and adds a couple simple examples.
-
INI-0.2 Released - August 11, 2004
Announcing the 0.2 prerelease of my INI parsing structure for SML/NJ. This is an add-on code module for SML that parses and creates the popular Windows-style INI configuration files. These files are also used in Samba and PHP. While this is a prerelease of the final version, it is mostly complete except for a couple odds and ends - full examples are the biggest requirement yet to meet for the final release.