Name Date Size #Lines LOC

..--

CONTRIBUTORSH A D20-Feb-20206.9 KiB130125

LEGALH A D20-Feb-2020312 139

MakefileH A D20-Feb-2020533 2114

NOTESH A D20-Feb-202014.6 KiB288279

PROJECTSH A D20-Feb-20202.5 KiB6752

READMEH A D20-Feb-2020862 2316

alloc.cH A D20-Feb-20202.3 KiB12988

c_ksh.cH A D08-Jul-202430.5 KiB1,4291,169

c_sh.cH A D08-Jul-202419.6 KiB910714

c_test.cH A D08-Jul-202412.3 KiB544419

c_test.hH A D20-Feb-20201.7 KiB5441

c_ulimit.cH A D20-Feb-20204.4 KiB194145

config.hH A D20-Feb-2020619 296

edit.cH A D08-Jul-202420 KiB972710

edit.hH A D08-Jul-20241.5 KiB6134

emacs.cH A D08-Jul-202441.8 KiB2,1661,749

eval.cH A D08-Jul-202430.8 KiB1,3551,058

exec.cH A D08-Jul-202433 KiB1,4261,062

expand.hH A D20-Feb-20202.7 KiB10765

expr.cH A D20-Feb-202013.3 KiB602512

history.cH A D29-Jan-202517.3 KiB

io.cH A D20-Feb-20209.1 KiB462348

jobs.cH A D13-Mar-202138.6 KiB1,6481,232

ksh.1H A D29-Jan-2025132.6 KiB

lex.cH A D08-Jul-202436.2 KiB1,6951,411

lex.hH A D20-Feb-20203.4 KiB12095

mail.cH A D20-Feb-20204.3 KiB208153

main.cH A D08-Jul-202418.2 KiB849599

misc.cH A D18-Feb-202226.2 KiB1,153888

path.cH A D20-Feb-20205.1 KiB267184

sh.1H A D08-Jul-202451.8 KiB2,2652,264

sh.hH A D08-Jul-202419.3 KiB606467

shf.cH A D29-Jan-202521.7 KiB

shf.hH A D20-Feb-20203 KiB8062

syn.cH A D18-Feb-202219 KiB904733

table.cH A D20-Feb-20205 KiB250200

table.hH A D20-Feb-20206.3 KiB194146

trap.cH A D20-Feb-20209.2 KiB422305

tree.cH A D20-Feb-202013.3 KiB688581

tree.hH A D20-Feb-20205.1 KiB146102

tty.cH A D18-Feb-20221.2 KiB6047

tty.hH A D20-Feb-2020549 226

var.cH A D08-Jul-202427.5 KiB1,245993

version.cH A D20-Feb-2020197 113

vi.cH A D13-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