Name Date Size #Lines LOC

..--

CONTRIBUTORSH A D25-Jan-20196.9 KiB130125

LEGALH A D17-Jul-2003312 139

MakefileH A D18-Jun-2018533 2114

NOTESH A D12-Jan-201814.6 KiB288279

PROJECTSH A D08-Jan-20182.5 KiB6752

READMEH A D11-May-2017862 2316

alloc.cH A D16-Jan-20182.3 KiB12988

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

c_sh.cH A D14-Sep-202319.6 KiB910714

c_test.cH A D10-Jun-202312.3 KiB544419

c_test.hH A D20-Dec-20041.7 KiB5441

c_ulimit.cH A D28-Jun-20194.4 KiB194145

config.hH A D15-Jan-2018619 296

edit.cH A D23-Apr-202420 KiB972710

edit.hH A D21-Jun-20231.5 KiB6134

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

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

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

expand.hH A D06-Jan-20182.7 KiB10765

expr.cH A D20-Feb-201913.3 KiB602512

history.cH A D27-Aug-202417.3 KiB

io.cH A D24-Jul-20199.1 KiB462348

jobs.cH A D07-Jul-202038.6 KiB1,6481,232

ksh.1H A D25-Sep-2024132.6 KiB

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

lex.hH A D15-Jan-20183.4 KiB12095

mail.cH A D14-Jan-20194.3 KiB208153

main.cH A D23-Jul-202318.2 KiB849599

misc.cH A D24-Dec-202126.2 KiB1,153888

path.cH A D28-Jun-20195.1 KiB267184

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

sh.hH A D21-Jun-202319.3 KiB606467

shf.cH A D23-Sep-202421.7 KiB

shf.hH A D14-Dec-20153 KiB8062

syn.cH A D05-Jul-202119 KiB904733

table.cH A D16-Jan-20185 KiB250200

table.hH A D18-Jun-20186.3 KiB194146

trap.cH A D08-Dec-20189.2 KiB422305

tree.cH A D09-Apr-201813.3 KiB688581

tree.hH A D15-Oct-20155.1 KiB146102

tty.cH A D24-Oct-20211.2 KiB6047

tty.hH A D25-Sep-2015549 226

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

version.cH A D14-Jul-1999197 113

vi.cH A D12-Mar-202146.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