Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 04, 2016
  3. Apr 03, 2016
  4. Apr 02, 2016
  5. Mar 31, 2016
  6. Mar 30, 2016
  7. Mar 28, 2016
  8. Mar 18, 2016
    • bors's avatar
      Auto merge of #233 - kamalmarhubi:linux-fcntl, r=alexcrichton · cd925e0c
      bors authored
      linux: Add missing Linux-specific fcntls
      
      Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
      cd925e0c
    • Kamal Marhubi's avatar
      linux: Add missing Linux-specific fcntls · b43118cb
      Kamal Marhubi authored
      Also move F_DUPFD_CLOEXEC up a level as it is available on Android.
      
      This commit leaves file sealing related fcntls and bitflag constants
      out, as they are defined in `linux/fcntl.h` rather than `fcntl.h`. They
      can be included once an approach for verification has been figured out.
      See #235 for more detail.
      b43118cb
  9. Mar 15, 2016
  10. Mar 14, 2016
  11. Mar 13, 2016
  12. Mar 12, 2016
Loading