1. Aug 22, 2022
  2. Aug 21, 2022
  3. Aug 20, 2022
  4. Jul 31, 2022
    • Steve Bennett's avatar
      jim: fix sometimes overly zealous garbage collection · d0c75cd7
      Steve Bennett authored
      
      
      When checking for "weak" references where the only reference is in the
      command hash table, need to check the reference count of the key in the hash
      table (this is the command name), not the reference count of the object
      we are using to look up the command. Without this it is possible that a reference
      (typically a lambda) will be collected even though there is still a reference to it.
      
      Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
      d0c75cd7
    • Steve Bennett's avatar
      tests: Fix SIGPIPE tests · 340d0a09
      Steve Bennett authored
      
      
      These tests were only working accidentally (typo >$@w).
      In fact since open |... already provides a pipe on output
      there is no need to create one manually, so the first test
      can run under Tcl too.
      
      Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
      340d0a09
  5. Jul 27, 2022
  6. Jul 25, 2022
  7. Jul 24, 2022
  8. Jul 17, 2022
  9. Jun 24, 2022
  10. May 17, 2022
  11. May 08, 2022
  12. Apr 27, 2022
  13. Apr 22, 2022
  14. Apr 14, 2022
  15. Apr 12, 2022
  16. Apr 11, 2022
  17. Apr 06, 2022