Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta10 #135

Merged
merged 196 commits into from
Jul 4, 2023
Merged

Beta10 #135

merged 196 commits into from
Jul 4, 2023

Conversation

afxgroup
Copy link
Collaborator

@afxgroup afxgroup commented Jul 4, 2023

Merge beta10 into master.
clib2 now is an AmigaOS shared library. libc.a and libm.a now are only stubs that calls clib2 functions
clib2 now is fully reentrant
Implemented unix sockets
Reworked pthread mutexes functions to use AmigaOS4 Mutexes
Added many new functions
Many fixes

afxgroup and others added 30 commits March 7, 2023 20:31
…correctly. Added a client-server example that use poll(). Some small fixes
Avoid struct poking and save a few lines of code by using GetPID()
in dos.library.
Don't assume that complex math isn't supported just because
__STDC_VERSION__ isn't defined. This will trick configure
scripts to assume that complex math isn't supported when
g++ is used. By checking __GCC_IEC_559_COMPLEX as well, this
problem is solved.
Merge Unixsockets branch into beta10
…n_is_defined

Don't assume that __STDC_VERSION__ is defined.
Use native GetPID() in unistd getpid().
Added shared library skeleton
…s and all other stuff is working correctly. There are some problems with varargs needs to be fixed
…d library stuff. Moved exe initialization into main.c file. Fixed library expunge
…rt. Added aio constructors and destructors and removed old cleanup/initialization code in libc. Added reeentrant errno
afxgroup and others added 29 commits June 8, 2023 13:32
…s will fix problems with newlib libraries loaded by third programs
@afxgroup afxgroup merged commit 28aa4ee into master Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants