8000 Tags · WhatsApp/power_shell · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: WhatsApp/power_shell

Tags

v1.3.0

Toggle v1.3.0's commit message
Prepare 1.3.0 release

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #12 from max-au/release_122

Update version for release

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from max-au/max-au/power_shell_121

Release v. 1.2.1

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
potatosalad Andrew Bennett
Version 1.2.0

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
potatosalad Andrew Bennett
Fix license abbreviation to be: BSD-3-Clause-Clear

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from max-au/max-au/otp-25-support

power_shell: remove OTP 20, add OTP 25 support

1.1.6

Toggle 1.1.6's commit message
power_shell: configurable support for -on_load()

Previous versions did not support -on_load() compiler attribute,
allowing to evaluate code without NIFs loaded in place of Erlang
code.
This commit adds support for -on_load(), switched off by default,
and enabled via {skip_on_load, false} setting.

1.1.5

Toggle 1.1.5's commit message
power_shell: support for OTP-23

1.1.4

Toggle 1.1.4's commit message
power_shell: better anonymous function name in stack trace

Fixed a bug when erlang:raise/3 was not raising an exception
due to badarg for stacktrace (function name was not an atom).

1.1.3

Toggle 1.1.3's commit message
power_shell_eval: fixed bindings incorrectly leaking into local function

Local function called externally should not have binndings defined.
0