-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Dash-OS/tcl-signal
base: master
head repository: wjoye/tclsignal
compare: master
- 11 commits
- 12 files changed
- 4 contributors
Commits on Jan 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cca7c14 - Browse repository at this point
Copy the full SHA cca7c14View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0ed059 - Browse repository at this point
Copy the full SHA b0ed059View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6189622 - Browse repository at this point
Copy the full SHA 6189622View commit details
Commits on Jan 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9755772 - Browse repository at this point
Copy the full SHA 9755772View commit details
Commits on Apr 15, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7fb45e8 - Browse repository at this point
Copy the full SHA 7fb45e8View commit details
Commits on May 24, 2021
-
Merge pull request wjoye#2 from cyanogilvie/master
Fix init entrypoint name so that [package require tclsignal] works
Configuration menu - View commit details
-
Copy full SHA for afbf576 - Browse repository at this point
Copy the full SHA afbf576View commit details
Commits on Dec 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 27751c9 - Browse repository at this point
Copy the full SHA 27751c9View commit details
Commits on Feb 13, 2023
-
Update version in configure.ac
And perhaps release a new version, with the version bumped again?
Configuration menu - View commit details
-
Copy full SHA for d12af45 - Browse repository at this point
Copy the full SHA d12af45View commit details
Commits on Feb 14, 2023
-
Merge pull request wjoye#3 from gahr/patch-1
Update version in configure.ac
Configuration menu - View commit details
-
Copy full SHA for 235d81d - Browse repository at this point
Copy the full SHA 235d81dView commit details
Commits on Dec 21, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8f7901d - Browse repository at this point
Copy the full SHA 8f7901dView commit details
Commits on Dec 27, 2024
-
Merge pull request wjoye#5 from stefanoweidmann/master
Make compatible with Tcl 9
Configuration menu - View commit details
-
Copy full SHA for 69253d5 - Browse repository at this point
Copy the full SHA 69253d5View commit details
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