home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / PUSH_POP.ZIP / COMMENTS.DOC next >
Encoding:
Text File  |  1990-07-14  |  934 b   |  27 lines

  1. BUG REPORT:
  2.  
  3.  
  4. ENCHANCEMENTS TO BE MADE:
  5.     ALL: 1) Make programs an .EXE files.
  6.          2) Add a help option, ?, from the command line.
  7.  
  8.     PUSHD: 1) Change the "n" parameters so that it refers to the
  9.          top of the stack, not the bottom (RELATIVE from the top
  10.          NOT ABSOLUTE from the bottom).
  11.         2) Remove extra push/pop commands.
  12.         3) Fix up various hacks.
  13.         4) Correct error caused by 3 or more blanks at end of
  14.          command line tail.
  15.         5) have "signature" loaded into memory so that programs such
  16.          as "POPDROP" can identify the stack as resident.
  17.  
  18.     POPD:    1) Change the "n" parameters so that it refers to the
  19.          top of the stack, not the bottom (RELATIVE from the top
  20.          NOT ABSOLUTE from the bottom).
  21.         2) Correct error caused by 3 or more blanks on the
  22.          end of the command line tail.
  23.         3) Add -c option to clear ALL directories on stack.
  24.         4) Add -n option to clear n topmost directories on stack.
  25.  
  26.     DIRS:
  27.