index
:
haskell-unix
master
POSIX functionality
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
System
/
Posix
/
Files.hsc
Commit message (
Expand
)
Author
Age
*
Drop redundant __GLASGOW_HASKELL__ conditionals for GHC>=7.4
Herbert Valerio Riedel
2016-01-31
*
Replace `__hsunix_mknod` wrapper with CApiFFI
Herbert Valerio Riedel
2016-01-30
*
Replace `__hsunix_lstat` wrapper with CApiFFI
Herbert Valerio Riedel
2016-01-30
*
More fixes for Safe Haskell bounds under GHC 7.10
David Terei
2014-12-08
*
Merge pull request #18 from neverpanic/master
Herbert Valerio Riedel
2014-11-07
|
\
*
|
Use CAPI FFI imports for `truncate`
Herbert Valerio Riedel
2014-10-18
|
*
Accept EPERM as valid error code for access(2)
Clemens Lang
2014-09-21
|
/
*
Use import list for `Data.Time.Clock.POSIX`
Herbert Valerio Riedel
2014-09-10
*
fix getFileStatus: interrupted (Interrupted system call) build failure on Sol...
Karel Gardas
2014-02-28
*
M-x delete-trailing-whitespace & M-x untabify
Herbert Valerio Riedel
2014-02-06
*
Handle EROFS/ETXTBSY as permission denied in `fileAccess` (re #8741)
Alain O'Dea
2014-02-06
*
Make `-Wall` clean and drop `-fno-warn-unused-imports`
Herbert Valerio Riedel
2013-10-12
*
Add `changelog` file and `/Since: 2.7.0.0/` notes
Herbert Valerio Riedel
2013-10-12
*
Declare language extensions via `{-# LANGUAGE -#}`
Herbert Valerio Riedel
2013-10-12
*
Bump base lower version to 4.5 (the version GHC 7.4.1 came with)
Ian Lynagh
2012-11-30
*
Add functions for setting file times with high resolution
Marios Titas
2012-09-03
*
Extract high resolution timestamps from FileStatus
Marios Titas
2012-07-17
*
Provide a raw ByteString version of FilePath and environment APIs
Simon Marlow
2011-11-22
*
Fix conditional pragma to work with 6.12
David Terei
2011-08-09
*
Use Safe Haskell when GHC >= 7.2
David Terei
2011-08-03
*
Improved Unicode support in the light of PEP383
Max Bolingbroke
2011-05-14
*
Include HsUnix.h earlier in System/Posix/Files.hsc
Ian Lynagh
2011-03-24
*
avoid Foreign.unsafePerformIO
Ross Paterson
2010-09-09
*
Fix warnings in the unix package
Ian Lynagh
2008-08-21
*
move some stuff here from System.Directory, now the dependencies are reversed
Simon Marlow
2008-08-21
*
Avoid using deprecated flags
Ian Lynagh
2008-06-16
*
Remove incorrect comment
Ian Lynagh
2007-10-14
*
Don't use Fd/FD in foreign decls
Ian Lynagh
2007-04-04
*
Fix C/Haskell type mismatches
Ian Lynagh
2007-04-04
*
Follow type changes in base
Ian Lynagh
2007-04-03
*
export the file-type modes, so that createDevice can be used
Simon Marlow
2007-03-05
*
add C wrappers for lstat() and mknod(). Fixes #1086.
Simon Marlow
2007-02-26
*
Added more documentation to System.Posix.Files
Johan Tibell
2006-08-13
*
[project @ 2005-11-10 12:58:32 by simonmar]
simonmar
2005-11-10
*
[project @ 2005-05-10 10:40:12 by simonmar]
simonmar
2005-05-10
*
[project @ 2005-01-06 11:27:48 by ross]
ross
2005-01-06
*
[project @ 2004-08-19 11:15:51 by simonmar]
simonmar
2004-08-19
*
[project @ 2003-09-16 13:45:02 by simonmar]
simonmar
2003-09-16
*
[project @ 2003-09-15 20:59:07 by dons]
dons
2003-09-15
*
[project @ 2003-09-12 13:05:20 by simonmar]
simonmar
2003-09-12
*
[project @ 2003-04-11 10:11:23 by ross]
ross
2003-04-11
*
[project @ 2002-12-19 13:52:55 by simonmar]
simonmar
2002-12-19
*
[project @ 2002-11-18 08:37:35 by stolz]
stolz
2002-11-18
*
[project @ 2002-10-08 08:03:02 by wolfgang]
wolfgang
2002-10-08
*
[project @ 2002-09-12 16:38:21 by simonmar]
simonmar
2002-09-12
*
[project @ 2002-09-06 14:34:15 by simonmar]
simonmar
2002-09-06