Make the permissions type abstract
[haskell-directory.git] / System /
2010-08-02 Ian LynaghMake the permissions type abstract
2010-07-27 simonpj@microsoft.comAvoid need for ambiguity resolution; be explicit
2010-06-13 Ian LynaghCheck for a NULL result from realpath; fixes #4113...
2010-02-26 Simon MarlowFix #3878: various directory tests were wrong on Unix...
2009-11-24 Malcolm.Wallace... Make it build with nhc98 again.
2009-11-23 Malcolm.Wallace... Make indentation H'98 compliant.
2009-11-23 Malcolm.Wallace... Use H'98-compliant indentation in do-block.
2009-08-09 Ian LynaghExport copyPermissions; fixes proposal #3392
2009-06-29 Simon Marlowmove Win32 SearchPath and SHGetFolderPath into the...
2009-06-18 Simon MarlowWindows: Unicode getDirectoryContents and setPermissions
2009-06-17 Simon MarlowDecouple from System.Posix.Internals on Unix
2009-05-29 Simon Marlowchanges for the new IO library
2009-05-29 Simon MarlowFix #3189: add docs to findExecutable
2009-05-28 Simon MarlowFix #3189: use System.Win32.getFullPathName
2009-03-16 Malcolm.Wallace... Since __hscore_R_OK and friends are inline C, use corre...
2009-03-12 Simon MarlowFIX #3086: use System.Win32.getTemporaryDirectory
2009-03-11 Simon MarlowFIX #2963: Use System.Win32.getCurrentDirectory
2009-02-18 Malcolm.Wallace... Fix Hugs build (#ifdef code inclusion was slightly...
2009-02-06 Malcolm.Wallace... nhc98 now uses more of the code (shared with ghc) here.
2008-12-22 Duncan CouttsFix createDirectoryIfMissing to not throw if the dir...
2008-12-18 Duncan CouttsAlternative implementation of createDirectoryIfMissing
2009-01-04 Ian LynaghAvoid using IOError internals
2008-11-26 Simon Marlowavoid race conditions in createDirectoryIfMissing ...
2008-08-21 Simon Marlowmake more use of System.Win32 or System.Posix
2008-08-20 Simon Marlowfix #2298: use MoveFileEx() on Windows
2008-08-12 Ross Patersonimport the Haskell 98 module Control.Exception.Base...
2008-08-05 Malcolm.Wallace... fixup for change of exception types in nhc98
2008-08-03 Ian LynaghRemove uses of catchAny and ignoreExceptions
2008-06-23 Ian LynaghFollow extensible exceptions changes
2008-07-03 Ian LynaghSilence warnings
2008-06-20 Ian LynaghFix warnings in directory
2008-02-20 Malcolm.Wallace... unbreak previous patch for nhc98 2008-05-28
2008-02-18 Simon MarlowgetTemporaryDirectory: be more precise when catching...
2008-01-22 Simon MarlowcanonicalizePath should also do System.FilePath.normalise
2007-11-26 Ian LynaghFix a URL
2007-11-17 Ross Patersonfix imports for non-GHC
2007-09-02 sven.panne@aedion.deFixed permission setting in copyFile 2007-09-13 ghc-6_8_branched_2007-09-03
2007-08-23 Simon MarlowFIX #1280: getPermissions wasn't working on Vista
2007-08-04 Malcolm.Wallace... Restore working version of copyFile for nhc98.
2007-07-22 Ian LynaghUse Control.Exception exception handlers, and make...
2007-07-22 Ian LynaghFix whitespace
2007-07-21 Ian LynaghFix doesDirectoryExist; fixes trac #1490
2007-07-01 Ian LynaghOoops, we don't have dropDrive
2007-06-30 Ian LynaghUse filepath rather than our own System.Directory.Internals
2007-06-30 Ian LynaghAdd makeRelativeToCurrentDirectory
2007-06-27 Malcolm.Wallace... Avoid using C comments in Haskell code :-)
2007-05-25 Ross Patersonupdate CFILES pragma (used by Hugs only)
2007-05-19 Ian LynaghRemove non-directory stuff (of base), and rename packag...
2007-04-26 Simon Marlowtweak documentation as per suggestion from Marc Weber...
2007-04-13 Malcolm.Wallace... For nhc98 only, use hsc2hs to determine System.Posix...
2007-04-12 Malcolm.Wallace... mark System.IO.openTempFile as non-portable in haddocks
2007-04-04 Ian LynaghFix braino
2007-04-04 Malcolm.Wallace... Fix incorrect changes to C types in a foreign import...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix type mismatches between foreign imports and HsBase.h
2007-03-04 Ian LynaghAdd ioeGetLocation, ioeSetLocation to System/IO/Error...
2007-02-28 Peter Simonsdocument timeout limitations
2007-02-28 Peter SimonsSo many people were involved in the writing of this...
2007-01-26 Peter SimonsThis patch adds a timeout function to the base librarie...
2007-02-25 sven.panne@aedion.deFDs are CInts now, fixing non-GHC builds
2007-02-19 Ian LynaghConsistently use CInt rather than Int for FDs
2007-01-05 Ross Patersonversion of example using Tomasz Zielonka's technique
2006-11-16 Malcolm.Wallace... (nhc98) use new primitive implementations of h{Put...
2006-11-10 Malcolm.Wallace... __hscore_long_path_size is not portable beyond GHC
2006-11-07 Ross Patersonredefine writeFile and appendFile using withFile
2006-11-07 Ross Patersonadd withFile and withBinaryFile (#966)
2006-11-08 Malcolm.Wallace... remove conflicting import for nhc98
2006-11-07 Ross Patersonnon-GHC: fix canonicalizeFilePath
2006-11-07 Simon Marlowenable canonicalizePath for non-GHC platforms
2006-10-30 Ross Patersonminor clarification of RandomGen doc
2006-10-30 Ross Patersonrearrange docs a bit
2006-08-23 Simon Marlowadd notes about why copyFile doesn't remove the target
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-22 Simon MarlowcopyFile: try removing the target file before opening...
2006-08-13 Ross PatersonHugs only: disable unused process primitives
2006-08-09 Ross Patersonremove unnecessary #include "ghcconfig.h"
2006-07-07 simonpj@microsoftAdd missing method genRange for StdGen (fixes #794)
2006-07-05 Simon MarlowUNDO: Merge "unrecognized long opt" fix from 6.4.2
2006-05-06 Sven PanneMerge "unrecognized long opt" fix from 6.4.2
2006-05-04 Ross Patersonfix for non-GHC
2006-05-04 Ross Patersonuse bracket in appendFile (like writeFile)
2006-05-04 Simon MarlowwriteFile: close the file on error
2006-05-01 Ross Patersonfix previous patch
2006-05-01 Ross Patersonfixes for non-GHC
2006-04-27 Ross Patersonfix imports for mingw32 && !GHC
2006-04-26 Simon MarlowRequireOrder: do not collect unrecognised options after...
2006-03-10 Simon MarlowaddToClockTime: handle picoseconds properly
2006-02-10 Ian LynaghAvoid overflow when normalising clock times
2006-02-10 Ian LynaghYears have 365 days, not 30*365
2005-11-17 simonmar[project @ 2005-11-17 11:28:43 by simonmar]
2005-11-11 simonmar[project @ 2005-11-11 12:01:58 by simonmar]
2005-11-10 simonmar[project @ 2005-11-10 12:58:32 by simonmar]
2005-10-25 simonmar[project @ 2005-10-25 12:01:11 by simonmar]
2005-10-21 ross[project @ 2005-10-21 06:54:13 by ross]
2005-10-20 krasimir[project @ 2005-10-20 18:07:53 by krasimir]
2005-10-20 krasimir[project @ 2005-10-20 17:12:28 by krasimir]
2005-10-18 simonmar[project @ 2005-10-18 11:36:25 by simonmar]
2005-10-13 ross[project @ 2005-10-13 11:09:50 by ross]
2005-10-10 sof[project @ 2005-10-10 23:32:51 by sof]
2005-09-21 simonmar[project @ 2005-09-21 11:54:59 by simonmar]
next