aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog.md
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-19 09:59:44 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2014-12-19 09:59:44 +0100
commit396d30ed26fd57b99dbb701ff6ee0c0d378f4600 (patch)
tree384691010446ba4e156dcee7b6498b28bbb67ceb /changelog.md
parente5a24114f52d82d4405dfec0f294f39b13696ea3 (diff)
Fix markdown markup [skip ci]
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 5d682bc..68e750b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -6,25 +6,20 @@
* Tighten `SafeHaskell` bounds for GHC 7.10+
* Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
* Deprecate function `haveRtldLocal`
- * Fix `getGroupEntryForID/getGroupEntryForName' on Solaris. Solaris uses
- CPP macros for required getgrgid_r and getgrnam_r functions definition
+ * Fix `getGroupEntryForID/getGroupEntryForName` on Solaris. Solaris uses
+ CPP macros for required `getgrgid_r` and `getgrnam_r` functions definition
so the fix is to change from C ABI calling convention to C API calling
convention
* Fix potential type-mismatch in `telldir`/`seekdir` FFI imports
-
* Use CAPI FFI import for `truncate` to make sure the LFS-version is used.
-
* `executeFile`: Fix `ENOTDIR` error for entries with non-directory
components in `PATH` (and instead skip over non-directory `PATH`-elements)
-
* New functions in `System.Posix.Unistd`:
- `fileSynchronise` (aka `fsync(2)`), and
- `fileSynchroniseDataOnly` (aka `fdatasync(2)`)
-
* New module `System.Posix.Fcntl` providing
- `fileAdvise` (aka `posix_fadvise(2)`), and
- `fileAllocate` (aka `posix_fallocate(2)`)
-
* Fix SIGINFO and SIGWINCH definitions
## 2.7.0.1 *Mar 2014*