Commit Graph

5 Commits

Author SHA1 Message Date
Qi Xiao
c7901a7e3e Use persistent list as the underlying data structure for lists. 2017-06-14 01:46:19 +01:00
Qi Xiao
fc519223b3 Use the "dep" tool to manage dependencies. 2017-06-12 23:06:30 +01:00
Xuan Chen
cf12ae3060 Rewrite sys/ package in pure Go (#345)
* Re-implemented in pure golang.

Signed-off-by: xchenan <xchenan@gmail.com>

* Vendored github.com/mattn/go-isatty/ and golang.org/x/sys/unix/; Fixed issues on MacOS

Signed-off-by: xchenan <xchenan@gmail.com>

* Added comments in winsize.go; Removed unused functions and constants in termios_linux.go and termios_bsd.go;

Signed-off-by: xchenan <xchenan@gmail.com>

* Handled distinctive NFDBits and func index's return values according to
different architectures.

Signed-off-by: xchenan <xchenan@gmail.com>
2017-05-23 20:24:04 +01:00
Qi Xiao
c1fa531ac8 Vendor github.com/kr/pty for use in tests.
It is now at 2c10821df3c3cf905230d078702dfbe9404c9b23.
2017-05-21 22:01:36 +01:00
Qi Xiao
e6648ffd92 Vendor go-sqlite3; require go 1.6. 2016-09-15 15:59:56 +02:00