Korn Shell
The original Korn Shell. The ksh is an sh-compatible command
interpreter that executes commands read from standard input or from a
file.
- Developed at shells
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/ksh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Agreement | 0000000575 575 Bytes | |
CPL | 0000012885 12.6 KB | |
INIT.2012-02-02.tar.bz2 | 0000296877 290 KB | |
Warning | 0000000513 513 Bytes | |
ast-ksh.2012-02-02.tar.bz2 | 0001573400 1.5 MB | |
ast-msgcc.2012-02-02.tar.bz2 | 0000129260 126 KB | |
check-build.sh | 0000000333 333 Bytes | |
ifs-crash.sh | 0000000458 458 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000103501 101 KB | |
ksh.spec | 0000022917 22.4 KB | |
ksh93-aso.dif | 0000004095 4 KB | |
ksh93-compat.dif | 0000001693 1.65 KB | |
ksh93-gcc.dif | 0000001444 1.41 KB | |
ksh93-gmt2utc.dif | 0000001842 1.8 KB | |
ksh93-heredoc.dif | 0000000592 592 Bytes | |
ksh93-ia64.dif | 0000001062 1.04 KB | |
ksh93-jobs.dif | 0000000506 506 Bytes | |
ksh93-limit-name-len.dif | 0000000259 259 Bytes | |
ksh93-limits.dif | 0000002782 2.72 KB | |
ksh93-profile.dif | 0000001928 1.88 KB | |
ksh93-reg.dif | 0000000702 702 Bytes | |
ksh93-s390.dif | 0000000657 657 Bytes | |
ksh93-shift_ijs.dif | 0000011223 11 KB | |
ksh93-signals.dif | 0000001430 1.4 KB | |
ksh93-suid_exec.dif | 0000003749 3.66 KB | |
ksh93-test.dif | 0000001587 1.55 KB | |
ksh93-uname.dif | 0000003350 3.27 KB | |
ksh93-unset-f.dif | 0000000470 470 Bytes | |
ksh93-vi.dif | 0000001305 1.27 KB | |
ksh93-vm.dif | 0000001393 1.36 KB | |
ksh93.dif | 0000011251 11 KB | |
leak1.sh | 0000000938 938 Bytes | |
leak2.sh | 0000001093 1.07 KB | |
leak3.sh | 0000000337 337 Bytes | |
rpmlintrc | 0000000868 868 Bytes | |
sigexec.c | 0000003701 3.61 KB | |
ulimit.sh | 0000000338 338 Bytes | |
vmbalance | 0000000651 651 Bytes | |
workaround-stupid-build-system.diff | 0000010168 9.93 KB |
Revision 73 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 102927
from
Dr. Werner Fink (WernerFink)
(revision 73)
- Update to 2012-02-02 of ksh93u+ which includes some of our patches and fixes for the observerd memory leaks 12-02-02 A bug in the ulimit option table was fixed. 12-01-26 A bug in which a set command that did not change monitor could effect the behavior of the monitor when monitor mode is on is fixed. 12-01-21 +You can now test whether the shell implements a math function using typeset -f .sh.math.name, where name is the name of the function. 12-01-21 A bug in which typeset -L and typeset -R did not handle multibyte characters correctly has been fixed. 12-01-20 A bug that could cause the shell to hang waiting for an incorrect job pid has been fixed. 12-01-19 A memory leak which occured for a nested command subtiution has been fixed. 12-01-17 A bug in which typeset -u PS1 could enable the uppercase attribute for some other variables, for exampe, HISTFILE has been fixed. 12-01-16 A bug in which .sh.match was not correct after a substring match when the replacement string contained a substring match has been fixed. 12-01-12 +Files that are sourced from profile files are now read and executed one command at a time so that alias definitions take effect as they do for profile files. 12-01-12 A bug in which whence -p would find a function if one existed and there was no command of that name on PATH. 12-01-11 Change b_* prototype (int, char**, void*) => (int, char**, Shbltin_t*). 12-01-05 A bug in which read was not terminating for a signal that had a trap set has been fixed. libast: 12-01-31 spawnveg.c: fix transient bug that made invalid setpgid() call 12-01-27 pathpath.c: fix buffer size math when internal allocation requested 12-01-24 malloc.c: fix _vmkeep() bug that did not return previous state 12-01-23 malloc.c: add VMALLOC_OPTIONS=break to try sbrk() block allocator first
Comments 0