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: githubhenrykay/LuaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dail8859/LuaScript
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.
  • 7 commits
  • 41 files changed
  • 4 contributors

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    abdc76c View commit details
    Browse the repository at this point in the history
  2. v0.11 release

    dail8859 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    066aeb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Fix NPP 8.3.3 plugin API compatibility

    Changed length, line and position variables to (u)intptr_t, to support
    files > 2 GB. This was done based on what the compiler complained about
    after changing Call functions in ScintillaWindow, so it might not cover
    everything.
    cmagnush committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    b39e09f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. More fixes for NPP 8.3.3 plugin API compatibility

    Change more places to (u)intptr_t, and remove a rather obvious
    static_cast<intptr_t> that prevented the previous commit to work
    with files > 2GB.
    cmagnush committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    191fd22 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Bump version to v0.12

    dail8859 committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0e8f8cf View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Add arm64 config (dail8859#98)

    chcg authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a2a8cc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Bump actions/checkout from 3 to 4 (dail8859#101)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a4dd230 View commit details
    Browse the repository at this point in the history
Loading