- 21 Jan, 2000 1 commit
-
-
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'
-
- 21 Sep, 1999 1 commit
-
-
John Beranek authored
* 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. * Updated DebugLib will be checked-in that uses new naming scheme. Version 0.07. Tagged as 'remotedb-0_07'
-
- 26 May, 1999 1 commit
-
-
John Beranek authored
* 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 * Added a new API call "remote_debug_print_line". It is similar to "debug_print_line", except that it takes flags, and you can pass the length of the line you want to output (so you can pass non-NULL terminated strings). The one used bit in the flag is bit 1, which if set means that the debug output should be "raw", i.e. bypass the priority code, and not force a \n at the end of the line. The next DebugLib version (0.38) will use this raw mode. * Renamed the remotedb_version function to remote_debug_version to better fit the namespacing of the rest of the (correctly namespaced) API calls. Compatability shouldn't be too much of a concern, because it's a new API call, which very few people will be using. * Added -throwback into !Mk and !MkExport * Changed C flags to -ffah, to stop function name embedding...this was causing problems with using DebugLib Trace output with remotedb. Version 0.06. Tagged as 'remotedb-0_06'
-
- 24 May, 1999 2 commits
-
-
Simon Middleton authored
Removed sending :ack from the daemon as the code to handle it is not in any version of the client source we have. Version 0.05. Not tagged
-
Stewart Brodie authored
Detail: Session command handler function pointer was being left uninitialised. If you were lucky, it data aborted ... When preformatting output with vsprintf, it's not a great idea to pass the destination buffer as one of the substitution strings, otherwise it disappears up itself and generates a puff of smoke. Admin: Tested with CLI_App. Version 0.05. Tagged as 'remotedb-0_05'
-
- 24 Feb, 1999 2 commits
-
-
John Beranek authored
* 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. * No source changes, so no version increment Version 0.04. Not tagged
-
Simon Middleton authored
Stopped version string from including the space at the end unnecessarily. This fix means that this code now works! Previously the version string with the space wasn't matched correctly by the daemon and so it failed with no errors. This code will still fail if branmch development goes on. Suggest that someone fix the daemon by then. Version 0.04. Tagged as 'remotedb-0_04'
-
- 05 Nov, 1998 2 commits
-
-
ROOL authored
* Added version number string (created from SrcCommit info) and version number method (remotedb_version). * VersionNum file also gets copied to Export directory, so it's easy to see what version you've got compiled. Version 0.03. Tagged as 'remotedb-0_03'
-
ROOL authored
Version 0.02. Tagged as 'remotedb-0_02'
-