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:Factory:Rebuild/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 | 0000005965 5.83 KB | |
readline-8.2.tar.gz | 0003043952 2.9 MB | |
readline-8.2.tar.gz.sig | 0000000095 95 Bytes | |
readline.changes | 0000130047 127 KB | |
readline.keyring | 0000001321 1.29 KB | |
readline.spec | 0000009717 9.49 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 |
Revision 16 (latest revision is 17)
Ana Guerrero (anag+factory)
accepted
request 1139151
from
Dr. Werner Fink (WernerFink)
(revision 16)
- Add upstream patch readline82-008 * Add missing prototypes for several function declarations - Add upstream patch readline82-009 * Fix issue where the directory name portion of the word to be completed (the part that is passed to opendir()) requires both tilde expansion and dequoting. Readline only performed tilde expansion in this case, so filename completion would fail. - Add upstream patch readline82-010 * Fix the case where text to be completed from the line buffer (quoted) is compared to the common prefix of the possible matches (unquoted) and the quoting makes the former appear to be longer than the latter. Readline assumes the match doesn't add any characters to the word and doesn't display multiple matches. - Port patches * readline-5.2-conf.patch * readline-6.2-metamode.patch * readline-7.0-screen.patch * readline-8.2.dif
Comments 0