Skip to content
Snippets Groups Projects
  1. Dec 08, 2020
  2. Dec 04, 2020
    • Jakub Ružička's avatar
      typo: fix occured -> occurred · 2223ad94
      Jakub Ružička authored
      In English, the final letter is doubled when a word of two or more
      syllables has stress on the final syllable so a correct form is
      "occurred".
      2223ad94
  3. Nov 23, 2020
  4. Nov 16, 2020
    • Vladimír Čunát's avatar
      fix map() command on 32-bit platforms; regressed in 5.2.0 · e0197962
      Vladimír Čunát authored
      LuaJIT FFI was using opendir() (etc.) variants with 32-bit inodes
      but the C parts was using them as 64-bit inode variants.
      Consequently the `struct dirent` layout didn't match and we were getting
      filenames shifted by eight bytes.
      
      Now the whole dir-listing lua function is written in C.
      e0197962
  5. Nov 13, 2020
  6. Nov 10, 2020
  7. Nov 02, 2020
  8. Oct 27, 2020
  9. Oct 26, 2020
  10. Oct 21, 2020
  11. Oct 15, 2020
  12. Oct 13, 2020