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 | 0000000561 561 Bytes | |
CPL | 0000012885 12.6 KB | |
EPL | 0000012139 11.9 KB | |
INIT.2012-02-29.tar.bz2 | 0000299600 293 KB | |
Warning | 0000000572 572 Bytes | |
ast-base.2012-02-29.tar.bz2 | 0008022544 7.65 MB | |
ifs-crash.sh | 0000000524 524 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000108988 106 KB | |
ksh.spec | 0000024688 24.1 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 | 0000001479 1.44 KB | |
ksh93-gmt2utc.dif | 0000001842 1.8 KB | |
ksh93-heredoc.dif | 0000000257 257 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-vmleak.dif | 0000000995 995 Bytes | |
ksh93.dif | 0000014316 14 KB | |
leak1.sh | 0000000938 938 Bytes | |
leak2.sh | 0000001093 1.07 KB | |
leak3.sh | 0000000337 337 Bytes | |
rpmlintrc | 0000000868 868 Bytes | |
sigexec.c | 0000005298 5.17 KB | |
ulimit.sh | 0000000338 338 Bytes | |
vmbalance | 0000000820 820 Bytes | |
workaround-stupid-build-system.diff | 0000011193 10.9 KB |
Revision 76 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 109966
from
Dr. Werner Fink (WernerFink)
(revision 76)
- Port and readd memory leak patch to put_ifs() of sh/init.c - Make sigexec more smart to help the pty helper binary to work as this helper is used in the test suite - Update to 2012-02-29 of ksh93u+ for final version 12-02-29 A bug which could lead to a core dump when more that four shared libraries were added with the builtin command has been fixed. 12-02-29 Fixed a few bugs which caused SIGCHLD to be blocked preventing background jobs from being reaped until a foreground job was run. 12-02-27 A bug in which sh -c for a simple command caused a fork() has been fixed. 12-02-27 A timing bug on systems such as AIX that doesn't support vfork() that could cause the exist status to get lost has been fixed. 12-02-22 A private file descriptor that was not close-on-exec for a command substitution and has been fixed. pty: 12-02-28 pty.c: change --verbose[=level] to --debug=level libast: 12-03-10 misc/optget.c: HELP_index for "PLUGIN" too 12-02-29 include/shcmd.h: PLUGIN_VERSION 20111111 for cdt disc/meth change 12-02-29 comp/spawnveg.c: fix sigcritical() to include waitpid() for internal child 12-02-29 malloc.c: make __malloc_hook initialization thread safe 12-02-24 comp/iconv.c: fix winix UTF-8 vs UCS-2 over-conversion 12-02-24 astsa/*.h: clean up header guards 12-02-24 astsa/astsa.omk: clean up standalone old make makefile interactions 12-02-21 misc/cmdarg.c: fix bug that set argv[0] libcoshell: 12-02-22 coinit.c: handle non-identifier export var names libpp: 12-02-29 pp.probe: handle predefined function-like macro definitions
Comments 0