aboutsummaryrefslogtreecommitdiffhomepage
path: root/changelog
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-13 10:17:54 +0200
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2013-10-20 14:01:00 +0200
commitddfab51b890f772962f0c53149a98cd964bb08f2 (patch)
treedcb63eff4990109e7c8deade40109733755a779d /changelog
parent76584fa84022251bd91a80a4df282e3726d66687 (diff)
`M-x untabify` changelog and unix.cabal
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'changelog')
-rw-r--r--changelog40
1 files changed, 20 insertions, 20 deletions
diff --git a/changelog b/changelog
index 49ebc74..165cf82 100644
--- a/changelog
+++ b/changelog
@@ -3,28 +3,28 @@
2.7.0.0 Oct 2013
* Add new `Bool` flag to `ProcessStatus(Terminated)` constructor
- indicating whether a core dump occured
+ indicating whether a core dump occured
- * New functions in "System.Posix.Files(.ByteString)" for operating
- on high resolution file timestamps:
+ * New functions in "System.Posix.Files(.ByteString)" for operating
+ on high resolution file timestamps:
- + `setFdTimesHiRes :: Fd -> POSIXTime -> POSIXTime -> IO ()`
- + `setFileTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
- + `setSymbolicLinkTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
- + `touchFd :: Fd -> IO ()`
- + `touchSymbolicLink :: FilePath -> IO ()`
+ + `setFdTimesHiRes :: Fd -> POSIXTime -> POSIXTime -> IO ()`
+ + `setFileTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
+ + `setSymbolicLinkTimesHiRes :: FilePath -> POSIXTime -> POSIXTime -> IO ()`
+ + `touchFd :: Fd -> IO ()`
+ + `touchSymbolicLink :: FilePath -> IO ()`
- * Export `SignalInfo(..)` and `SignalSpecificInfo(..)` as well as
- the two `Handler` constructors `CatchInfo` and `CatchInfoOnce`
- from "System.Posix.Signals".
+ * Export `SignalInfo(..)` and `SignalSpecificInfo(..)` as well as
+ the two `Handler` constructors `CatchInfo` and `CatchInfoOnce`
+ from "System.Posix.Signals".
- * Don't export `seekDirStream` and `tellDirStream` if the
- underlying `seekdir(3)`/`telldir(3)` system calls are not
- available (as on Android).
+ * Don't export `seekDirStream` and `tellDirStream` if the
+ underlying `seekdir(3)`/`telldir(3)` system calls are not
+ available (as on Android).
- * Fix library detection of `shm*` on openSUSE (#8350)
+ * Fix library detection of `shm*` on openSUSE (#8350)
- * Update package to `cabal-version >= 1.10` format
+ * Update package to `cabal-version >= 1.10` format
2.6.0.1 Jan 2013
@@ -35,7 +35,7 @@
2.6.0.0 Sep 2012
* Bundled with GHC 7.6.1
- * New functions `mkdtemp` and `mkstemps` in "System.Posix.Temp"
- * New functions `setEnvironment` and `cleanEnv`
- * New functions `accessTimeHiRes`, `modificationTimeHiRes`, and
- `statusChangeTimeHiRes` for accessing high resolution timestamps
+ * New functions `mkdtemp` and `mkstemps` in "System.Posix.Temp"
+ * New functions `setEnvironment` and `cleanEnv`
+ * New functions `accessTimeHiRes`, `modificationTimeHiRes`, and
+ `statusChangeTimeHiRes` for accessing high resolution timestamps