Thu Dec 26 15:55:26 MSK 2002
- inital release
- added classes from osec and colorifer
- first version of Config object
- setup namespace as Ing
Mon Dec 30 16:02:07 MSK 2002
- added const's to chars * in PerlRE
Sun Jan  5 14:59:15 MSK 2003
- split parse method into two: parse_file and parse_buf
- parsing in the memory will be used in alternatives processing
Wed Jan  8 15:14:30 MSK 2003
- added filesystem class (walking throw directory hieracly using fts)
- added to errors: system error and glibc error
Thu Jan 16 18:43:42 MSK 2003
- last preparation of test.cpp to fork to other package
Fri Jan 17 13:06:28 MSK 2003
- alt_storage removed
Mon Jan 20 15:13:21 MSK 2003
- rewrite using xmlHasProp/xmlGetProp
- fixing(rewriting) end_group() processing (callback when level of next dir )
Mon Jan 27 18:00:29 MSK 2003
- indent sources
Tue Feb  4 12:40:12 MSK 2003
- fix map usage
Wed Feb  5 11:54:30 MSK 2003
- added unslash function
Fri Feb 28 12:08:04 MSK 2003
- fix library building
Tue Mar  4 15:32:50 MSK 2003
- move __PRETTY_FUNCTION__ under macros
  sources more readable now
Thu Mar  6 15:24:19 MSK 2003
- string now default type and so optional under <option>
Wed Mar 12 12:04:22 MSK 2003
- fix Color object:no deps on Config, right usage of tinfo
- fix PerlRE object: use protected/virtual functions instead of static callback
- fix FileSystem object : if (!t) ==> if (t) in destructor
- fix RegularExpr objext: removed __GNUC__
Fri Mar 14 23:21:03 MSK 2003
- removed set methods from Config object: wrong compilation, I think I'm using 
  some undocumented feature again ;(
Wed Mar 19 14:02:10 MSK 2003
- reduce race in FileSystem object
Sun Mar 30 18:35:16 MSD 2003
- move option value under option container
  (parameter string may have limits in some XML parsers)
    old value parameter still live for
    the backward compatibility, but deprecated
- added testcase for Config object
Sat Apr  5 17:07:23 MSD 2003
- fix testsuite accroding latest changes in Config object
