Skip to content
Snippets Groups Projects
  1. Mar 06, 2021
    • Deucе's avatar
      More core REF fixes... · 2c51c2c2
      Deucе authored
      1) Comments do not start with a ;
         Any line that doesn't start with an @ is either a parameter to
         the last command (such as in @show), or is ignored.  Further,
         "extra" arguments are also ignored.  This means you can literally
         type comments almost anywhere.
      2) There is a maximum "call stack" of two "frames".  If you nest
         subroutines three deep, the first one will never be returned to.
      3) Implement @routineabort.
      4) If @run is used in a subroutine, it acts as an immediate return
         The arguments are not consulted, and no error is displayed.
      5) Of course, if you call subroutines three deep and return from
         two of them, the first subroutine is now the topmost frame, so
         run behaves normally there.
      2c51c2c2
    • Rob Swindell's avatar
      Ignore cscope.files · c387a7dd
      Rob Swindell authored
      c387a7dd
    • Rob Swindell's avatar
      Don't allow subject to be changed when forwarding file attachments · 3e999815
      Rob Swindell authored
      Since the filename is in the subject, we can't allow the user to change the subject (duh). Also, don't bother with the "Fwd:" prefix thing as that could potentially cause problems in other places where the filename (only) is assumed to be in the subject.
      
      Also, make sure to create the destination directory when moving file attachments. These changes fix issue #230 reported by Keyop.
      3e999815
    • Rob Swindell's avatar
      Don't leave the logged event code as "DAILY" after daily events run · f4d33f43
      Rob Swindell authored
      I noticed "DAILY ... Semaphore signaled" in the event thread log output. Now fixed.
      f4d33f43
  2. Mar 05, 2021
  3. Mar 04, 2021
Loading