README.md
;
;
; 2-sep-80 Joe Sventek
;
; slp correction file for mcr dispatcher mods
;
; the mods generated by this correction file fix the following
; MCR features
;
; 1. When the dispatcher is processing the command line typed by
; the user (crunching to upper case and squeezing out extra
; blanks and tabs), any strings surrounded by single or double
; quotes ('") are passed through intact, including the quotes.
; thus lower case and embedded blanks and tabs may be sent to
; a user task.
;
; 2. one and two character names typed to MCR, as well as names
; with embedded periods and semicolons are not flagged as
; syntax errors, with the result that the catch-all task will
; receive command lines of this type
;
; 3. multiple copies of a task can be active at a single terminal,
; and the restriction of ...xxx and xxxtnn has been removed.
; The code currently generates an error when more than eight
; copies of a given task are active. i.e. ...xxx, xxxtnn, xxxunn,
; xxxvnn, xxxwnn, xxxxnn, xxxynn, and xxxznn. This could be
; easily changed in the code, if more are desired.
;