1. 06 Apr, 2014 1 commit
    • Robert Sprowson's avatar
      Missing message token fix · 4ddbbb29
      Robert Sprowson authored
      When built with CMDHELP=None the AppSizeSyntax/AppSlotSyntax/AddToRMASyntax/IfThereSyntax tokens are not present in the messages file.
      In fact, for the first 3 we don't need to manually check for trailing parameters since the CMHG definition has max-args of 1, so the OS does it for us.
      For IfThereSyntax we instead manually cause an IfThere syntax error in order to get the error message (with CMDHELP=None this will come from the english text, and for internationalised versions this will be looked up for us by the kernel).
      Set min-args to 1 for IfThere, this saves having to construct the *If command which we know will fail (for a start there must be no 'then'!).
      
      Tested RAM loaded, no longer reports missing message token.
      4ddbbb29
  2. 09 May, 2013 1 commit
    • Robert Sprowson's avatar
      Sync of CmdHelp · 60ab805e
      Robert Sprowson authored
      The non internationalised messages were out of sync with the messages, specifically the deprecated -stb switch. Updated from CmdHelp.
      
      Version 1.47. Tagged as 'BootCmds-1_47'
      60ab805e
  3. 21 Jul, 2012 1 commit
    • Robert Sprowson's avatar
      Makefile adapted to accept CMDHELP=None · b029562b
      Robert Sprowson authored
      * Recreated from fragments
      * No longer creates two resource areas (one for Repeat, one for messages) since RESGEN can put many files into one area
      * No longer does a ResourceFS register in the ROM case - the resources phase now exports both Repeat and messages directly into the messages module
      * Corrected error number for BufOFlo (was using the token number!)
      * Used newly allocated error base for all other errors
      * Internationalised "Can't claim memory" in Repeat
      * Fixed a couple of compiler warnings
      
      Version 1.43. Tagged as 'BootCmds-1_43'
      b029562b
  4. 26 Nov, 2002 1 commit
  5. 20 Oct, 2002 1 commit
  6. 19 Mar, 2002 1 commit
    • Steve Revill's avatar
      * Added 'X' as a CLI command. · 43a20a57
      Steve Revill authored
      Detail:
        The 'X' command has existed for a long while as a transient utility in the
        !Internet application. I have impemented it as a CLI command in this module
        to reduce FS access required to use it. Note: this version of X implements
        the extended functionality of placing any suppressed error message into the
        system variable "X$Error" (if not already set).
      Admin:
        Tested on RiscPC.
      
      Version 1.25. Tagged as 'BootCmds-1_25'
      43a20a57
  7. 30 Nov, 1999 1 commit
    • Stewart Brodie's avatar
      Moved to srccommit. · b4dc6e7f
      Stewart Brodie authored
        Fixed directory enumerators.
        Removed obsolete assembler sources.
      Detail:
        s/main was the output of "cc -S c/main" :-/
      Admin:
        Built.
      
      Version 1.19. Tagged as 'BootCmds-1_19'
      b4dc6e7f
  8. 20 Jan, 1997 1 commit
  9. 05 Nov, 1996 1 commit