Skip to content
Snippets Groups Projects
  1. Mar 21, 2017
  2. Mar 15, 2017
  3. Mar 06, 2017
  4. Feb 27, 2017
  5. Feb 16, 2017
  6. Feb 13, 2017
  7. Feb 09, 2017
  8. Feb 08, 2017
    • Vladimír Čunát's avatar
      lua cache.* fixes · e7a7a084
      Vladimír Čunát authored
      - docs: fix cache.current_* since long ago d5272b4b
      - don't allow "cache.foo = 'bar'" for abitrary foo
      - restore cache['nic.cz'] after b31bad2ccf while not breaking completion
      - #cache won't work on lua 5.1, so remove it
      e7a7a084
  9. Feb 03, 2017
  10. Jan 27, 2017
  11. Jan 23, 2017
  12. Jan 20, 2017
  13. Jan 18, 2017
  14. Jan 16, 2017
  15. Jan 11, 2017
  16. Dec 19, 2016
  17. Dec 02, 2016
  18. Nov 28, 2016
  19. Nov 14, 2016
  20. Nov 13, 2016
  21. Nov 08, 2016
    • Vladimír Čunát's avatar
      lua ffi bindings: fix incorrect structs · 36ca5eed
      Vladimír Čunát authored
      Some structures have changed but lua was still using the old ABI.
      I think no our lua code used the fields misplaced due to this,
      except an example in documentation.
      
      I didn't check much of the ABI in there.  I wish I knew some
      (half-)automatic way how to do that.
      36ca5eed