home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / moremodules / rexxc / history next >
Text File  |  1977-12-31  |  997b  |  38 lines

  1.     HISTORY:
  2.  
  3.  
  4.     0.25
  5.  
  6.     Some bugs fixed.
  7.  
  8.     ArgString no longer trimmed.
  9.  
  10.     I'm no longer doing any parsing of arguments -- it makes it
  11.     all unnecessary complicated! Parsing should be job for the user
  12.     or some additional support-modules! And so some unnecessary
  13.     functions thrown away (to a module called rexxCSupport.m'.)
  14.  
  15.     Compilation options changed.
  16.  
  17.  
  18.     0.24
  19.  
  20.     PROC names in form stringXXX() and fileXXX() renamed (back!) to
  21.     commandStringXXX() and commandFileXXX()
  22.  
  23.     PROC: names setPassPort(), setDefaultIn(), setDefaultOut(),
  24.     setBrutal(), setCommandList(), shortened to: passPort(), defaultIn(),
  25.     defaultOut(), setFileExtension(), setBreakMask(), brutal(),
  26.     commandList(), fileExtension(), breakMask()    (they don't need to be so
  27.     verbose for OOP)
  28.  
  29.     PROC getUnconfirmedCount() renamed to unconfirmedCount()
  30.  
  31.     swallowRepliesQuick() added to all sending PROCES'ses to be called
  32.     in cases when normal swallowReplies() is not performed
  33.  
  34.  
  35.     0.23
  36.  
  37.     First distributed :-) (And only because I'm moving soon)
  38.