|
From: Tim R. <row...@us...> - 2003-05-09 01:07:19
|
Update of /cvsroot/squeak/squeak/platforms/RiscOS/plugins/SocketPlugin In directory sc8-pr-cvs1:/tmp/cvs-serv6982/RiscOS/plugins/SocketPlugin Modified Files: sqRPCNetPlugin.c Log Message: Modified Files: RiscOS/plugins/FileCopyPlugin/sqRPCFileCopy.c comment change RiscOS/plugins/FilePlugin/sqRPCDirectory.c timezone/stamp calculation fixes RiscOS/plugins/SocketPlugin/sqRPCNetPlugin.c comment change RiscOS/plugins/SoundPlugin/sqRPCSound.c RiscOS/vm/fperrors.s remove dead code, 32bit fix RiscOS/vm/osExports.c RiscOS/vm/sqArgument.c new window label argument RiscOS/vm/sqPlatformSpecific.h RiscOS/vm/sqRPCClipboard.c clipboard works! RiscOS/vm/sqRPCEvents.c RiscOS/vm/sqRPCExternalPrims.c comment change RiscOS/vm/sqRPCFormPrint.c RiscOS/vm/sqRPCSyscall.c comment change RiscOS/vm/sqRPCWindows.c RiscOS/vm/dsc/block,fff add timezone related call Added Files: RiscOS/vm/sqRPCVersion.c use as a kind of vm compiletime timestamp Index: sqRPCNetPlugin.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/RiscOS/plugins/SocketPlugin/sqRPCNetPlugin.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sqRPCNetPlugin.c 24 Oct 2001 23:14:02 -0000 1.1.1.1 --- sqRPCNetPlugin.c 9 May 2003 01:07:16 -0000 1.2 *************** *** 1,3 **** ! /* Unix socket support. * * Author: Ian Piumarta (ian...@in...) --- 1,17 ---- ! /**************************************************************************/ ! /* A Squeak VM for Acorn RiscOS machines by Tim Rowledge */ ! /* ti...@su... & http://sumeru.stanford.edu/tim */ ! /* Known to work on RiscOS >3.7 for StrongARM RPCs and Iyonix, */ ! /* other machines not yet tested. */ ! /* sqRPCNetPlugin.c */ ! /* hook up to RiscOS socket stuff */ ! /**************************************************************************/ ! ! /* To recompile this reliably you will need */ ! /* OSLib - http://ro-oslib.sourceforge.net/ */ ! /* Castle/AcornC/C++, the Acorn TCPIPLib */ ! /* and a little luck */ ! ! /* Shamelessly copied from Unix socket support. * * Author: Ian Piumarta (ian...@in...) |