port openbsd ksh
commit3b7eab110f0a7e43f9147ddaf0ca80ce3befb723
authorLauri Tirkkonen <lotheac@iki.fi>
Thu, 25 Jan 2018 23:19:34 +0000 (26 01:19 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Mon, 16 Jul 2018 20:31:47 +0000 (16 23:31 +0300)
treeb1e0a1c4e17bd8440b9a4ba71a52040817fcb2d4
parentf8a468682879a707b14db966cf0091cd45f3ed0e
port openbsd ksh

not shipped yet, but buildable
53 files changed:
bin/ksh/CONTRIBUTORS [new file with mode: 0644]
bin/ksh/LEGAL [new file with mode: 0644]
bin/ksh/Makefile [new file with mode: 0644]
bin/ksh/NOTES [new file with mode: 0644]
bin/ksh/PROJECTS [new file with mode: 0644]
bin/ksh/README [new file with mode: 0644]
bin/ksh/alloc.c [new file with mode: 0644]
bin/ksh/c_ksh.c [new file with mode: 0644]
bin/ksh/c_sh.c [new file with mode: 0644]
bin/ksh/c_test.c [new file with mode: 0644]
bin/ksh/c_test.h [new file with mode: 0644]
bin/ksh/c_ulimit.c [new file with mode: 0644]
bin/ksh/charclass.h [new file with mode: 0644]
bin/ksh/compat.h [new file with mode: 0644]
bin/ksh/compat.mk [new file with mode: 0644]
bin/ksh/compat/include/fcntl.h [new file with mode: 0644]
bin/ksh/compat/include/libgen.h [new file with mode: 0644]
bin/ksh/compat/include/signal.h [new file with mode: 0644]
bin/ksh/compat/include/sys/queue.h [new file with mode: 0644]
bin/ksh/compat/signames.c [new file with mode: 0644]
bin/ksh/config.h [new file with mode: 0644]
bin/ksh/edit.c [new file with mode: 0644]
bin/ksh/edit.h [new file with mode: 0644]
bin/ksh/emacs.c [new file with mode: 0644]
bin/ksh/eval.c [new file with mode: 0644]
bin/ksh/exec.c [new file with mode: 0644]
bin/ksh/expand.h [new file with mode: 0644]
bin/ksh/expr.c [new file with mode: 0644]
bin/ksh/history.c [new file with mode: 0644]
bin/ksh/io.c [new file with mode: 0644]
bin/ksh/jobs.c [new file with mode: 0644]
bin/ksh/ksh.1 [new file with mode: 0644]
bin/ksh/lex.c [new file with mode: 0644]
bin/ksh/lex.h [new file with mode: 0644]
bin/ksh/mail.c [new file with mode: 0644]
bin/ksh/main.c [new file with mode: 0644]
bin/ksh/misc.c [new file with mode: 0644]
bin/ksh/path.c [new file with mode: 0644]
bin/ksh/sh.1 [new file with mode: 0644]
bin/ksh/sh.h [new file with mode: 0644]
bin/ksh/shf.c [new file with mode: 0644]
bin/ksh/shf.h [new file with mode: 0644]
bin/ksh/syn.c [new file with mode: 0644]
bin/ksh/table.c [new file with mode: 0644]
bin/ksh/table.h [new file with mode: 0644]
bin/ksh/trap.c [new file with mode: 0644]
bin/ksh/tree.c [new file with mode: 0644]
bin/ksh/tree.h [new file with mode: 0644]
bin/ksh/tty.c [new file with mode: 0644]
bin/ksh/tty.h [new file with mode: 0644]
bin/ksh/var.c [new file with mode: 0644]
bin/ksh/version.c [new file with mode: 0644]
bin/ksh/vi.c [new file with mode: 0644]