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: Neo-vortex/lua-sandbox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 115 files changed
  • 1 contributor

Commits on Jun 30, 2023

  1. (feat)

    1- updated to the lates lua 5.4
    2- change optimization level to O3
    3- modify makefile to produce a shared lib from lua (not supported by the lua itself)
    Neo-vortex committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1e5f9f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f4358 View commit details
    Browse the repository at this point in the history
  3. (doc) update readme

    Neo-vortex committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f9ba011 View commit details
    Browse the repository at this point in the history
  4. Update README

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    af51c06 View commit details
    Browse the repository at this point in the history
  5. Update README

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    70bb489 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab9ad1c View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    da9a284 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    abc52e2 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    60b0397 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a7bb5b6 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0f5b405 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Neo-vortex authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a982eb5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b40d82f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 8, 2023

  1. Update README.md

    Neo-vortex authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    418fe7d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. (feat) more fuses

    Neo-vortex committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a8d62a1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	src/linit.c
    Neo-vortex committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6635ea8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master_original'

    # Conflicts:
    #	manual/manual.of
    #	testes/calls.lua
    #	testes/db.lua
    #	testes/errors.lua
    #	testes/files.lua
    #	testes/pm.lua
    #	testes/sort.lua
    #	testes/strings.lua
    #	testes/utf8.lua
    Neo-vortex committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    cf2bb2f View commit details
    Browse the repository at this point in the history
Loading