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 | |
readline-5.2-conf.patch | 0000004242 4.14 KB | |
readline-6.2-metamode.patch | 0000000385 385 Bytes | |
readline-6.2-xmalloc.dif | 0000001122 1.1 KB | |
readline-6.3-destdir.patch | 0000007411 7.24 KB | |
readline-6.3-input.dif | 0000001511 1.48 KB | |
readline-6.3-rltrace.patch | 0000000987 987 Bytes | |
readline-7.0-screen.patch | 0000000819 819 Bytes | |
readline-8.0-patches.tar.bz2 | 0000000249 249 Bytes | |
readline-8.0.dif | 0000005564 5.43 KB | |
readline-8.0.tar.gz | 0002975937 2.84 MB | |
readline.changes | 0000116011 113 KB | |
readline.spec | 0000008439 8.24 KB |
Revision 4 (latest revision is 17)
Dominique Leuenberger (dimstar_suse)
accepted
request 664074
from
Dr. Werner Fink (WernerFink)
(revision 4)
- Update to readline-8.0 final - Update to readline-8.0-rc1 for testing - Update to readline-8.0-beta2 for testing j. Readline now allows application-defined keymap names; there is a new public function, rl_set_keymap_name(), to do that. k. The "Insert" keypad key, if available, now puts readline into overwrite mode. readline-5.2-conf.patch - Port and modify patches * readline-6.2-metamode.patch * readline-6.3-input.dif * readline-7.0-screen.patch * readline-8.0.dif - Update to readline-8.0-beta for testing a. Non-incremental vi-mode search (`N', `n') can search for a shell pattern, as Posix specifies (uses fnmatch(3) if available). b. There are new `next-screen-line' and `previous-screen-line' bindable commands, which move the cursor to the same column in the next, or previous, physical line, respectively. c. There are default key bindings for control-arrow-key key combinations. d. A negative argument (-N) to `quoted-insert' means to insert the next N characters using quoted-insert. e. New public function: rl_check_signals(), which allows applications to respond to signals that readline catches while waiting for input using a custom read function. f. There is new support for conditionally testing the readline version in an inputrc file, with a full set of arithmetic comparison operators available.
Comments 0