haskell-directory.git
2011-04-08 Ian LynaghUpdate source repo location to be the git repo in ... master
2011-04-04 Simon Marlow add notes about the non-thread-localness of the curren...
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions ghc-darcs-git-switchover
2010-09-17 Ian LynaghBump version to 1.1.0.0
2010-09-02 Malcolm.Wallace... Make new permissions stuff build with nhc98.
2010-08-11 Ian LynaghAdd emptyPermissions
2010-08-02 Ian LynaghMake the permissions type abstract
2010-07-27 simonpj@microsoft.comAvoid need for ambiguity resolution; be explicit
2010-06-23 Simon Marlowrequire base-4.2; the Windows code needs withFilePath...
2010-06-13 Ian LynaghCheck for a NULL result from realpath; fixes #4113...
2010-06-02 Simon MarlowAllow base-4.3
2010-05-05 Simon MarlowAllow filepath-1.2.*
2010-02-27 Ian LynaghBump version number
2010-02-26 Simon MarlowFix #3878: various directory tests were wrong on Unix...
2010-02-03 benl@cse.unsw... On Solaris, _FILE_OFFSET_BITS must be defined before...
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-11-19 Ian LynaghInclude sys/types.h in HsDirectory.h; fixes trac #3653
2009-09-22 Ian LynaghUpdate output: filenames in exceptions on Windows
2009-09-20 Ian LynaghBump version to 1.0.1.0
2009-09-11 Ian LynaghAllow building with base 4.2
2009-08-09 Ian LynaghExport copyPermissions; fixes proposal #3392
2009-06-29 Simon Marlowmove Win32 SearchPath and SHGetFolderPath into the...
2009-06-29 Simon Marlowadd a test for getHomeDirectory et. al.
2009-06-23 Simon Marlowadd Windows output 2009-06-25
2009-06-18 Simon MarlowWindows: Unicode getDirectoryContents and setPermissions
2009-06-18 Simon Marlowadd a test for getDirectoryContents on a non-existent...
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-05-24 Ian LynaghGive bounds for the dependencies; fixes #3141
2009-04-01 Malcolm.Wallace... use Nhc98BaseConfig.h rather than HsDirectoryConfig.h
2009-03-16 Malcolm.Wallace... Since __hscore_R_OK and friends are inline C, use corre...
2009-03-13 Ian LynaghStop the copyFile00{1,2} tests tripping over each other
2009-03-12 Simon MarlowFIX #3086: use System.Win32.getTemporaryDirectory
2009-03-11 Simon MarlowFIX #2963: Use System.Win32.getCurrentDirectory
2009-03-07 Ian LynaghAdd config.guess, config.sub and install-sh
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.
2009-02-04 Simon Marlowfix this test for the new version of createDirectoryIfM...
2008-12-22 Duncan CouttsFix createDirectoryIfMissing to not throw if the dir...
2008-12-18 Duncan CouttsAlternative implementation of createDirectoryIfMissing
2009-01-22 Ian LynaghRequire Cabal version >= 1.6
2009-01-21 Ian LynaghAdd "bug-reports" and "source-repository" info to the...
2009-01-09 Ian LynaghFix getPermissions001 on Windows
2009-01-04 Ian LynaghAvoid using IOError internals
2008-12-01 Simon Marlowadd Windows output
2008-12-01 Simon Marlowrename test directory to avoid clash
2008-11-26 Simon Marlowavoid race conditions in createDirectoryIfMissing ...
2008-11-26 Simon Marlowadd test for createDirectoryIfMissing (#2808)
2008-11-14 Simon Marlowadd some extra_cleans
2008-11-12 Simon Marlowmake this test more robust to changes in the testsuite...
2008-09-27 Simon MarlowFix these tests
2008-09-20 Ian LynaghBump version number to 1.0.0.2
2008-08-31 Ross Patersonfix typo in extra-source-files 6_10_branch_has_been_forked
2008-08-28 Malcolm.Wallace... fix cabal build-depends for nhc98
2008-08-26 Simon Marlowadd createDirectory (already exists) test
2008-08-24 Ross Patersonadd extra-source-files
2008-08-24 Ross Patersonadd category field
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-18 Simon Marlowtest for renameFile
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-06-11 Ian LynaghMake currentDirectory001 not conflict with other tests...
2008-02-20 Malcolm.Wallace... unbreak previous patch for nhc98 2008-05-28
2008-02-18 Simon MarlowgetTemporaryDirectory: be more precise when catching...
2008-02-05 Simon Marlowmake this test work on Windows
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-10-18 Duncan CouttsSpecify build-type: Configure
2007-10-18 Simon Marlowthis sneaked in somehow
2007-10-18 Simon Marlowadd test for #1652
2007-10-18 Simon Marlowimport System.Directory, not Directory
2007-10-18 Simon Marlowmove copyFile001 from testsuite
2007-10-18 Simon MarlowMove tests from testsuite/tests/ghc-regress/lib/Directory
2007-09-13 Ian LynaghAdd more entries to boring file
2007-09-13 Ian LynaghAdd a boring file
2007-09-02 sven.panne... Fixed permission setting in copyFile 2007-09-13 ghc-6_8_branched_2007-09-03
2007-08-24 Simon Marlowdelete configure droppings in setup clean
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-06-13 Bertram Felgenhauerinstall HsDirectoryConfig.h
2007-06-06 Simon Marlow#undef PACKAGE_NAME and friends to avoid clashes
2007-06-04 Ross Paterson--configure-option and --ghc-option are now provided...
2007-05-25 Malcolm.Wallace... Cpp exclusion macro -> defined(__GLASGOW_HASKELL__...
next