- 26 May, 2013 1 commit
-
-
Robert Sprowson authored
The built in headers with cc 5.70 include new non-ANSI defines in <errno.h> which clash with some of the names in TCPIPLibs:sys/errno.h This change extends the practice in some of the disc based utils to not include <errno.h> when __unix is not defined (since the symbol for errno is also declared as extern at the top of the TCPIPLibs copy) to avoid the duplication and hence the clash. Built with cc 5.70, but no runtime testing. Version 5.51. Tagged as 'Internet-5_51'
-
- 19 Sep, 2012 1 commit
-
-
Robert Sprowson authored
To save a little disc space the default is the RISC OS 5 cream colour folder, hence only the deltas (Ursula and Morris4) are needed. Also, use Push/Pull in RMFind, move !Run into LocalRes: because it's english. Version 5.50. Tagged as 'Internet-5_50'
-
- 02 Sep, 2012 1 commit
-
-
Robert Sprowson authored
See changelog for revision 4.25, same idea, different implementation.
-
- 31 Aug, 2012 1 commit
-
-
Ben Avison authored
Detail: Install rule could only be run once because the redirection of the output of awk failed because the file already existed and was read-only. Fixed by wiping the destination directory before we start. Admin: Checked in a disc build. Retagged as 'Internet-5_49' Version 5.49. Not tagged
-
- 28 Aug, 2012 1 commit
-
-
Robert Sprowson authored
As featured on the ROOL USB sticks, adds bz2 alias. Version 5.49. Tagged as 'Internet-5_49'
-
- 07 Jul, 2012 1 commit
-
-
Robert Sprowson authored
When included in a ROM in emergency utils form this isn't an application, so !Boot is unnecessary as !Run does the same initial variable assignments. Also, since there are no sprites in that case, don't iconsprites the non existant file. Version 5.48. Tagged as 'Internet-5_48'
-
- 14 Jan, 2012 1 commit
-
-
Steve Revill authored
Version 5.47. Tagged as 'Internet-5_47'
-
- 24 Oct, 2009 1 commit
-
-
Jeffrey Lee authored
Version 5.46. Tagged as 'Internet-5_46'
-
- 30 Sep, 2009 1 commit
-
-
Jeffrey Lee authored
Detail: The source code needed for the StatisticEnumerate service call hasn't been released yet, so to enable the Internet component to build the source will automatically fall back to a hardcoded value of the service code ID number. Admin: Built on Iyonix. Tested (ish) on BeagleBoard. Version 5.45. Not tagged
-
- 09 Nov, 2004 1 commit
-
-
Ben Avison authored
Retagged since this won't affect code generation for existing builds. -------
-
- 11 Jul, 2004 1 commit
-
-
Steve Revill authored
Detail: Now clean up after themselves better. Admin: Tested in DB220S Baseline build. Version 5.45. Tagged as 'Internet-5_45'
-
- 01 Jul, 2004 1 commit
-
-
Steve Revill authored
Detail: Updated to build correctly on Iyonix. Summary: Tested in DB220 Baseline build Version 5.44. Tagged as 'Internet-5_44'
-
- 23 Jan, 2004 1 commit
-
-
Ben Avison authored
Due to some sloppy merging, Rob's changes to the MimeMap file were lost; this reinstates them, and also adds knowledge of the .mp3 file extension (spotted by Andy Beeson). Tagged as 'Internet-5_43b' Version 5.43. Not tagged
-
- 16 Jan, 2004 1 commit
-
-
Ben Avison authored
Tagged as 'Internet-5_43a'
-
- 03 Dec, 2003 1 commit
-
-
Ben Avison authored
Version 5.43. Tagged as 'Internet-5_43'
-
- 12 Nov, 2003 2 commits
-
-
Ben Avison authored
-
Ben Avison authored
Kevin's hard disc. Also automated version numbering of !Run/!Boot/!Help/AUNMap. Version 5.42. Tagged as 'Internet-5_42'
-
- 03 Oct, 2003 1 commit
-
-
Robert Sprowson authored
Finally got sick of changing the version number in !Boot and !Run and AunMap so now only !Help tells you the version. Added lots of "-Dlint"s as previously the (un)lucky developer who checked the source out got their name stamped in the released binaries. #if'd out a bum switch which only makes sense for FreeBSD. A bit more of 'host' imported,probably not worth finishing. Version 5.41. Tagged as 'Internet-5_41'
-
- 20 May, 2003 1 commit
-
-
Robert Sprowson authored
Version 5.40. Tagged as 'Internet-5_40'
-
- 17 Jan, 2003 2 commits
-
-
Robert Sprowson authored
Added freebsd disclaimer to !Help added gethost produced from sources Deleted ANT gethost and host binaries Added useful help to all the utilities Version 5.39. Tagged as 'Internet-5_39'
-
Robert Sprowson authored
Tidy up help syntax. Not sure why this has a VersionNum file all of its own,but hey. Version 0.02. Tagged as 'showstat-0_02'
-
- 02 Jan, 2003 1 commit
-
-
Steve Revill authored
Added a MimeMap file to the disc resources. New sprites added. As featured on the disc image accompanying RISC OS 5.00 Version 5.38. Tagged as 'Internet-5_38'
-
- 08 Mar, 2002 1 commit
-
-
Steve Revill authored
Detail: Modified the resources now that there is the new icon plotting functionality in STBSplash. Admin: Builds and installs. Version 5.37. Tagged as 'Internet-5_37'
-
- 20 Feb, 2002 1 commit
-
-
Steve Revill authored
Detail: Various resources updated to match those in the Baseline. Also stripped the dynamic dependencies from a couple of the sub-makefiles which had previously been checked-in with them present. Admin: Builds and installs. Version 5.36. Tagged as 'Internet-5_36'
-
- 08 Oct, 2001 2 commits
-
-
Steve Revill authored
Version 5.35. Tagged as 'Internet-5_35'
-
Steve Revill authored
Version 5.36. Tagged as 'Internet-5_36'
-
- 06 Oct, 2001 1 commit
-
-
Steve Revill authored
Detail: * Updated the resources to include the current !Boot and the CopyLocal script * Adjusted the Makefile so STB builds also include the 'Pong' tool Admin: Builds correctly. Version 5.35. Tagged as 'Internet-5_35'
-
- 03 Jul, 2001 1 commit
-
-
Stewart Brodie authored
Detail: Failure to reset Sys$ReturnCode to zero means that amu does NOT ignore errors from failing commands correctly. Admin: Tested. Version 5.34. Tagged as 'Internet-5_34'
-
- 05 Mar, 2001 1 commit
-
-
David Cotton authored
Detail: Amu would complain about the nesting in this component. This is due to a bugfix in the latest version of amu (5.13) that means that macro expansion works correctly. Fixed the makefile so that we do not get recursive macro expansion. Admin: Tested in a 32-bit Lazarus build. Version 5.33. Tagged as 'Internet-5_33'
-
- 12 May, 2000 1 commit
-
-
Kevin Bracey authored
Version 5.32. Tagged as 'Internet-5_32'
-
- 09 Mar, 2000 1 commit
-
-
Steve Revill authored
Detail: If the command being executed by X returns an error, it is placed into the system variable X$Error, unless the variable is already set to a non-empty string. Admin: Tested on STB3, STB-400 Issue A and RiscPC. Version 5.31. Tagged as 'Internet-5_31'
-
- 07 Feb, 2000 2 commits
-
-
Kevin Bracey authored
Version 5.30. Tagged as 'Internet-5_30'
-
Kevin Bracey authored
-
- 04 Feb, 2000 1 commit
-
-
Kevin Bracey authored
-
- 19 Nov, 1999 1 commit
-
-
Neil Bingham authored
Detail * Removed Resources/STB400/UK/!Run & !Help as they are no longer exported in the Baseline. * Added Resources/STB400/UK/!Boot. Admin * Changes only affect install: builds with OPTIONS=STB set. Tested on baseline build BL400UK (checkin to follow).
-
- 04 Nov, 1999 1 commit
-
-
Stewart Brodie authored
Detail: IPVars sets 6 variables per active interface. For interface ei0, you get: Inet$ei0$Addr - IP Address Inet$ei0$Mask - IP Subnet mask Inet$ei0$Host - Host portion of address Inet$ei0$Network - Network portion of address Inet$ei0$Broadcast - Broadcast address for interface Inet$ei0$MAC - MAC address of interface Admin: Work done for STB-400.
-
- 07 Oct, 1999 2 commits
-
-
Neil Bingham authored
* Tagged as nbingham_Internet_991007.
-
Neil Bingham authored
OPTIONS=STB is passed into the makefile this is built, otherwise the normal disc build is built. Makefile expects Resources.<UserIF>.<Locale> to contain !Boot, !Run etc. Not checked in yet. * Added !MkInstSTB. * Tested building STB and original builds. Added for STB400 Baseline.
-
- 22 Jul, 1999 2 commits
-
-
Kevin Bracey authored
MTrace would occasionally close someone else's socket.
-
Kevin Bracey authored
MTrace doesn't use non-ISO strftime() specifiers.
-