search for: rsync_vm

Displaying 3 results from an estimated 3 matches for "rsync_vm".

Did you mean: rsync_tm
2002 Jan 07
0
rsync-2.5.1 / zlib patches
...;. Compaq C on OpenVMS can not translate this to an OpenVMS specification. The MACRO _MSC_VER is being tested for a value, when it may not exist. The prototype for strerror() is different than the one in the standard header file. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.ZLIB]ADLER32.GDIFF;1 --- ref_zlib:adler32.c Thu May 7 01:19:41 1998 +++ lcl_zlib:adler32.c Sun Jan 6 08:43:46 2002 @@ -1,3 +1,4 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_zlib:adler32.tpu on 6-JAN-2002 08:43:46.62 OPENVMS_AXP */ /* adler32.c -- compute the Adler-32 checksum...
2002 Jan 07
0
rsync-2.5.1 / lib patches
...5 Compiler switches: /WARN=ENABLE=(LEVEL4, QUESTCODE) fnmatch.c and mdfour.c. Compaq C on OpenVMS can not deal with relative path names in #include files. Also the local prototype for getenv() does not match the one in stdlib.h. -John wb8tyw@qsl.network Personal Opinion Only PROJECT_ROOT:[rsync_vms.LIB]FNMATCH.GDIFF;1 --- ref_lib:fnmatch.c Sat Jan 29 05:35:04 2000 +++ lcl_lib:fnmatch.c Sun Jan 6 08:42:06 2002 @@ -1,4 +1,9 @@ +/* Converted by prj_src:unix_c_to_vms_c.tpu AND prj_lib:fnmatch.tpu on 6-JAN-2 002 08:42:06.02 OPENVMS_AXP */ +#ifdef __VMS +#include "rsync.h" +#els...
2002 Jul 21
5
superlifter design notes (OpenVMS perspective)
> Qualities > > 1. Be reasonably portable: at least in principle, it should be > possible to port to Windows, OS X, and various Unixes without major > changes. In general, I would like to see OpenVMS in that list. > Principles > > 1. Clean design rather than micro-optimization. A clean design allows optimization to be done by the compiler, and tight optimization