Skip to content

Commit 0be8255

Browse files
committedFeb 8, 2020
document that repo only contains ksh93u+ and v- for #1466
1 parent 683bccf commit 0be8255

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed
 

‎README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
1-
AST
2-
===
1+
# AST
32

43
This is the AT&T Software Technology (AST) toolkit from AT&T Research.
54
It includes many tools and libraries, like KSH, NMAKE, SFIO, VMALLOC, VCODEX,
65
etc. It also includes more efficient replacements for a lot of the POSIX tools.
76
It was designed to be portable across many UNIX systems and also works
87
under UWIN on Microsoft Windows (see UWIN repo on GitHub under att/uwin).
98

10-
This software is used to build itself, using NMAKE.
11-
After cloning this repo, cd to the top directory of it and run:
9+
## ksh93u+ and v-
10+
11+
This repo contains the **ksh93u+** and **ksh93v-** versions of KSH.
12+
13+
* **ksh93u+**, the master branch, was the last version released by the main AST
14+
authors in 2012, while they were at AT&T. It also has some later build
15+
fixes but it is not actively maintained.
16+
* ksh93v-, [ksh93v tag](https://github.com/att/ast/tree/ksh93v), contains
17+
contributions from the main authors through 2014 (after they left) and is
18+
considered less stable
19+
20+
Please search the web for forks of this repo (or check the
21+
[Network graph](https://github.com/att/ast/network) on GitHub) if you are
22+
looking for an actively maintained version of ksh.
23+
24+
## Build
25+
26+
This software is used to build itself, using NMAKE. After cloning this repo, cd
27+
to the top directory of it and run:
1228

1329
./bin/package make
1430

0 commit comments

Comments
 (0)