Skip to content
  1. Mar 05, 2016
  2. Jun 23, 2014
  3. Mar 22, 2014
    • Michael Catanzaro's avatar
      Do not unconditionally call prctl in distributed C · 57f1931b
      Michael Catanzaro authored
      The existing check for linux/prctl.h works great if you are compiling
      the Vala code, but it's expected that users and distributions may start
      with the distributed C files instead. If the tarball is generated on
      Linux, then the call to prctl() will unconditionally appear in the
      distributed C, and if the tarball isn't generated on Linux, then it will
      be unconditionally absent.
      
      There are only two ways to fix this: (a) not distribute any C code, or
      (b) move the conditional compilation out of the Vala code. Though it
      looks like the Autotools Vala world may be starting to lean towards (a),
      let's be conservative and pick (b) for now.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=726614
      57f1931b
  4. Mar 10, 2014
  5. Jan 20, 2014
  6. Jan 12, 2014
  7. Jan 08, 2014
  8. Nov 05, 2013
  9. Aug 20, 2013
  10. Aug 18, 2013
  11. Aug 13, 2013
  12. Aug 12, 2013
  13. Aug 11, 2013
  14. Jul 28, 2013
  15. Jul 20, 2013
  16. Jul 09, 2013
  17. Jun 30, 2013
  18. Jun 24, 2013
  19. Jun 10, 2013
  20. Jun 09, 2013
  21. Jun 08, 2013
  22. Jun 06, 2013
  23. Jun 05, 2013