]> git.sur5r.net Git - tio/commit
Imported Upstream version 1.6 upstream/1.6
authorJakob Haufe <sur5r@sur5r.net>
Thu, 5 May 2016 19:54:52 +0000 (21:54 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Thu, 5 May 2016 19:54:52 +0000 (21:54 +0200)
commitafa9f82d7a23a55d8fda8cad326114e541dee21d
treec5e853db21abb5eca2d2ca74dd6cd15085a5ebbb
Imported Upstream version 1.6
31 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
compile [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
install-sh [new file with mode: 0755]
man/Makefile.am [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/tio.1 [new file with mode: 0644]
missing [new file with mode: 0755]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/bash-completion/tio [new file with mode: 0644]
src/include/config.h.in [new file with mode: 0644]
src/include/tio/log.h [new file with mode: 0644]
src/include/tio/options.h [new file with mode: 0644]
src/include/tio/print.h [new file with mode: 0644]
src/include/tio/time.h [new file with mode: 0644]
src/include/tio/tty.h [new file with mode: 0644]
src/log.c [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/options.c [new file with mode: 0644]
src/time.c [new file with mode: 0644]
src/tty.c [new file with mode: 0644]