The GNU Bourne-Again Shell
Bash is an sh-compatible command interpreter that executes commands
read from standard input or from a file. Bash incorporates useful
features from the Korn and C shells (ksh and csh). Bash is intended to
be a conformant implementation of the IEEE Posix Shell and Tools
specification (IEEE Working Group 1003.2).
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/bash && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000076 76 Bytes | |
bash-2.03-manual.patch | 0000001583 1.55 KB | |
bash-3.0-evalexp.patch | 0000000386 386 Bytes | |
bash-3.0-warn-locale.patch | 0000000850 850 Bytes | |
bash-3.2-printf.patch | 0000000717 717 Bytes | |
bash-4.0-security.patch | 0000001150 1.12 KB | |
bash-4.0-setlocale.dif | 0000001154 1.13 KB | |
bash-4.1-bash.bashrc.dif | 0000002406 2.35 KB | |
bash-4.1-completion.dif | 0000000474 474 Bytes | |
bash-4.2-history-myown.dif.bz2 | 0000001468 1.43 KB | |
bash-4.2-nscdunmap.dif | 0000000959 959 Bytes | |
bash-4.3-2.4.4.patch | 0000002861 2.79 KB | |
bash-4.3-SJIS.patch | 0000008800 8.59 KB | |
bash-4.3-decl.patch | 0000000275 275 Bytes | |
bash-4.3-extra-import-func.patch | 0000003502 3.42 KB | |
bash-4.3-include-unistd.dif | 0000000260 260 Bytes | |
bash-4.3-loadables.dif | 0000003152 3.08 KB | |
bash-4.3-pathtemp.patch | 0000001908 1.86 KB | |
bash-4.3-perl522.patch | 0000000884 884 Bytes | |
bash-4.3-sigrestart.patch | 0000000952 952 Bytes | |
bash-4.3-winch.dif | 0000000479 479 Bytes | |
bash-5.0-patches.tar.bz2 | 0000000237 237 Bytes | |
bash-5.0.dif | 0000008169 7.98 KB | |
bash-5.0.tar.gz | 0010135110 9.67 MB | |
bash-rpmlintrc | 0000000093 93 Bytes | |
bash.changes | 0000122613 120 KB | |
bash.spec | 0000016349 16 KB | |
dot.bashrc | 0000001177 1.15 KB | |
dot.profile | 0000001028 1 KB | |
man2html-no-timestamp.patch | 0000000427 427 Bytes | |
run-tests | 0000001173 1.15 KB |
Revision 149 (latest revision is 193)
Dominique Leuenberger (dimstar_suse)
accepted
request 664075
from
Dr. Werner Fink (WernerFink)
(revision 149)
- Update to bash 5.0 (final) a. Tilde expansion isn't performed on indexed array subscripts, even for backwards compatibility. b. The shell doesn't exit in posix mode if the eval builtin gets a parse error when run by the command builtin. c. Fixed a bug that caused a shell comment in an alias to not find the end of the alias properly. d. Reverted a change from April, 2018 that caused strings containing backslashes to be flagged as glob patterns. - Modify patches * bash-2.03-manual.patch * bash-4.3-loadables.dif * bash-5.0.dif - Update to bash 5.0 rc1 a. Fix to initial word completion detection code. b. Fixed a bug that caused issues with assignment statements containing ^A in the value assigned when IFS contains ^A. c. Added a fallback to fnmatch() when strcoll can't correctly deal with bracket expression character equivalence classes. d. Fixed a bug that caused $BASH_COMMAND to contain the trap handler command when running a trap handler containing [[ or (( commands. e. Fixed a bug that caused nameref assignments in the temporary environment to potentially create variables with invalid names. f. Fixed a bug that caused `local -' to turn off alias expansion in scripts. g. Fixed a parser issue with a command string containing EOF after an invalid command as an argument to a special builtin not causing a posix-mode shell to exit. h. Made a slight change to the FNV-1 string hash algorithm used for associative arrays (corrected the initial seed).
Comments 0