Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gcompat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hal G
gcompat
Commits
f127620f
Verified
Commit
f127620f
authored
7 years ago
by
Anna Wilcox
🦊
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.1.0
parent
9bd5807f
No related branches found
Branches containing commit
Tags
0.2.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.rst
+87
-0
87 additions, 0 deletions
CHANGELOG.rst
with
87 additions
and
0 deletions
CHANGELOG.rst
0 → 100644
+
87
−
0
View file @
f127620f
==========================
Changelog for libgcompat
==========================
:Author:
* **A. Wilcox**, documentation writer
* **Contributors**, code
:Copyright:
© 2016-2017 Adélie Linux and contributors. NCSA open source licence.
0.1.0 (2017-10-15)
==================
ucontext
--------
* new module
* Adds getcontext(), which always sets errno to ENOSYS and returns -1.
resolv
------
* new module
* Adds res_ninit and res_nclose methods which wrap around standard
res_init and res_close.
string
------
* Adds strtoll_l and strtoull_l 'locale-aware' methods. Currently, these
do nothing but call the non-locale-aware versions as musl does not implement
`LC_NUMERIC`.
malloc
------
* Adds __libc_memalign which is a thin shim to musl's __memalign.
* Adds __libc_malloc, __libc_calloc, __libc_realloc, and __libc_free which are
used by some system-level software. These just call directly to musl's free
and malloc/calloc/realloc.
math
----
* Adds non-prefixed isinf, isinff, isnan, and isnanf, needed since these are
implemented as macros in musl.
Build system
------------
* A patch from Daniel James of VoidLinux has been applied, which allows use of
CC instead of hard-coding `gcc`.
Documentation
-------------
* Updates the README.
* Adds contribution guide, a copy of the license, and this changelog.
pthread
-------
* Adds __pthread_register_cancel and __pthread_unregister_cancel stubs, which
do nothing because they are not relevant to musl's pthread implementation.
* Adds __register_atfork stub.
* Removes pthread_setname_np since musl now provides it.
pwd
---
* new module
* Adds getpwent_r and fgetpwent_r.
sysctl
------
* new module
* Adds sysctl.
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