Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Sep 30, 2019
  2. Sep 27, 2019
  3. Sep 23, 2019
  4. Sep 22, 2019
  5. Sep 20, 2019
  6. Sep 18, 2019
  7. Sep 17, 2019
    • Juan Wajnerman's avatar
      Fix corruption of thread linked list (#8196) · a0132d5b
      Juan Wajnerman authored
      When a new thread finishes very quickly it could happen that
      the removal from the linked list was executed before the push.
      The linked list didn't check for that situation and it ends corrupted.
      a0132d5b
  8. Sep 16, 2019
  9. Sep 14, 2019
  10. Sep 13, 2019
  11. Sep 12, 2019
    • Jamie Gaskins's avatar
      Increase precision of `Process.times` (#8097) · ef283405
      Jamie Gaskins authored
      * Move Process.times from sysconf(CLK_TCK) to getrusage
      
      * Format const assignment
      
      * Add RUsage for Linux on x86_64
      
      * Add RUsage support for 32-bit Linux
      
      * Move RUsage from sys/times.cr to sys/resource.cr
      
      * Require the correct file
      
      * Use arch-dependent word size
      
      * Remove times.cr
      
      It's not being used anymore so it can be safely deleted.
      ef283405
  12. Sep 11, 2019
  13. Sep 10, 2019
Loading