Rebooting 93u+m
This commit reboots ksh 93u+m development with a new fork based off
the archived official AT&T ast repo, master branch.
README:
- Removed. Having two READMEs is a botch.
README.md:
- Imported and edited from the archived fork,
https://github.com/modernish/ksh -- the newer instructions will
become applicable as I cherry-pick all the changes from there :)
- Copy-edits.
- Added policy and rationale for this 93u+m fork.
- Incorporated info from old README that is still relevant.
.gitignore:
- Added.
bin/execrate:
- Removed. This one keeps changing its license header, causing git
to show an uncommitted file. It's always re-copied anyway, and
not for direct invocation, so, exclude and add to .gitignore.
The source file is: src/cmd/INIT/execrate.sh
src/cmd/*,
src/lib/*:
- Remove historical baggage: everything except ksh93 and
dependencies. This is the same stuff the ksh-community fork
removed. I wouldn't mind keeping it, but some of this stuff
causes build failures on macOS (and probably other systems), and
I need to get on with fixing ksh93.
Hopefully, we can figure out how to re-add stuff we can use
later -- particularly the pty command (pseudo-terminal utility
for scripting interactive sessions) which is needed for
regression-testing the interactive shell.
2020-06-11 23:43:13 +00:00
|
|
|
# Project-specific files
|
|
|
|
arch
|
|
|
|
tgz
|
|
|
|
lcl
|
|
|
|
|
2020-12-20 01:31:26 +00:00
|
|
|
# Flat make libs, binaries, etc
|
2021-01-06 20:17:31 +00:00
|
|
|
/bin/.paths
|
|
|
|
/bin/ar
|
|
|
|
/bin/cc
|
|
|
|
/bin/crossexec
|
|
|
|
/bin/ditto
|
|
|
|
/bin/filter
|
|
|
|
/bin/hurl
|
|
|
|
/bin/iffe
|
|
|
|
/bin/ksh
|
|
|
|
/bin/mamake
|
|
|
|
/bin/mktest
|
|
|
|
/bin/ok/
|
|
|
|
/bin/proto
|
|
|
|
/bin/pty
|
|
|
|
/bin/ratz
|
|
|
|
/bin/regress
|
|
|
|
/bin/release
|
|
|
|
/bin/rt
|
|
|
|
/bin/shcomp
|
|
|
|
/bin/suid_exec
|
|
|
|
/fun/
|
|
|
|
/include/
|
|
|
|
/lib/file/
|
|
|
|
/lib/lib/
|
|
|
|
/lib/libast.a
|
|
|
|
/lib/libcmd.a
|
|
|
|
/lib/libdll.a
|
|
|
|
/lib/libshell.a
|
|
|
|
/lib/libsum.a
|
|
|
|
/lib/make/
|
|
|
|
/lib/package/gen/
|
|
|
|
/lib/probe/
|
|
|
|
/man/
|
2020-12-20 01:31:26 +00:00
|
|
|
|
Rebooting 93u+m
This commit reboots ksh 93u+m development with a new fork based off
the archived official AT&T ast repo, master branch.
README:
- Removed. Having two READMEs is a botch.
README.md:
- Imported and edited from the archived fork,
https://github.com/modernish/ksh -- the newer instructions will
become applicable as I cherry-pick all the changes from there :)
- Copy-edits.
- Added policy and rationale for this 93u+m fork.
- Incorporated info from old README that is still relevant.
.gitignore:
- Added.
bin/execrate:
- Removed. This one keeps changing its license header, causing git
to show an uncommitted file. It's always re-copied anyway, and
not for direct invocation, so, exclude and add to .gitignore.
The source file is: src/cmd/INIT/execrate.sh
src/cmd/*,
src/lib/*:
- Remove historical baggage: everything except ksh93 and
dependencies. This is the same stuff the ksh-community fork
removed. I wouldn't mind keeping it, but some of this stuff
causes build failures on macOS (and probably other systems), and
I need to get on with fixing ksh93.
Hopefully, we can figure out how to re-add stuff we can use
later -- particularly the pty command (pseudo-terminal utility
for scripting interactive sessions) which is needed for
regression-testing the interactive shell.
2020-06-11 23:43:13 +00:00
|
|
|
# This one keeps changing its license header, causing git to show an
|
|
|
|
# uncommitted file. It's always re-copied anyway, and not for direct
|
|
|
|
# invocation, so exclude. The source file is: src/cmd/INIT/execrate.sh
|
|
|
|
bin/execrate
|
|
|
|
|
|
|
|
# Miscellaneous artefacts
|
|
|
|
*.bak
|
|
|
|
*.sav
|
|
|
|
*.old
|
|
|
|
*.orig
|
|
|
|
.*.swp
|
|
|
|
*.DS_Store
|
|
|
|
*~
|
|
|
|
.nfs*
|
|
|
|
*.tmp
|
|
|
|
*.rej
|
|
|
|
*.project
|
|
|
|
*.core
|
|
|
|
core
|
2021-01-26 09:45:17 +00:00
|
|
|
**/#*#
|
2021-08-29 15:57:38 +00:00
|
|
|
tags
|