Skip to content
Snippets Groups Projects
  1. Sep 26, 2017
  2. Sep 17, 2017
  3. Jun 14, 2017
    • Colin Walters's avatar
      Add G_IN_SET, patch our internal users via spatch · 9a1b77ef
      Colin Walters authored
      I originally tried to get this into GLib:
      https://bugzilla.gnome.org/show_bug.cgi?id=783751
      
      But that looks like it's going to fail due to MSVC. Let's add it here at least
      so I can start using it tomorrow and not wait for the MSVC team to catch up.
      
      I renamed `glnx-alloca.h` to `glnx-macros.h` as a more natural collective
      home for things from systemd's `macro.h`.
      
      Finally, I used a Coccinelle spatch similar to the one referenced
      in the above BZ to patch our uses.
      9a1b77ef
  4. Mar 22, 2017
  5. Mar 02, 2017
  6. Jan 29, 2017
  7. Aug 31, 2016
  8. Aug 30, 2016
  9. Aug 05, 2016
  10. Jan 24, 2016
  11. Aug 29, 2015
  12. May 05, 2015
  13. Apr 08, 2015
  14. Mar 04, 2015
  15. Mar 02, 2015
  16. Feb 20, 2015
    • Colin Walters's avatar
      fdio: New APIs to read/write on fds, fd-relative · 1ebfefa5
      Colin Walters authored
      We don't have this really in GLib, unfortunately.  We do want
      GCancellable, but we also want to operate on raw fds where possible.
      
      The "read a file and validate as UTF-8" is a common use case of mine,
      and this combines that with openat().
      1ebfefa5
  17. Feb 17, 2015
  18. Feb 15, 2015
  19. Feb 14, 2015
Loading