Skip to content
Snippets Groups Projects
  1. Feb 11, 2021
  2. Jan 27, 2021
  3. Jan 25, 2021
    • Štěpán Balážik's avatar
      iterate: rework error handling from iterate.c · 21c1ec30
      Štěpán Balážik authored
      Previously there where resolve_badmsg and resolve_error functions used
      to apply workarounds. This is now moved to selection.c and iterate.c
      just provides feedback using the server selection API. Errors are now
      handled centrally in selection.c:error.
      21c1ec30
  4. Dec 31, 2020
  5. Dec 08, 2020
  6. 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
  7. Nov 23, 2020
  8. 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
  9. Nov 13, 2020
  10. Nov 10, 2020
  11. Nov 02, 2020
  12. Oct 27, 2020
  13. Oct 26, 2020