1. 26 Jun, 2016 1 commit
    • Robert Sprowson's avatar
      Build fix · 647c2386
      Robert Sprowson authored
      Messages were ending up registered as Resources.Net.Messages.Net.Messages due to using the wrong makefile variable.
      
      Version 6.26. Tagged as 'Net-6_26'
      647c2386
  2. 29 May, 2015 1 commit
    • Robert Sprowson's avatar
      Have Net look after its own messages · fdd1d490
      Robert Sprowson authored
      Net was trying to share some messages with the Econet module, though on balance this wasn't particularly useful as it then needed to duplicate message handling code to keep 2 files open. Because those messages were held in AUNMsgs they didn't get tokenised in ROM, overall ending up taking more space.
      
      Register in ResourcesFS at run time for RAM targets, add tokenisation directives for ROM targets, removed redundant !Configure related strings.
      Changed the messages fd to be int's to ensure word alignment.
      Removed inappropriate Service_MessageFileClosed handler, MessageTrans reopens the files (since the fd is in the RMA) so no need to reopen them a second time. This service call is intended to recache direct pointers to tokens, but none are ever taken.
      Save time by just making textbuf a zero length string rather than memset()ing the whole buffer.
      Resolved a couple more compiler warnings (but NetG still doesn't compile).
      Fix bug where a failure to enable the internet event would decrement the internet event count for any other modules interested in that event.
      Use CMHG finalisation rather than atexit().
      Error "AUN not configured" now uses a non zero trappable error number.
      Error number for BadSWI corrected from 0x111 to 0x110.
      
      Requires HdrSrc-2_51 for the error number.
      
      Version 6.25. Tagged as 'Net-6_25'
      fdd1d490
  3. 04 Mar, 2013 1 commit
    • Robert Sprowson's avatar
      Makefile recreated from fragments · 664978ea
      Robert Sprowson authored
      Reduce proliferation of cmhg files by passing in international help switch
      Remove use of module name in MNS (using cmhg's magic no-such-swi return value)
      
      Version 6.24. Tagged as 'Net-6_24'
      664978ea
  4. 10 May, 2012 1 commit
    • Robert Sprowson's avatar
      Build fix to work with TCPIPLibs-5_54. · 0d0c9c91
      Robert Sprowson authored
      Service calls, OSBytes, vector numbers all changed to use centralised defines.
      Econet peek modified to use Module_Version from the VersionNum file.
      Compiles, but not tested.
      
      Version 6.23. Tagged as 'Net-6_23'
      0d0c9c91
  5. 14 Jan, 2012 1 commit
  6. 17 Nov, 2011 1 commit
    • Robert Sprowson's avatar
      Fix up a few missing header files. · d03ada55
      Robert Sprowson authored
      Now NetI compiles as well as Net, but NetG still broken.
      Trim makefile to remove dead wood, and use shared 'StdTools' and 'ModuleLibs'.
      Compiles, but not tested.
      
      Version 6.21. Tagged as 'Net-6_21'
      d03ada55
  7. 03 Dec, 2003 1 commit
    • Ben Avison's avatar
      ANSIized. · a5d1b4d6
      Ben Avison authored
      Version 6.20. Tagged as 'Net-6_20'
      a5d1b4d6
  8. 17 Jan, 2003 2 commits