Skip to content

att/ast

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

change for gcc v10
change to ps.c to remote pid size check
change to sfputr.c to disable use of memccpy
change to cmdarg.c to adjust argument length calc. due to failures in tw
cc1bca2

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
June 30, 2020 10:49
February 12, 2020 14:03
January 11, 2016 15:54

AST

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

ksh93u+ and v-

This repo contains the ksh93u+ and ksh93v- versions of KSH.

  • ksh93u+, the master branch, was the last version released by the main AST authors in 2012, while they were at AT&T. It also has some later build fixes but it is not actively maintained.
  • ksh93v-, ksh93v tag, contains contributions from the main authors through 2014 (after they left) and is considered less stable

Please search the web for forks of this repo (or check the Network graph on GitHub) if you are looking for an actively maintained version of ksh.

Build

This software is used to build itself, using NMAKE. After cloning this repo, cd to the top directory of it and run:

./bin/package make

Almost all the tools in this package (including the bin/package script are self-documenting; run --man (or --html) for the man page for the tool.

(If you were used to the old AST packaging mechanism, on www.research.att.com, this repo is equivalent to downloading the INIT and ast-open packages and running: ./bin/package read on them).