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

Preparing release of the v1.4.0 #214

Merged
merged 148 commits into from
Nov 26, 2024
Merged

Preparing release of the v1.4.0 #214

merged 148 commits into from
Nov 26, 2024

Conversation

walkero-gr
Copy link
Contributor

No description provided.

afxgroup and others added 30 commits June 6, 2024 08:37
…o avoid to release the semaphore twice. Some deferred check to speed up things
…tive(pipe_fd) returns false. Use SetBlockingMode() to set O_NONBLOCK for pipes instead of SetMode().
Fix problems with pipe and O_NONBLOCK.
…__get_default_file is now public but needs to be declared as extern if someone wants to use it (or include dos.h that can come with side effects)
Fixed Spawnv. Added waitpid/wait functions
Reverse the order of SBM_(NON_)BLOCKING. (Second attempt.)
Added ERROR_WOULD_BLOCK == EWOULDBLOCK to __translate_io_error_to_err…
… test if tty functions are working correctly (and it seems not..)
Added handling of O_NONBLOCK fds for select/poll.
Poll mode reported avaibale data,even that isn't the case
elfpipe and others added 29 commits August 27, 2024 21:23
Beta10 - patches to fix performance of spawnvpe+waitpid
Fix return code for spawnvpe/waitpid.
Revert initializer to 0 instead of EOF (stdio/fwrite.c).
Fix popen/pclose and add test for popen.
Remove command size limit in spawning functions.
Wmem new memory allocator
@walkero-gr walkero-gr merged commit 1e4d165 into master Nov 26, 2024
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.

4 participants