Name Date Size #Lines LOC

..08-May-2022-

CONTRIBUTORSH A D08-May-20226.9 KiB130125

LEGALH A D08-May-2022312 139

MakefileH A D08-May-2022533 2114

NOTESH A D08-May-202214.6 KiB288279

PROJECTSH A D08-May-20222.5 KiB6752

READMEH A D08-May-2022862 2316

alloc.cH A D08-May-20222.3 KiB12988

c_ksh.cH A D24-Apr-202430.5 KiB1,4291,169

c_sh.cH A D15-Sep-202319.6 KiB910714

c_test.cH A D11-Jun-202312.3 KiB544419

c_test.hH A D08-May-20221.7 KiB5441

c_ulimit.cH A D08-May-20224.4 KiB194145

config.hH A D08-May-2022619 296

edit.cH A D24-Apr-202420 KiB972710

edit.hH A D22-Jun-20231.5 KiB6134

emacs.cH A D22-Jun-202341.8 KiB2,1661,749

eval.cH A D25-May-202330.8 KiB1,3551,058

exec.cH A D22-Jun-202333 KiB1,4261,062

expand.hH A D08-May-20222.7 KiB10765

expr.cH A D08-May-202213.3 KiB602512

history.cH A D08-May-202217.3 KiB873667

io.cH A D08-May-20229.1 KiB462348

jobs.cH A D08-May-202238.6 KiB1,6481,232

ksh.1H A D21-Oct-2023132.6 KiB5,6365,635

lex.cH A D29-Apr-202436.2 KiB1,6951,411

lex.hH A D08-May-20223.4 KiB12095

mail.cH A D08-May-20224.3 KiB208153

main.cH A D24-Jul-202318.2 KiB849599

misc.cH A D08-May-202226.2 KiB1,153888

path.cH A D08-May-20225.1 KiB267184

sh.1H A D06-Mar-202451.8 KiB2,2652,264

sh.hH A D22-Jun-202319.3 KiB606467

shf.cH A D08-May-202221.4 KiB999788

shf.hH A D08-May-20223 KiB8062

syn.cH A D08-May-202219 KiB904733

table.cH A D08-May-20225 KiB250200

table.hH A D08-May-20226.3 KiB194146

trap.cH A D08-May-20229.2 KiB422305

tree.cH A D08-May-202213.3 KiB688581

tree.hH A D08-May-20225.1 KiB146102

tty.cH A D08-May-20221.2 KiB6047

tty.hH A D08-May-2022549 226

var.cH A D24-Jul-202327.5 KiB1,245993

version.cH A D08-May-2022197 113

vi.cH A D08-May-202246.9 KiB2,2621,916

README

1$OpenBSD: README,v 1.16 2017/05/11 20:17:17 jmc Exp $
2
3Last updated Jul '99 for pdksh-5.2.14.
4
5PDksh is a mostly complete AT&T ksh look-alike (see NOTES file for a list
6of things not supported).  Work is mostly finished to make it fully
7compatible with both POSIX and AT&T ksh (when the two don't conflict).
8
9PDksh was being maintained by Michael Rendell (michael@cs.mun.ca),
10who took over from Simon J. Gerraty (sjg@zen.void.oz.au) at the latter's
11suggestion.
12
13Files of interest:
14	CONTRIBUTORS	short history of pdksh, people who contributed, etc.
15	NOTES		lists of known bugs in pdksh, at&t ksh, and posix.
16	PROJECTS	list of things that need to be done in pdksh.
17	LEGAL		A file detailing legal issues concerning pdksh.
18
19
20BTW, THE MOST FREQUENTLY REPORTED BUG IS
21	echo hi | read a; echo $a	# Does not print hi
22I'm aware of this and there is no need to report it.
23