[commit: packages/directory] master: Update changelog.md (5cbbf50)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:36:03 UTC 2017
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Move the closing parent to a separate line. (97599c0)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Remove unsafeCoerce, use only coerce on GHC 7.8 and later. (b38f240)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/5cbbf502b369328b07795cb15aa60d4ca2c82be3/directory
>---------------------------------------------------------------
commit 5cbbf502b369328b07795cb15aa60d4ca2c82be3
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Mar 7 06:43:27 2017 -0500
Update changelog.md
>---------------------------------------------------------------
5cbbf502b369328b07795cb15aa60d4ca2c82be3
changelog.md | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/changelog.md b/changelog.md
index bb56c86..b06db0f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -8,15 +8,11 @@ Changelog for the [`directory`][1] package
* Improve support (partially) for paths longer than 260 characters on
Windows. To achieve this, many functions will now automatically prepend
- `\\?\` before calling the Windows API. Side effects of this change:
- * After calling `setCurrentDirectory`, calls to the Windows API function
- `GetCurrentDirectory` will return a path with the `\\?\` prefix. The
- Haskell function `getCurrentDirectory` mitigates this problem by
- automatically stripping the prefix.
- * The `\\?\` prefix may show up in the error messages of the affected
- functions.
-
- * `makeAbsolute` can now handle drive-relative paths on Windows.
+ `\\?\` before calling the Windows API. As a side effect, the `\\?\`
+ prefix may show up in the error messages of the affected functions.
+
+ * `makeAbsolute` can now handle drive-relative paths on Windows such as
+ `C:foobar`
## 1.3.1.0 (March 2017)
- Previous message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Move the closing parent to a separate line. (97599c0)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Remove unsafeCoerce, use only coerce on GHC 7.8 and later. (b38f240)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list