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: Dash-OS/tcl-signal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wjoye/tclsignal
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
  • 12 files changed
  • 4 contributors

Commits on Jan 2, 2019

  1. update TEA 3.13

    wjoye committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    cca7c14 View commit details
    Browse the repository at this point in the history
  2. update TEA 3.13

    wjoye committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    b0ed059 View commit details
    Browse the repository at this point in the history
  3. update TEA 3.13

    wjoye committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    6189622 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. update TEA 3.13

    wjoye committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    9755772 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Fix init entrypoint name so that [package require tclsignal] works, f…

    …ix warning about int->pointer cast for 64 bit platforms, Add basic usage and license to the README.md.
    cyanogilvie committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    7fb45e8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Merge pull request wjoye#2 from cyanogilvie/master

    Fix init entrypoint name so that [package require tclsignal] works
    wjoye authored May 24, 2021
    Configuration menu
    Copy the full SHA
    afbf576 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. update TEA

    wjoye committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    27751c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update version in configure.ac

    And perhaps release a new version, with the version bumped again?
    gahr authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d12af45 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge pull request wjoye#3 from gahr/patch-1

    Update version in configure.ac
    wjoye authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    235d81d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Make compatible with Tcl 9

    This means relying on the default mechanism to
    find Tclsignal_Init in the shared library.
    Otherwise on Tcl 9.0 it looks for 'tclsignal_Init'
    (lowercase 't') and won't find it.
    This is due to a breaking change that titlecase is not applied
    to the prefix (https://www.tcl.tk/man/tcl9.0/TclCmd/load.html)
    The change still works in Tcl 8 because the library is correctly named.
    stefanoweidmann committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    8f7901d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Merge pull request wjoye#5 from stefanoweidmann/master

    Make compatible with Tcl 9
    wjoye authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    69253d5 View commit details
    Browse the repository at this point in the history
Loading