Skip to content
Snippets Groups Projects
  1. Feb 12, 2022
    • Rob Swindell's avatar
      Resolve SyntaxError: missing ) after condition · 9ed32a60
      Rob Swindell authored
      As seen logging on to WLARB ("too")
      9ed32a60
    • Deucе's avatar
      When a double is cast to an int, but the double has a larger value · 795a4211
      Deucе authored
      than the int supports, it's set to 0x80000000 to indicate overflow.
      
      msclock() is *always* overflowing, and clock_t is only 32-bits on
      some platforms (specifically FreeBSD).  To "avoid" problems, just
      keep subtracting UIN32_MAX from the value until it's less than INT_MAX
      then cast.
      
      This function is, of course, terrible and shouldn't actually be used,
      but it should at least sorta kinda workish.
      795a4211
    • Deucе's avatar
      Fix mmap flags for read. · 05814e1e
      Deucе authored
      At least one of MAP_ANON, MAP_GUARD, MAP_PRIVATE, MAP_SHARED, or MAP_STACK
      must be specified.
      05814e1e
  2. Feb 11, 2022
  3. Feb 10, 2022
  4. Feb 09, 2022
  5. Feb 08, 2022
  6. Feb 07, 2022
  7. Feb 06, 2022
Loading