Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rinat Striungis
unix
Commits
396d30ed
Commit
396d30ed
authored
10 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Fix markdown markup [skip ci]
parent
e5a24114
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
changelog.md
+2
-7
2 additions, 7 deletions
changelog.md
with
2 additions
and
7 deletions
changelog.md
+
2
−
7
View file @
396d30ed
...
@@ -6,25 +6,20 @@
...
@@ -6,25 +6,20 @@
*
Tighten
`SafeHaskell`
bounds for GHC 7.10+
*
Tighten
`SafeHaskell`
bounds for GHC 7.10+
*
Add haddock comments on
`RTLD_NEXT`
and
`RTLD_DEFAULT`
*
Add haddock comments on
`RTLD_NEXT`
and
`RTLD_DEFAULT`
*
Deprecate function
`haveRtldLocal`
*
Deprecate function
`haveRtldLocal`
*
Fix
`getGroupEntryForID/getGroupEntryForName
'
on Solaris. Solaris uses
*
Fix
`getGroupEntryForID/getGroupEntryForName
`
on Solaris. Solaris uses
CPP macros for required getgrgid_r and getgrnam_r functions definition
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
so the fix is to change from C ABI calling convention to C API calling
convention
convention
*
Fix potential type-mismatch in
`telldir`
/
`seekdir`
FFI imports
*
Fix potential type-mismatch in
`telldir`
/
`seekdir`
FFI imports
*
Use CAPI FFI import for
`truncate`
to make sure the LFS-version is used.
*
Use CAPI FFI import for
`truncate`
to make sure the LFS-version is used.
*
`executeFile`
: Fix
`ENOTDIR`
error for entries with non-directory
*
`executeFile`
: Fix
`ENOTDIR`
error for entries with non-directory
components in
`PATH`
(and instead skip over non-directory
`PATH`
-elements)
components in
`PATH`
(and instead skip over non-directory
`PATH`
-elements)
*
New functions in
`System.Posix.Unistd`
:
*
New functions in
`System.Posix.Unistd`
:
-
`fileSynchronise`
(aka
`fsync(2)`
), and
-
`fileSynchronise`
(aka
`fsync(2)`
), and
-
`fileSynchroniseDataOnly`
(aka
`fdatasync(2)`
)
-
`fileSynchroniseDataOnly`
(aka
`fdatasync(2)`
)
*
New module
`System.Posix.Fcntl`
providing
*
New module
`System.Posix.Fcntl`
providing
-
`fileAdvise`
(aka
`posix_fadvise(2)`
), and
-
`fileAdvise`
(aka
`posix_fadvise(2)`
), and
-
`fileAllocate`
(aka
`posix_fallocate(2)`
)
-
`fileAllocate`
(aka
`posix_fallocate(2)`
)
*
Fix SIGINFO and SIGWINCH definitions
*
Fix SIGINFO and SIGWINCH definitions
## 2.7.0.1 *Mar 2014*
## 2.7.0.1 *Mar 2014*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment