Skip to content

Tags: creack/pty

Tags

v1.1.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #201 from MacMalainey/master

add z/OS support

v1.1.23

Unverified

The email in this signature doesn’t match the committer email.
Fix go.mod

v1.1.21

Verified

This commit was signed with the committer’s verified signature.
creack Guillaume J. Charmes
Revert go.mod for v1.

v1.1.20

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #167 from sio/ioctl

Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints

v1.1.19

Verified

This commit was signed with the committer’s verified signature.
creack Guillaume J. Charmes
Revert riscv removal.

v1.1.18

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix aix compile error (#144)

* Fix windows compilation

* Fix compilation for AIX. Relates to #139

* Remove unused import for windows

v1.1.17

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename loongarchx to loong64. (#130)

loong64 GOARCH value reserved for LoongArch architecture:
	https://golang.org/doc/go1.17.

github issues:
	golang/go#46229

LoongArch documents:
	https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html

Signed-off-by: guoqi.chen <chenguoqi@loongson.cn>

v1.1.16

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add freebsd/ppc64 support in test_crosscompile.sh (#128)

v1.1.15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in openbsd build constraint (#125)

I noticed this when building termshark with Go 1.17.

v1.1.14

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for OpenBSD mips64 (#123)