Recent changes

From Spectrum Hardware Docs

Jump to: navigation, search

Track the most recent changes to the wiki on this page.

Below are the last 50 changes in the last 7 days, as of 08:37, 20 August 2008.
Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide minor edits | Show bots | Hide anonymous users | Hide logged-in users | Hide patrolled edits | Hide my edits
Show new changes starting from 08:37, 20 August 2008

19 August 2008

17 August 2008

16 August 2008

  • (diff) (hist) . . N Gethostbyname‎; 12:27 . . (+1,696) . . Winston (Talk | contribs) (New page: '''gethostbyname (IXCALL 0x3E27)''' - get network host entry == Synopsis == ''Assembly language'' ld hl, STR_HOSTNAME ld de, BUF_ADDRESS ld ix, GETHOSTBYNAME call IXCALL...)
  • (diff) (hist) . . N Sockclose‎; 11:53 . . (+19) . . Winston (Talk | contribs) (Redirecting to Close)
  • (diff) (hist) . . N Close‎; 11:52 . . (+783) . . Winston (Talk | contribs) (New page: '''close, sockclose (HLCALL 0x3E03)''' - close a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, CLOSE call HLCALL ''C'' #include <sys/socket.h...)
  • (diff) (hist) . . N Sendto‎; 11:39 . . (+2,130) . . Winston (Talk | contribs) (New page: '''sendto (IXCALL 0x3E18)''' - send a message via a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_SOCKINFO ld de, BUF_DATA ld bc, BUF_DATA_...)
  • (diff) (hist) . . Nm Recvfrom‎; 10:51 . . (+2,519) . . Winston (Talk | contribs) (New page: '''recvfrom (IXCALL 0x3E1B)''' - receive a message from a socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld hl, BUF_CONNINFO ld de, BUF_DATA ld bc, BUF_DAT...)
  • (diff) (hist) . . N Send‎; 10:27 . . (+1,202) . . Winston (Talk | contribs) (New page: '''send (HLCALL 0x3E12)''' - send data via a connected socket == Synopsis == ''Assembly language'' ld a, (v_sockfd) ld de, BUFFER_ADDR ld bc, BUFFER_SIZE ld hl, SEND call...)
Views
Personal tools