Skip to content
Snippets Groups Projects
  1. Jun 10, 2018
  2. May 16, 2018
  3. May 11, 2018
  4. May 10, 2018
  5. Apr 18, 2018
  6. Apr 04, 2018
  7. Mar 10, 2018
  8. Mar 09, 2018
  9. Mar 08, 2018
  10. Mar 07, 2018
  11. Feb 28, 2018
  12. Feb 27, 2018
  13. Feb 25, 2018
  14. Feb 14, 2018
  15. Feb 09, 2018
  16. Jan 29, 2018
  17. Jan 24, 2018
  18. Jan 23, 2018
  19. Jan 20, 2018
  20. Jan 19, 2018
    • ulteq's avatar
      Removes unnecessary code · c8a4e7da
      ulteq authored
      Halves the start-up time of the slideshow if the title contains data from 'file->info'
      c8a4e7da
  21. Jan 17, 2018
  22. Jan 14, 2018
  23. Jan 07, 2018
    • Max Rees's avatar
      fflush in src/list.c to make tested behavior consistent · 4169eae1
      Max Rees authored
      On glibc, if output is redirected to a file, output will look like this:
      
      touch test/ok/gif
      touch test/ok/jpg
      touch test/ok/png
      touch test/ok/pnm
      test/ok/gif
      test/ok/jpg
      test/ok/png
      test/ok/pnm
      
      On musl, if stdout is redirected to a file, output looks like this:
      
      test/ok/gif
      touch test/ok/gif
      touch test/ok/jpg
      touch test/ok/png
      touch test/ok/pnm
      test/ok/jpg
      test/ok/png
      test/ok/pnm
      
      On glibc and musl, if stdout is interactive, it looks like this:
      
      test/ok/gif
      touch test/ok/gif
      test/ok/jpg
      touch test/ok/jpg
      test/ok/png
      touch test/ok/png
      test/ok/pnm
      touch test/ok/pnm
      
      Adding two fflush calls makes all behavior look like the last example.
      Test cases have been updated accordingly.
      4169eae1
  24. Jan 02, 2018
  25. Dec 28, 2017
  26. Dec 27, 2017
  27. Dec 07, 2017
  28. Dec 04, 2017
Loading