home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / nShell-Pro.sit / nShell-Pro / Changes next >
Text File  |  1994-12-29  |  2KB  |  48 lines

  1.  
  2. nShell(tm) Change List for Version 1.5.0
  3.  
  4. If you have any questions about these changes, or have noticed any other problems, please send eMail to jjensen@kaiwan.com
  5.  
  6. NOTE: As of this release, we are dropping support of OS releases previous to V7.0.
  7.  
  8. ===== Changes in v1.5.0
  9.  
  10. C.R. #214        Write メfindモ and メduモ commands
  11.  
  12. Multitasking versions of the "find" and "du" commands are now available.  See the man pages for the commands for more information.
  13.  
  14. C.R. #213    Write a buffered output library to speed commands
  15.  
  16. A new library ( buf_lib.c ) was written to provide buffered output from commands.  This library significantly speeds text intensive commands.
  17.  
  18. C.R. #212    Write a general purpose メwalk structureモ library
  19.  
  20. A new library (walk_lib.c) supports multitasking decent of directory trees.  This is a general purpose library and may be used outside the nShell(tm) environment.
  21.  
  22. C.R. #211    Replace the メarg_to_intモ routine with a more general メarg_to_numモ
  23.  
  24. The arg_to_int routine has been removed, and a more general arg_to_num has been added to arg_util.c.  This may force a change in user commands using arg_util.c.
  25.  
  26. C.R. #210    Cache frequently used commands
  27.  
  28. The nShell now caches the most recently used commands.  This should speed the execution of command loops.
  29.  
  30. C.R. #209    Write メheadモ and メtailモ commands
  31.  
  32. New "head" and "tail" commands are now available.  Please see the man pages for these commands for more information.
  33.  
  34. C.R. #204    Add メinsert pathモ to edit menu
  35.  
  36. A new menu option allows the user to use the standard file dialog to pick up a pathname and insert it in the command line.
  37.  
  38. C.R. #203    Add command name to error message in メpsモ
  39.  
  40. An error message was missing.
  41.  
  42. C.R. #202    Speed up メwcモ and メcatモ
  43.  
  44. Inner loops within these commands speed operation.
  45.  
  46. C.R. #63    Add メmatchモ or メgrepモ as external command
  47.  
  48. Two versions of string matching commands are now available.  "match" locates files using shell-style wildcards, while "grep" uses egrep-style regular expressions.