home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / move-37.11.lha / Move / Move3711.readme < prev    next >
Text File  |  1995-01-15  |  4KB  |  105 lines

  1. Short: UNIX-Style Move command.
  2. Type: util/cli
  3. Uploader: iske@informatik.uni-frankfurt.de (Kai Iske)
  4. Author: iske@informatik.uni-frankfurt.de (Kai Iske)
  5.  
  6. This is not just another Move command it features more: Recursive directory
  7. movements (including creation of destination dir), pattern support, and
  8. command line flags like those known from e.g. C:Rename
  9.  
  10. PUBLIC DOMAIN, includes source...
  11.  
  12. Fixed since Version 1.10 (Yep, even a small program may have bugs ;)
  13.  
  14.   - Changed version numbering to official scheme
  15.   - One couldn`t move the entire contents of a directory
  16.     to a dir within that directory (eg. Move #? Dummy)
  17.   - One couldn`t move directories, if the destination dirs
  18.     already existed (eg. Move Dummy1 Dummy2 t:; if Dummy1
  19.     and Dummy2 both existed in t:)
  20.   - OldWindow and HitMask vars weren`t preset to 0
  21.     (Reported by : Christian Buchner)
  22.   - When one issued something like this "Move #? dummy/",
  23.     Move stopped when trying to move dummy to itself ;) Fixed
  24.  
  25. Fixed since Version 1.9 (Yep, even a small program may have bugs ;)
  26.  
  27.   - Move didn`t end up some operations with a "moved" string,
  28.     thus leading to corrupted display
  29.     (Reported by : Albert-Jan Brouwer)
  30.   - One still couldn`t rename a directory
  31.     (Reported by : Albert-Jan Brouwer)
  32.  
  33. Fixed since Version 1.8 (Yep, even a small program may have bugs ;)
  34.  
  35.    - On recursive moves, Move will indent the output according to
  36.      recursion depth. This is for better readability
  37.    - Move will refuse to move a dir to itself now.
  38.    - One couldn`t move a dir to another dir on the same device
  39.  
  40. Fixed since Version 1.7 (Yep, even a small program may have bugs ;)
  41.  
  42.    - Added PURE information to Doc, since Move really is pure
  43.      (Suggested by : Albert-Jan Brouver)
  44.    - Due to the move-renaming bug one couldn`t rename a dir
  45.      an Assign was put on.
  46.      (Reported by : Albert-Jan Brouver)
  47.    - Fixed move-renaming of directories.
  48.      (Reported by : Albert-Jan Brouver)
  49.    - Move had some severe problems recursively moving
  50.      the contents of a directory
  51.  
  52. Fixed since Version 1.6 (Yep, even a small program may have bugs ;)
  53.  
  54.    - Error while moving to a "device full" disk
  55.      (Reported by : Chris Conger)
  56.    - FileName length-bug fixed
  57.      (Reported by : Juergen Lang)
  58.    - Recompiled using SAS 6.50
  59.    - Stack usage reduced
  60.  
  61. Fixed since Version 1.5 (Yep, even a small program may have bugs ;)
  62.  
  63.    - Move got screwed up, when attempting to move a
  64.      zero size file
  65.    - Added Buffer Keyword to specify the maximum buffer
  66.      size for an inter device move. Normally Move would have used
  67.      the max amount of available free memory in order to
  68.      accomplish the move, or the size needed by the file...
  69.      (Suggested by : Christof Damian)
  70.    - One couldn`t rename a file using move, because the
  71.      "destination" file was removed before doing the rename,
  72.      ie. the source file was deleted.
  73.      (Reported by : Chris Conger)
  74.  
  75. Fixed since Version 1.4 (Yep, even a small program may have bugs ;)
  76.  
  77.   - Freed the FileInfoBlock _BEFORE_ setting the Bits, Comment
  78.     etc. This lead to MungWall hits (of course it did)
  79.     (Reported by Nico Francois)
  80.   - Exidentially called one ExAll() without ED_SIZE
  81.     This lead to some calls to DoTheMove without the Size set ;)
  82.     (Reported by  Karsten Weiss)
  83.  
  84. Fixed since Version 1.3 (Yep, even a small program may have bugs ;)
  85.  
  86.   - Now uses Rename() when source and dest are on the same
  87.     device. This is faster ;) Why haven`t I thought of that
  88.     earlier ??? ;)
  89.  
  90. Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
  91.  
  92.   - UnLock Problem solved when doing recursive Dir-Moves
  93.     This bug lead to "Object in use" error messages
  94.  
  95. Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
  96.  
  97.   - Added CTRL-C checking
  98.   - Added FORCE Flag in order to move read/deleteprotected or
  99.     to overwrite a delete/writeprotected files
  100.  
  101. Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
  102.  
  103.   - Added well known CLONE, DATES, COM, NOPRO,
  104.     QUIET and NOREQ options also used by e.g. Rename
  105.