Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024
About Us
Magazine
Open Source
CVS
Services
Index  »  Projects  »  libcfg+  »  Download  »  release 0.5.2

Release
Go Back ]
Name 0.5.2
Date and Time 2002-07-19 00:41
State unsupported
License GNU GPL
Attached Files libcfg+-0.5.2.tar.gz (140,914 bytes)library TGZ package
Summary
There are some API changes to get better libcfg+ parsing context creation functions.
All elements are now counted from 0 to get analogical behaviour in command line array
items, configuration file bytes, and configuration file lines. A bug with property
cleaning has been fixed. Various virtual properties have been added for setting up
two or more real properties in one function call. Some internal functions have been
improved. There are documentation updates.
Changelog
   version 0.5.2, July 19, 2002 (official release)
   
     * important API changes to get better libcfg+ parsing
       context creation functions; parameter argc and end_pos are
       not used in standart context creation functions, parameter
       size is used instead; if you already use libcfg+, please
       make following substitutions:
          + cfg_get_cmdline_context() function call for
            cfg_get_cmdline_context_argc()
          + cfg_set_cmdline_context() function call for
            cfg_set_cmdline_context_argc()
          + cfg_get_cfgfile_context() function call for
            cfg_get_cfgfile_context_pos()
          + cfg_set_cfgfile_context() function call for
            cfg_set_cfgfile_context_pos()
     * all elements are now counted from 0 to get analogical
       behaviour in command line array items, configuration file
       bytes and configuration file lines; in fact, this issue
       affects only configuration file lines, which was counted
       from 1 till this change
     * fixed bug with property cleaning
     * various virtual properties added for setting up two or
       more real properties in one function call
     * improved internal functions split_multi_arg() and
       unquote_single_arg()
     * example is now installed with documentation
     * documentation update

Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top · Feedback form · Application form
Report bug on PLATON.SK website · Terms of use · Privacy policy