1. 02 Sep, 2012 1 commit
    • Robert Sprowson's avatar
      Add support for progress indication and 'must continue' switch · ced5254c
      Robert Sprowson authored
      * The switch '-stb' has existed for some time but is a bit obtuse, renamed to '-continue' (though -stb is still accepted as an alias).
      * Added support for BootFX module, via switch '-progress start,range' which will scale the work done and work yet to do into a percentage and pass it to the BootFX module (intended to track boot progress).
      * Trimmed out old switched out repeat command code that ran in SVC mode.
      * Eliminate last trace of Support011 library, was only using the control terminated version of strlen() which is in ConfigLib (now linked against).
      * Const qualifiers added to command handlers.
      
      Version 1.44. Tagged as 'BootCmds-1_44'
      ced5254c
  2. 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
  3. 15 Sep, 2005 1 commit
    • Steve Revill's avatar
      Corrected *Repeat help message · f04164bf
      Steve Revill authored
      Detail:
        The *help message for *Repeat was indicating that 'tail' was a terminal
        symbol in the repeat command's syntax. It is actually a non-terminal
        so should be <tail>.
      Admin:
        No code change.
      
      Version 1.35. Tagged as 'BootCmds-1_35'
      f04164bf
  4. 03 Sep, 2004 1 commit
    • Steve Revill's avatar
      Repeat command made more robust in handling errors in the pre-desktop execution mode. · a32d9dc3
      Steve Revill authored
      Detail:
        If -stb is supplied to the repeat command (and -tasks is not), it will
        put the first error it encounters into the system variable X$Error (if
        not already set) and then continue execution as normal.
      Admin:
        I also updated the CmdHelp file to reflect not only this change, but
        also the -sort switch which was added quite some time ago and to make
        the X command help a little more helpful.
      
      Version 1.33. Tagged as 'BootCmds-1_33'
      a32d9dc3
  5. 04 Jun, 2003 1 commit
  6. 26 Nov, 2002 1 commit
  7. 08 Nov, 2002 1 commit
  8. 20 Oct, 2002 1 commit
  9. 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
  10. 07 Dec, 2000 1 commit
    • Stewart Brodie's avatar
      Fixed the layout of resources in this component. · a41e5a42
      Stewart Brodie authored
      Detail:
        The Messages and CmdHelp files are now located via LocalRes:
      Admin:
        Change makes this module more standard.
        Module no longer requires special changes to support BBE.
        Tested briefly.
      
      Version 1.20. Tagged as 'BootCmds-1_20'
      a41e5a42
  11. 04 Sep, 1998 1 commit
  12. 22 Jan, 1997 1 commit
  13. 05 Nov, 1996 1 commit