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

Merge changes from Lua 5.4.7-rc3 #880

Merged
merged 6 commits into from
Jun 9, 2024
Merged

Merge changes from Lua 5.4.7-rc3 #880

merged 6 commits into from
Jun 9, 2024

Conversation

Sainan
Copy link
Collaborator

@Sainan Sainan commented Jun 5, 2024

No description provided.

@Sainan Sainan force-pushed the rebase-54 branch 2 times, most recently from 055c9fa to 27730c4 Compare June 7, 2024 22:27
@Sainan Sainan marked this pull request as ready for review June 7, 2024 22:55
Sainan and others added 6 commits June 9, 2024 09:23
…f564]

Set errno to zero before calling any function where we may use its
errno, and check errno for zero before using it (as functions may
not set it even in error).

Co-Authored-By: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
ISO C forbids assignment of a union field to another field of the same
union.

Co-Authored-By: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
…5c842bc66449d7e697826aa1d]

Co-Authored-By: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
…737]

Assume that no function will put garbage on errno (although ISO C allows
that). If any function during an operation set errno, and the operation
result in an error, assume that errno has something to say.

Co-Authored-By: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
…c907592b894e4b9ab036d3e]

Co-Authored-By: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
@well-in-that-case well-in-that-case merged commit 6ffcbe8 into main Jun 9, 2024
8 checks passed
@well-in-that-case well-in-that-case deleted the rebase-54 branch June 9, 2024 13:31
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.

None yet

2 participants