1. Jul 31, 2021
  2. Jul 29, 2021
  3. Jul 26, 2021
  4. Jul 21, 2021
  5. Jul 15, 2021
  6. Jul 10, 2021
  7. Jul 09, 2021
  8. Jul 08, 2021
  9. Jul 02, 2021
  10. Apr 09, 2021
  11. Apr 03, 2021
  12. Mar 22, 2021
  13. Mar 19, 2021
  14. Mar 10, 2021
  15. Mar 09, 2021
  16. Mar 07, 2021
  17. Feb 27, 2021
  18. Feb 20, 2021
  19. Feb 05, 2021
  20. Jan 30, 2021
  21. Jan 23, 2021
  22. Jan 10, 2021
    • Steve Bennett's avatar
      package: add ABI version checking · 8f3e1ce8
      Steve Bennett authored
      
      
      jim.h now includes JIM_ABI_VERSION that should be incremented whenever
      the ABI changes. Then all loadable modules should call Jim_CheckAbiVersion()
      to make sure they are loaded against the correct version.
      
      Add Jim_PackageProvideCheck() that does both Jim_CheckAbiVersion()
      and Jim_PackageProvide() to simplify the implementation of loadable extensions.
      
      Also rename the "big" sqlite3 extension to just sqlite to avoid a naming conflict with
      the smaller jim-sqlite3 extension.
      
      Signed-off-by: default avatarSteve Bennett <steveb@workware.net.au>
      8f3e1ce8
    • D. Bohdan's avatar
      jcov, jtime, jtrace: fix not removing callback · a9564774
      D. Bohdan authored
      a9564774
  23. Jan 09, 2021