Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ksh - The Original ATT Korn Shell
- Description:
KSH-93 is the most recent version of the KornShell by David Korn of
AT&T Bell Laboratories.
KornShell is a shell programming language, which is upward compatible
with "sh" (the Bourne Shell).
Packages
ksh-20120801-26.el7.x86_64
[881 KiB] |
Changelog
by Michal Hlavinka (2016-04-26):
- closing a file descriptor in a command substitution caused loss of the output (#1202439)
- fix: in a login shell "( cmd & )" does nothing (#1217237)
- exporting fixed with variable corrupted its data (#1192026)
- fix segfault when handling a trap (#1211540)
- combining alarm and IFS caused segfault (#1192119)
- declaration of a two dimemsional associatve array could add an extra 0 element (#1193557)
- do not inherit invalid variables during shell initializaton (#1211538)
- case in a for loop inside a subshell caused syntax error (#1241014)
|