Skip to content
Snippets Groups Projects
  1. Jan 22, 1998
  2. Jan 21, 1998
  3. Jan 20, 1998
  4. Jan 19, 1998
  5. Jan 18, 1998
  6. Jan 17, 1998
  7. Jan 16, 1998
  8. Jan 15, 1998
  9. Jan 14, 1998
  10. Jan 13, 1998
    • dtc's avatar
      The alien object finalizer was being placed on the alien info, but · a04bd1a5
      dtc authored
      this info may be shared among many alien objects making cancellation
      of the finalisation upon alien object deallocation
      problematic. Probably for this reason this cancellation had been
      disabled, however this often resulted in objects being freed twice and
      possibly live objects being freed. To fix this, the finalizer is now
      placed on the alien object rather than the alien info, and this
      finalizer is cancelled before the deallocation of the alien object to
      prevent repeated freeing. Problem tracked down thanks to a bug report
      and some experimentation by Andrei V. Elkin.
      a04bd1a5
    • dtc's avatar
      Have the lisp connection listener search forward for an available · 2a747380
      dtc authored
      port, and add at least some simple password protection.
      2a747380
    • dtc's avatar
      Re-seed the *random-state* as an after save initialisation. · d2b81e7a
      dtc authored
      Move the loading of the random number generator until after the
      loading of save.lisp so that *after-save-initializations* is
      initialised.
      d2b81e7a
  11. Jan 12, 1998
  12. Jan 11, 1998
Loading