-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: lua/lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: Unvanquished/lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 18 files changed
- 1 contributor
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8b83417 - Browse repository at this point
Copy the full SHA 8b83417View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de794a6 - Browse repository at this point
Copy the full SHA de794a6View commit details
Commits on May 13, 2024
-
Bug: Active-lines for stripped vararg functions
Lua seg. faults when asked to create the 'activelines' table for a vararg function with no debug information.
Configuration menu - View commit details
-
Copy full SHA for dfbde4c - Browse repository at this point
Copy the full SHA dfbde4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e84f7bf - Browse repository at this point
Copy the full SHA e84f7bfView commit details
Commits on May 14, 2024
-
Function 'lua_toclose' can raise a non-memory error (but not a memory error).
Configuration menu - View commit details
-
Copy full SHA for e0efebd - Browse repository at this point
Copy the full SHA e0efebdView commit details
Commits on Jun 4, 2024
-
More disciplined use of 'errno'
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).
Configuration menu - View commit details
-
Copy full SHA for d5212c1 - Browse repository at this point
Copy the full SHA d5212c1View commit details -
ISO C forbids assignment of a union field to another field of the same union.
Configuration menu - View commit details
-
Copy full SHA for ae9a0cb - Browse repository at this point
Copy the full SHA ae9a0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db966f - Browse repository at this point
Copy the full SHA 2db966fView commit details
Commits on Jun 5, 2024
-
More permissive use of 'errno'
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.
Configuration menu - View commit details
-
Copy full SHA for 7eb1ed2 - Browse repository at this point
Copy the full SHA 7eb1ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ff8de - Browse repository at this point
Copy the full SHA 21ff8deView commit details
Commits on Jun 13, 2024
-
'lua.h' back to redundancy in version definitions
Several tools inspect 'lua.h' to extract version information, and they assume the file will have some specific format.
Configuration menu - View commit details
-
Copy full SHA for 1ab3208 - Browse repository at this point
Copy the full SHA 1ab3208View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master