Skip to content
Snippets Groups Projects
  1. Apr 19, 2017
  2. Mar 01, 2017
  3. Feb 27, 2017
  4. Feb 24, 2017
  5. Feb 23, 2017
  6. Feb 21, 2017
  7. Jan 10, 2017
  8. Dec 31, 2016
  9. Dec 05, 2016
  10. Nov 13, 2016
  11. Nov 11, 2016
  12. Sep 26, 2016
  13. Sep 17, 2016
  14. Sep 03, 2016
  15. Aug 27, 2016
  16. Aug 18, 2016
  17. Jul 27, 2016
  18. Jul 21, 2016
    • Tomasz Miąsko's avatar
      Add support for pthread_condattr_t on Unix platforms. · cb64485f
      Tomasz Miąsko authored
      Following types and function have been added:
      * pthread_cond_init
      * pthread_condattr_t
      * pthread_condattr_init
      * pthread_condattr_destroy
      * pthread_condattr_setclock [0]
      * pthread_condattr_getclock [0][1]
      
      [0] Not available on OSX.
      [1] May be unavailable on NetBSD, it is a very recent addition.
          Left out from openbsdlike hierarchy for now.
      cb64485f
  19. Jul 12, 2016
  20. Jul 11, 2016
  21. Jul 10, 2016
  22. Jul 06, 2016
  23. Jun 05, 2016
  24. Jun 01, 2016
  25. May 27, 2016
  26. May 21, 2016
  27. May 20, 2016
  28. May 10, 2016
    • Raphael Cohn's avatar
      Adding getprogname and setprogname for all BSDs and Solaris. · 893d4d84
      Raphael Cohn authored
      Adding program_invocation_short_name for Linux (Musl and glibc).
      
      Adding __progname for Android. This is a little different, but
      is a safer alternative to using argv[0], which may not exist, and
      includes Android's default application name (currently '<unknown>').
      
      Adding these functions and externs means it is possible for all
      but Windows applications to safely discover their
      name, rather than rely on argv[0] parsing, /proc/self/exe, etc.
      893d4d84
  29. May 08, 2016
  30. Apr 28, 2016
    • Kamal Marhubi's avatar
      notbsd: Deduplicate definitions · b9750b65
      Kamal Marhubi authored
      A bunch of definitions were duplicated across, eg, android and linux.
      This commit pulls these up to higher levels where they can be shared.
      b9750b65
  31. Apr 12, 2016
  32. Apr 05, 2016
    • A.J. Gardner's avatar
      Define xlocale and langinfo interfaces · 24c84f13
      A.J. Gardner authored
      There are many constants defined by langinfo, but we have the
      new types, locale_t and nl_item.
      
      We also have several functions, not all of which exist for every
      platform:
      
      nl_langinfo
      nl_langinfo_l
      newlocale
      duplocale
      freelocale
      uselocale
      querylocale
      24c84f13
Loading