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.2012-01-01.tar.bz2 | 0000296293 289 KB | |
Warning | 0000000513 513 Bytes | |
ast-ksh.2012-01-01.tar.bz2 | 0001571615 1.5 MB | |
ast-msgcc.2012-01-01.tar.bz2 | 0000129201 126 KB | |
check-build.sh | 0000000339 339 Bytes | |
ifs-crash.sh | 0000000458 458 Bytes | |
ksh-locale.patch | 0000000266 266 Bytes | |
ksh-qemu.patch | 0000002801 2.74 KB | |
ksh.changes | 0000100872 98.5 KB | |
ksh.spec | 0000021378 20.9 KB | |
ksh93-aso.dif | 0000003726 3.64 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-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 | 0000011321 11.1 KB | |
ksh93-signals.dif | 0000001400 1.37 KB | |
ksh93-suid_exec.dif | 0000003630 3.54 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 | 0000001845 1.8 KB | |
ksh93.dif | 0000010515 10.3 KB | |
leak1.sh | 0000000701 701 Bytes | |
leak2.sh | 0000000744 744 Bytes | |
rpmlintrc | 0000000868 868 Bytes | |
sigexec.c | 0000003701 3.61 KB | |
workaround-stupid-build-system.diff | 0000010249 10 KB |
Revision 72 (latest revision is 117)
Stephan Kulow (coolo)
accepted
request 101404
from
Dr. Werner Fink (WernerFink)
(revision 72)
- Make ex really work that is vim is required for build otherwise libpp API does not work correct - Make sigexec using a contolling terminal - Avoid compiler optimizers which may cause asynchrony behaviour - Update to 2012-01-01 of ksh93u+ which includes some of our patches 12-01-01 A timing problem with >; has been fixed. 12-01-01 A macro expansion memory leak has been fixed. 11-12-26 A bug in array assignments of the form arr=( $arr[i] ...) in which arr was not unset before the assignment has been fixed. 11-12-20 A number of code changes were made based on the results of errors indicated by static code analysis. 11-12-13 In vi edit mode a lteral <TAB> can now be entered by preceding it with a backshash. 11-12-13 When tab is entered for completion after a ' or ", the ' and " characters are no longer deleted. 11-12-07 A bug in which a program in the current direcotry with a . in the name could fail to execute when both PATH and FPATH end with :. has been fixed. 11-12-07 I fixed a bug in which a variable expansion in a large here-document could be expanded to a null string. 11-12-06 An optimization to read was added in the case the the read command was redirected from a file. 11-12-06 Changes were made to make the line limit for read unlimited by default. 11-12-05 A bug in which unsetting an array variable did not completely clear the variable in some cases has been fixed. 11-12-02 +The printf alternative character # when applied to the %q format will
Comments 0