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:Factory:Rebuild/ksh && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Agreement | 0000000435 435 Bytes | |
CPL | 0000012885 12.6 KB | |
INIT.2012-02-14.tar.bz2 | 0000297404 290 KB | |
Warning | 0000000513 513 Bytes | |
ast-base.2012-02-14.tar.bz2 | 0006377383 6.08 MB | |
ast-ksh.2012-02-14.tar.bz2 | 0001575644 1.5 MB | |
ifs-crash.sh | 0000000524 524 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000106861 104 KB | |
ksh.spec | 0000024262 23.7 KB | |
ksh93-aso.dif | 0000000846 846 Bytes | |
ksh93-builtin.dif | 0000001452 1.42 KB | |
ksh93-compat.dif | 0000002510 2.45 KB | |
ksh93-foreground-prgrp.dif | 0000000403 403 Bytes | |
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 | 0000000959 959 Bytes | |
ksh93-limits.dif | 0000002782 2.72 KB | |
ksh93-profile.dif | 0000001928 1.88 KB | |
ksh93-reg.dif | 0000000702 702 Bytes | |
ksh93-s390.dif | 0000000711 711 Bytes | |
ksh93-shift_ijs.dif | 0000011222 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 | 0000015694 15.3 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 | 0000000820 820 Bytes | |
workaround-stupid-build-system.diff | 0000011244 11 KB |
Revision 74 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 106791
from
Dr. Werner Fink (WernerFink)
(revision 74)
- Remove check-build.sh as the memory leaks are fixed now - Avoid possible problems pointed out by a gcc warning about overflow in arraysubscript, that is use full size of structure Namval as well as access this area at position 0 - Update to 2012-02-14 of ksh93u+ which includes the real fix for the IFS crash, the ulimit, and the mem leaks (bnc#743244, bnc#744355, bnc#744589, and bnc#744992) as well as other fixes like: 12-02-14 A bug in which ^Z did not stop a pipeline when the last component was a shell built-in has been fixed. 12-02-14 getconf("PATH") used to initialize ed(1) path. 12-02-13 +In earlier version read from standard input would fail when called from the KEYBD trap. Now read options -N, -n, and -t should work when called from a KEYBD trap. 12-02-13 If FCEDIT is not set and fc is invoked without the -e option, ed will be invoked if found instead of /bin/ed. 12-02-10 Another bug in the saving and restoring of IFS in a subshell that caused a core dump has been fixed. 12-02-08 A bug in which .sh.fun disciplines could be cleared after a function completes has been fixed. 12-02-08 A bug in job control in which the foregroup process group was not set correctly after restarting a stopped pipeline has been fixed. 12-02-07 A bug in which numbers with leading zeros could be treated as octal constants outside of ((...)) has been fixed. 12-02-06 A bug in arithmetic with compound variables containing multiple array elements has been fixed. libast: 12-02-10 sfvprintf.c: fix 1 byte too long buffer access 12-02-07 malloc.c/features/vmalloc: add gnu __malloc_hook tests
Comments 0