Skip to content
Snippets Groups Projects
  1. Apr 01, 2012
  2. Dec 15, 2011
  3. Dec 12, 2011
  4. Dec 06, 2011
  5. Dec 03, 2011
  6. Nov 28, 2011
  7. Nov 25, 2011
    • Ian Lynagh's avatar
      Fixes for NetBSD · c849742c
      Ian Lynagh authored
      Based on a patch from Arnaud Degroote <degroote@NetBSD.org> in
      trac #5480.
      c849742c
  8. Nov 23, 2011
  9. 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
  10. Nov 21, 2011
  11. Nov 16, 2011
  12. Oct 20, 2011
  13. Oct 12, 2011
  14. Aug 10, 2011
  15. Aug 09, 2011
  16. Aug 04, 2011
  17. Aug 01, 2011
    • Ian Lynagh's avatar
      Remove some antiquated C constructs · 97adc8f6
      Ian Lynagh authored
      Fixes validate on amd64/Linux with:
      
      SRC_CC_OPTS += -Wmissing-parameter-type
      SRC_CC_OPTS += -Wold-style-declaration
      SRC_CC_OPTS += -Wold-style-definition
      97adc8f6
  18. Jul 07, 2011
  19. Jul 06, 2011
  20. Jun 29, 2011
  21. May 31, 2011
  22. May 23, 2011
  23. May 14, 2011
  24. May 10, 2011
  25. Apr 08, 2011
  26. Apr 06, 2011
  27. Apr 05, 2011
  28. Mar 24, 2011
  29. Jan 17, 2011
  30. Jan 01, 2011
  31. Dec 10, 2010
  32. Dec 08, 2010
Loading