UnstableChanges

Summary

  1. Socket: more fixes for win32/aos3 (details)
  2. Socket: avoid warning on aos3 (details)
  3. RISC OS: add SocketWatch module to distribution (details)
  4. RISC OS: use SocketWatch for socket activity (details)
Commit ae8b58e408fb588c3d730a5804270d58cb4cb3ba by John-Mark Bell
Socket: more fixes for win32/aos3
These special snowflakes have specialised socket close APIs, so ensure
that we use the correct one. Additionally, there's no guarantee that
their socket() API signature matches the POSIX definition, so wrap it up
and cast the result.
The file was modifiedutils/inet.h (diff)
The file was modifieddesktop/gui_factory.c (diff)
Commit cf2e5b5bc6580d5efeef1a15af1d705c6ddf0fcb by John-Mark Bell
Socket: avoid warning on aos3
The file was modifiedutils/inet.h (diff)
Commit 98b3d3c191fe9097cd4b8d67060aebcea095a85d by John-Mark Bell
RISC OS: add SocketWatch module to distribution
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Origin,b28 (diff)
The file was addedfrontends/riscos/distribution/!System/310/Modules/Network/SockWatch,ffa (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Source (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/!Info (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/!ReadMe (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Build,fd7 (diff)
The file was addedfrontends/riscos/distribution/3rdParty/SocketWatch/Source/Licence (diff)
Commit 9e4f598b7b2f6f92304f5f9e4ed359e7905b37a9 by John-Mark Bell
RISC OS: use SocketWatch for socket activity
Use SocketWatch to monitor our sockets and convert activity into a
pollword update. This allows us to ditch the schedule-based fetch path
and take the same one as we do on other platforms. This also allows us
to refactor the main poll loop such that we need only poll idle while
waiting for things to happen (once something has happened, we poll
aggressively until there are no non-pollword events left).
The file was modifiedfrontends/riscos/gui.c (diff)
The file was modifiedfrontends/riscos/scripts/Run (diff)