home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / MorphOS / morphosuser-150201.lha / notes / ram-handlerppc.notes < prev    next >
Encoding:
Text File  |  2001-02-14  |  972 b   |  48 lines

  1. ram-handlerppc.elf
  2.  
  3.  o 44.10
  4.    Fixed a DeleteObject() missing argument problem...
  5.    the database book keeping sucks
  6.  
  7.  o 44.9
  8.    Fixed the SetFileSize problem
  9.  
  10.  o 44.8
  11.    Fixed the man problem
  12.  
  13.  o 44.7
  14.    Fixed the problem of rename("ABCD","abcd");
  15.  
  16.  o 44.6
  17.    Fixed a problem with the following access pattern
  18.      * Open("fubar",READWRITE);
  19.      * Open("fubar",OLDFILE);
  20.      * Write("phong");
  21.      * Read(); then reads bogus data
  22.  
  23.  o 44.5
  24.    Internal change
  25.  
  26.  o 44.4
  27.    MatchFunc CallHook argument order changed which
  28.    fixed KingCon's tab completition in the ramdisk
  29.  
  30.  o 44.3
  31.    MODE_FINDUPDATE
  32.    doesn`t set the currentpos to filesize anymore which
  33.    disturbed SetVar() and probably other io related issues.
  34.  
  35.  o 44.2
  36.    Removed some smarter lock access handling to support
  37.    buggy sw.
  38.  
  39.  o 44.1
  40.    Added Notify support
  41.    Optimied memcpy
  42.    ~44MB/s at 256kb blocks isn`t bad:-)
  43.  
  44.  o 44.0
  45.    Initial version
  46.    Provided by ZZA(Bernhard Moellemann).
  47.    Big thanks..
  48.