- 26 Jun, 2016 1 commit
-
-
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'
-
- 29 May, 2015 1 commit
-
-
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'
-
- 04 Mar, 2013 1 commit
-
-
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'
-
- 10 May, 2012 1 commit
-
-
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'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 6.22. Tagged as 'Net-6_22'
-
- 17 Nov, 2011 1 commit
-
-
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'
-
- 03 Dec, 2003 1 commit
-
-
Ben Avison authored
Version 6.20. Tagged as 'Net-6_20'
-
- 17 Jan, 2003 2 commits
-
-
Kevin Bracey authored
Changed to use VersionNum. Version 6.19. Tagged as 'Net-6_19'
-
Kevin Bracey authored
-