The readline library
http://www.gnu.org/software/readline/
The readline library is used by the Bourne Again Shell (bash, the standard command interpreter) for easy editing of command lines. This includes history and search functionality.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/readline && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000333 333 Bytes | |
get_version_number.sh | 0000000722 722 Bytes | |
readline-5.2-conf.patch | 0000004313 4.21 KB | |
readline-6.2-metamode.patch | 0000000385 385 Bytes | |
readline-6.2-xmalloc.dif | 0000001098 1.07 KB | |
readline-6.3-destdir.patch | 0000006532 6.38 KB | |
readline-6.3-input.dif | 0000001511 1.48 KB | |
readline-6.3-rltrace.patch | 0000000987 987 Bytes | |
readline-7.0-screen.patch | 0000001799 1.76 KB | |
readline-8.2.dif | 0000005376 5.25 KB | |
readline-8.2.tar.gz | 0003043952 2.9 MB | |
readline-8.2.tar.gz.sig | 0000000095 95 Bytes | |
readline.changes | 0000130877 128 KB | |
readline.keyring | 0000001321 1.29 KB | |
readline.spec | 0000009966 9.73 KB | |
readline82-001 | 0000001198 1.17 KB | |
readline82-001.sig | 0000000094 94 Bytes | |
readline82-002 | 0000001134 1.11 KB | |
readline82-002.sig | 0000000095 95 Bytes | |
readline82-003 | 0000001201 1.17 KB | |
readline82-003.sig | 0000000095 95 Bytes | |
readline82-004 | 0000001708 1.67 KB | |
readline82-004.sig | 0000000095 95 Bytes | |
readline82-005 | 0000001501 1.47 KB | |
readline82-005.sig | 0000000095 95 Bytes | |
readline82-006 | 0000003031 2.96 KB | |
readline82-006.sig | 0000000095 95 Bytes | |
readline82-007 | 0000001422 1.39 KB | |
readline82-007.sig | 0000000095 95 Bytes | |
readline82-008 | 0000001697 1.66 KB | |
readline82-008.sig | 0000000095 95 Bytes | |
readline82-009 | 0000002270 2.22 KB | |
readline82-009.sig | 0000000095 95 Bytes | |
readline82-010 | 0000002653 2.59 KB | |
readline82-010.sig | 0000000095 95 Bytes | |
readline82-011 | 0000001865 1.82 KB | |
readline82-011.sig | 0000000095 95 Bytes | |
readline82-012 | 0000002824 2.76 KB | |
readline82-012.sig | 0000000095 95 Bytes | |
readline82-013 | 0000005757 5.62 KB | |
readline82-013.sig | 0000000095 95 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1194673
from
Dr. Werner Fink (WernerFink)
(revision 17)
- Add upstream patches * readline82-011 Some systems (e.g., macOS) send signals early on in interactive initialization, so readline should retry a failed open of the init file. * readline82-012 If a user happens to bind do-lowercase-version to something that isn't a capital letter, so _rl_to_lower doesn't change anything and the result is still bound to do-lowercase-version, readline can recurse infinitely. * readline82-013 When readline is accumulating bytes until it reads a complete multibyte character, reading a byte that makes the multibyte character invalid can result in discarding the bytes in the partial character. - Port patch readline-8.2.dif
Comments 0