Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

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
Choose a base ref
...
head repository: Unvanquished/lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 18 files changed
  • 1 contributor

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    8b83417 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Towards release 5.4.7

    roberto-ieru committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    de794a6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. 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.
    roberto-ieru committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dfbde4c View commit details
    Browse the repository at this point in the history
  2. Details

    Typos in comments.
    roberto-ieru committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e84f7bf View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Detail in the manual

    Function 'lua_toclose' can raise a non-memory error (but not a
    memory error).
    roberto-ieru committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e0efebd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. 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).
    roberto-ieru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d5212c1 View commit details
    Browse the repository at this point in the history
  2. Bug: overlapping assignments

    ISO C forbids assignment of a union field to another field of the same
    union.
    roberto-ieru committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ae9a0cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db966f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. 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.
    roberto-ieru committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7eb1ed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21ff8de View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. '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.
    roberto-ieru committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1ab3208 View commit details
    Browse the repository at this point in the history
Loading