Description: fcl-registry
This file as text.
(active) Revisions in this set:
1c8a1407f5388f8d18c31162e71017c873db0d89,1095433a37b24bed1563b786f1d7bf76075e262f
Clicking a revision will expand files
* Added unicode sample using unicodestring
* Dotted filenames for package fcl-registry
(inactive) Revisions in this set 17aa8da99f5fe4049cb9050522830c9798630f36,6c7da3cca4233131377b81368f07a7c2cef85cc4,61cd2e219d7e185a293ace5a5592d7019d3f1a05,587397253df55fbf19c82129e8413a13d8bf7bca,2c196ee8a9f1c0cc419b561f55996b7b86a04f5d,050a342101549189ada47267944d9494b610f7de,5d69ba2cd895cb74fb6a13bbe3ea23f3c29e781a,30587299ea290ed23669ba95a96e1d1503a347b3,9c110db56893b9c96b5c54e4b0e01c9046c0a5b9,9956cafa6519a5572256e4312b7d30f6a57652bf,cd13d5bb3a6930d0b5d41a6602e4d081e171cbcd
* Patch from Bart Broersma to implement Int64 support in xmlreg (bug
Mantis 0035227)
* Patch from Bart Broersma to fix deleting non-empty key (bug ID
000035132)
* Patch from Serge Anvarov to use local time for keyinfo (bug
Mantis 0035100)
* Patch from Serge Anvarov (bug
Mantis 0035102) to reduce code duplication
* TRegistryIniFile: Fixed uninitialized Result in ValueExists(). Implemented SectionExists().
* Reverted
0041816 to allow TXmlRegistry.DeleteKey() delete the key and all its children. It is Delphi compatible. Windows implementation of TRegistry.DeleteKey() was fixed accordingly.
* TXmlRegistry: When a key name starts with \ or / it means the absolute path to the key is specified. So ignore the currently selected key when an absolute key is requested.
* TRegIniFile: When accessing a section do not change/close the current open key.
* TRegIniFile should work properly with the XML registry. The tregistry2 test should work on any platform.
* Allow vendor specific registry XML files. Patch by Iluha Companets. Fixes issue
0040910
* Patch from Iluha Companets to avoid crash when registry XML file is empty. Fixes issue
0040912