home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d656 / cybercron.lha / CyberCron / Changes next >
Text File  |  1992-05-15  |  494b  |  15 lines

  1. Changes in 1.2
  2. ~~~~~~~~~~~~~~
  3.  
  4. It has been pointed out to me that I forgot to specify the default rexx
  5. extension of ".rexx".  Thus, scripts in the form of
  6.  
  7.     foo.rexx
  8.  
  9. would not be started unless you actually stated :REXX foo.rexx instead of
  10. being able to use :REXX foo alone.
  11.  
  12. Also added a semaphore lock in the GetJobNum()/FreeJobNum() routines to
  13. prevent the job table from possibly being clobbered by EndSystemJob()
  14. getting called at the same time CyberCron was trying to start another job.
  15.