History log of /netbsd-src/lib/libedit/shlib_version (Results 1 – 19 of 19)
Revision Date Author Comments
# 40b42dfe 22-Jan-2013 christos <christos@NetBSD.org>

provide an el_init_fd function.


# 46edb91e 11-Jan-2009 christos <christos@NetBSD.org>

bump shared libraries.


# 4652e1fb 05-Apr-2008 christos <christos@NetBSD.org>

bump minor.


# 6b8a7930 24-Nov-2006 christos <christos@NetBSD.org>

- Add more readline functions, enough for gdb-6.5
- Make el_get varyadic, and implement EL_GETTC.
- XXX: the EL_SETTC api will change in the future.


# a9beb0e4 05-Dec-2003 lukem <lukem@NetBSD.org>

Tokenization function enhancements:
* Make tok_init(), tok_end(), tok_reset(), tok_line() and tok_str()
publically available in <histedit.h>
* Documented the public functions in editline(3)
* Renam

Tokenization function enhancements:
* Make tok_init(), tok_end(), tok_reset(), tok_line() and tok_str()
publically available in <histedit.h>
* Documented the public functions in editline(3)
* Renamed tok_line() -> tok_str()
* Added new tok_line() which takes a "const LineInfo *" instead of
"const char *" (the former has "cursor" information), and optionally
return the argv index ("int *cursorc") and offset within that index
("int *cursorv"). This means that completion routines can use the
tokenization code to crack the line and easily find which word the
cursor is at. (mmm, context sensitive completion :)
* Fixed TEST/test.c when using "continuation" lines (unmatched quote
or \ at EOL), and added some more DEBUG messages including highlighting
where the cursor is (with a `_').

show more ...


# 552716dc 26-Sep-2003 christos <christos@NetBSD.org>

Implement enough of readline's 4.0 async mode to make gdb happy. This is
not complete yet, but it seems to work...
This required to introduce an unbuffered mode to el_gets(), but that was
a minor cha

Implement enough of readline's 4.0 async mode to make gdb happy. This is
not complete yet, but it seems to work...
This required to introduce an unbuffered mode to el_gets(), but that was
a minor change.

show more ...


# 166e18a7 14-Sep-2003 christos <christos@NetBSD.org>

- provide enough hooks to compile gdb-5.3
- fix el_get(e, EL_TERMINAL, (char **))


# 545f12e0 09-Oct-2001 christos <christos@NetBSD.org>

PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.


# a8b4a741 01-Jan-2001 jdolecek <jdolecek@NetBSD.org>

bump libedit minor - addition of rl_special_prefixes and rl_completion_append_character


# 2c10cd64 23-Dec-2000 jdolecek <jdolecek@NetBSD.org>

bump libedit minor - added some public stuff for readline emulation


# 509864fa 12-Nov-1999 lukem <lukem@NetBSD.org>

- implement printing a right-side prompt. code derived from similar work
I wrote for tcsh(1) three years ago.
- implement EL_RPROMPT, which allows a setting/getting of a function which
returns a

- implement printing a right-side prompt. code derived from similar work
I wrote for tcsh(1) three years ago.
- implement EL_RPROMPT, which allows a setting/getting of a function which
returns a string to be used as the right-side prompt.
- improve HISTORY and AUTHORS sections in editline(3).
- bump shlib minor version for EL_RPROMPT.

XXX: due to an implementation issue, the rprompt has a 1 space gap before the
edge of the logical screen. editline's logical screen is 1 space less
than the full screen width, so there's a 2 space gap between the rprompt
and the right end of the physical screen. i'm not concerned about this.

show more ...


# edc1a24a 25-Feb-1999 abs <abs@NetBSD.org>

Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing
RCS Id.


# f87d2504 29-Jul-1998 lukem <lukem@NetBSD.org>

* add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if

* add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
is enabled (the default).
* add "edit on | off" editrc command, which modifies EL_EDITMODE.
users can now add '*:edit off' in ~/.editrc as an advisory to
disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.

show more ...


# fe1a16ac 01-Jun-1998 lukem <lukem@NetBSD.org>

* implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. this
is useful in completion when a partial completion is found
* remove entry in BUGS about el_parse(); that was fixed a while ago


# a6c53082 20-May-1998 christos <christos@NetBSD.org>

Bump!


# 93db5caa 05-Jan-1998 perry <perry@NetBSD.org>

RCSID Police.


# f7de801d 23-Oct-1997 christos <christos@NetBSD.org>

PR/4301: Jaromir Dolecek. Add gnu-readline wrapper for editline.


# a7db9a79 14-Oct-1997 christos <christos@NetBSD.org>

PR/4257: Jaromir Dolecek: history() has no generic error handling and isn't
reentrant. This changes the interface of the history function, so we need
a major number bump.


# 139cb3d7 06-May-1994 cgd <cgd@NetBSD.org>

local