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:Backports:SLE-15-SP4:SLECandidates/ksh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Agreement | 0000000575 575 Bytes | |
CPL | 0000012885 12.6 KB | |
INIT.2011-06-30.tar.bz2 | 0000294704 288 KB | |
Warning | 0000000513 513 Bytes | |
ast-ksh.2011-06-30.tar.bz2 | 0001544488 1.47 MB | |
ast-msgcc.2011-06-30.tar.bz2 | 0000129233 126 KB | |
ifs-crash.sh | 0000000458 458 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000095013 92.8 KB | |
ksh.spec | 0000019877 19.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 | 0000002005 1.96 KB | |
ksh93-ia64.dif | 0000000485 485 Bytes | |
ksh93-jobs.dif | 0000000506 506 Bytes | |
ksh93-limits.dif | 0000002782 2.72 KB | |
ksh93-profile.dif | 0000001928 1.88 KB | |
ksh93-reg.dif | 0000001026 1 KB | |
ksh93-s390.dif | 0000000657 657 Bytes | |
ksh93-shift_ijs.dif | 0000011189 10.9 KB | |
ksh93-signals.dif | 0000001400 1.37 KB | |
ksh93-suid_exec.dif | 0000003632 3.55 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.dif | 0000010086 9.85 KB | |
leak1.sh | 0000000700 700 Bytes | |
leak2.sh | 0000000743 743 Bytes | |
rpmlintrc | 0000000481 481 Bytes | |
sigexec.c | 0000000384 384 Bytes | |
workaround-stupid-build-system.diff | 0000009648 9.42 KB |
Revision 69 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 91924
from
Dr. Werner Fink (WernerFink)
(revision 69)
- Implement a patch for both regressions reported here mailman.research.att.com/pipermail/ast-developers/2011q3/000951.html - Add patch from mailing list to avoid stupid crahs on empty job list. - Fix a typo in the patch - Add and modify a patch from David korn to be able to handle multi byte characters at the boundary of the buffer used for parsing here documents (bnc#705032) - Update to 2011-06-30 of ksh93u which includes our patches for several problems (e.g. Shift.JIS, S390, bnc#697394): 11-06-22 The shell compiler now supports process substitution. 11-06-22 +Added code to support process substitution on systems that do not supply the /dev/fd directory. 11-06-21 Fixed extraneous jobs Done messages when builin is at the end of a pipeline. 11-06-20 Fixed two regression tests. 11-06-20 Fixed a bug introduced on last update. 11-06-14 A bug with pipefail in which the shell would wait for background jobs to complete has been fixed. 11-06-09 A bug which caused the options.sh regression test to fail on OS390 Linux has been fixed. The bug could also have affected other systems. 11-06-07 A number of changes to support the still undocuments namespace option have been added. 11-06-06 A bug in which command substitution of eval would hang when it had standard error redirected to standard output has been fixed. 11-06-01 A bug in case statement fall through (;&) ignoring set -e was fixed. 11-06-01 A bug in which creating a left or right justified upper or lowercase
Comments 0