Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
bash - The GNU Bourne Again shell
The GNU Bourne Again shell (Bash) is a shell or command language
interpreter that is compatible with the Bourne shell (sh). Bash
incorporates useful features from the Korn shell (ksh) and the C shell
(csh). Most sh scripts can be run by bash without modification.
Packages
Latest: bash-4.1.2-8.pre6.el5.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
bash |
0 |
4.1.2 |
8.pre6.el5.fio |
x86_64 |
1.3 MiB |
2011-06-22 08:52:20 |
Changelog:
- * 2011-01-27 - Roman Rakus <rrakus[AT]redhat[DOTCOM]> - 4.1.2-8
- Don't include backup file in bash-doc
Resolves: #619704
- * 2011-01-27 - Roman Rakus <rrakus[AT]redhat[DOTCOM]> - 4.1.2-7
- Compile with -fwrapv option to satisfy rpmdiff.
Resolves: #619704
- * 2011-01-26 - Roman Rakus <rrakus[AT]redhat[DOTCOM]> - 4.1.2-6
- Few man pages clarifications
Resolves: #619704
- * 2011-01-06 - Roman Rakus <rrakus[AT]redhat[DOTCOM]> - 4.1.2-5
- Builtins like echo and printf won't report errors
when output does not succeed due to EPIPE
Resolves: #664468
- * 2010-12-01 - Roman Rakus <rrakus[AT]redhat[DOTCOM]> - 4.1.2-4
- don't segfault when trying to bind int variable to array
with bad array subsrcipt
Resolves: #618289