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

Tags: creack/pty

Tags

v1.1.24

Toggle v1.1.24's commit message

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

Toggle v1.1.23's commit message

Unverified

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

v1.1.21

Toggle v1.1.21's commit message

Verified

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

v1.1.20

Toggle v1.1.20'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 #167 from sio/ioctl

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

v1.1.19

Toggle v1.1.19's commit message

Verified

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

v1.1.18

Toggle v1.1.18's commit message

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

Toggle v1.1.17's commit message

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

Toggle v1.1.16's commit message

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

Toggle v1.1.15's commit message

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

Toggle v1.1.14's commit message

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)

0