remotedb exports LibVersion instead of VersionNum.
Stewart Brodie authored
Detail:
  Changing the exported name stops confusion in the compiler.
Admin:
  Not tested - only changed the exported filename.


Version 0.08. Tagged as 'remotedb-0_08'
33bf658c
Name Last commit Last update
c * remotedb is now properly namespaced, all calls and visible variables are prefixed "remote_". Previously only some of the calls were namespaced, now they all are. This may break some apps that used remotedb directly instead of using DebugLib, but the changes needed will be small. This change was done because I was getting a nameclash with some other source that defined debug_vprintf.
daemon Removed sending :ack from the daemon as the code to handle it is not in any version of the client source we have.
h * remotedb is now properly namespaced, all calls and visible variables are prefixed "remote_". Previously only some of the calls were namespaced, now they all are. This may break some apps that used remotedb directly instead of using DebugLib, but the changes needed will be small. This change was done because I was getting a nameclash with some other source that defined debug_vprintf.
!Mk,fd7 * Improved namespacing of functions throughout remotedb. External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb
!MkClean,fd7 * Tidied build process. Now creates o.dirs when it creates o and z dirs, and make clean wipes these folders completely now. MkClean now does stripdepend, if it is available.
!MkExport,fd7 * Improved namespacing of functions throughout remotedb. External functions weren't able to be renamed, so as not to break compatability with programs that use remotedb
.gitattributes * remotedb library moved onto trunk.
LICENSE * remotedb library moved onto trunk.
Makefile remotedb exports LibVersion instead of VersionNum.
VersionNum remotedb exports LibVersion instead of VersionNum.