Skip to content
Snippets Groups Projects
  1. Feb 09, 2017
  2. Jan 31, 2017
  3. Jan 27, 2017
  4. Jan 26, 2017
  5. Jan 25, 2017
  6. Jan 24, 2017
  7. Jan 23, 2017
  8. Jan 20, 2017
  9. Jan 18, 2017
  10. Jan 17, 2017
  11. Jan 16, 2017
  12. Jan 11, 2017
  13. Jan 09, 2017
  14. Jan 06, 2017
  15. Dec 19, 2016
  16. Dec 12, 2016
  17. Dec 07, 2016
    • Vladimír Čunát's avatar
      --verbose: warn when having no effect · 074257f5
      Vladimír Čunát authored
      ... but don't raise any kind of error.
      The lua function `verbose()` behaved reasonably already.
      It doesn't warn, but docs for the function do mention `NLOGDEBUG`.
      074257f5
    • Vladimír Čunát's avatar
      --verbose: make it more efficient when not --verbose · 35cb961b
      Vladimír Čunát authored
      In particular, don't require to call an externally defined function to
      find if in --verbose mode or not.  Now it's just an extern bool.
      I'm confident the performance impact of not using -DNLOGDEBUG should be
      negligible now.
      
      This comes with a small incompatible API+ABI change, but that shouldn't
      matter as we've had a couple of those already since the last release.
      35cb961b
  18. Dec 02, 2016
  19. Nov 30, 2016
    • Vladimír Čunát's avatar
      Revert "lua: embed bytecode instead of stripped source" · 4237b587
      Vladimír Čunát authored
      This reverts commit 64f80706.
      TL;DR: it brought almost no benefits AFAIK and potential for problems.
      
      The "portable bytecode" produced by luajit isn't compatible when
      (lib)luajit version changes or when some build-time configuration of it
      changes.  If you mix these up, kresd fails to start.
      4237b587