Skip to content
Snippets Groups Projects
  1. Nov 08, 2013
  2. Oct 26, 2013
  3. Oct 24, 2013
  4. Oct 20, 2013
  5. Oct 12, 2013
  6. Sep 11, 2013
  7. Feb 17, 2013
  8. Jan 25, 2013
  9. Nov 30, 2012
  10. Jul 19, 2012
  11. Jul 17, 2012
  12. Jun 19, 2012
  13. Feb 22, 2012
  14. Feb 10, 2012
  15. Dec 15, 2011
  16. Nov 22, 2011
    • Simon Marlow's avatar
    • Simon Marlow's avatar
      Provide a raw ByteString version of FilePath and environment APIs · 34c7bf89
      Simon Marlow authored
      The new module System.Posix.ByteString provides exactly the same API
      as System.Posix, except that:
      
        - There is a new type: RawFilePath = ByteString
      
        - All functions mentioning FilePath in the System.Posix API
          use RawFilePath in the System.Posix.ByteString API
      
        - RawFilePaths are not subject to Unicode locale encoding and
          decoding, unlike FilePaths.  They are the exact bytes passed to and
          returned from the underlying POSIX API.
      
        - Similarly for functions that deal in environment
          strings (System.Posix.Env): these use untranslated ByteStrings
          in System.Posix.Environment
      
        - There is a new function
      
           System.Posix.ByteString.getArgs :: [ByteString]
      
          returning the raw untranslated arguments as passed to exec() when
          the program was started.
      34c7bf89
  17. Jul 07, 2011
  18. Jul 06, 2011
  19. Apr 08, 2011
  20. Jan 17, 2011
  21. Sep 17, 2010
  22. Jun 02, 2010
  23. Jan 13, 2010
  24. Sep 20, 2009
  25. Sep 11, 2009
  26. Jun 25, 2009
  27. May 24, 2009
  28. Mar 07, 2009
  29. Mar 04, 2009
    • Ian Lynagh's avatar
      Tweak an internal detail · 18ee848f
      Ian Lynagh authored
      We now use an EmptyDataDecl rather than recursive newtype as an
      argument to Ptr. As well as being prettier, this also avoids an infinite
      loop bug in haddock (trac #3066).
      18ee848f
  30. Jan 22, 2009
  31. Jan 21, 2009
  32. Sep 20, 2008
  33. Sep 03, 2008
  34. Aug 24, 2008
Loading