Fixes:
- Major fix for merging list entries
Under certain conditions, the merge of list entries provides unexpected and wrong results, because it overwrite the wrong entries.
This fix reworks the complete list merge to work correctly. - Improve handling of virtual filesystems
OS calls likeexec
are prohibited if a virtual file system is given. Unfortunately it only checks whether such a filesystem is given.
It does not take into account, that the given filesystem might be the OS filesystem. This is fixed.
Additionally we now build windows binaries and there is a simple build target in the makefile.