freebsd-src/lib/libedit
Baptiste Daroussin 484889dc42 MFC: r265863
libedit: add H_SAVE_FP which saves history to a file pointer.

H_SAVE_FP is similar to H_SAVE but operates on a FILE* instead of a filename.
This is useful when operating in capability mode.

Reviewed by:	christos@NetBSD.org, pfg
2015-02-08 22:11:24 +00:00
..
edit/readline Correct r228114 and use the same implementation for tilde.h as for history.h 2012-04-26 00:51:43 +00:00
TEST MFC r269016: 2014-07-26 02:41:18 +00:00
chared.c Merge a small update from NetBSD. 2012-07-06 19:30:50 +00:00
chared.h Merge a small update from NetBSD. 2012-07-06 19:30:50 +00:00
chartype.h MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSD 2014-03-24 13:48:04 +00:00
common.c MFC r268502: 2014-07-17 02:14:25 +00:00
editline.3 MFC: r265863 2015-02-08 22:11:24 +00:00
editrc.5 Add FILES section. 2013-01-12 09:08:37 +00:00
el.c Drop non-portable libedit's el_data_set() and el_data_get() for 2012-07-26 15:48:07 +00:00
el.h Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
emacs.c MFC r268502: 2014-07-17 02:14:25 +00:00
filecomplete.c libedit: Reduce surprising behaviour with filename completion some more: 2010-06-15 22:23:21 +00:00
filecomplete.h MFC r268502: 2014-07-17 02:14:25 +00:00
hist.c
hist.h MFC: r265863 2015-02-08 22:11:24 +00:00
histedit.h MFC: r265863 2015-02-08 22:11:24 +00:00
history.c MFC: r265863 2015-02-08 22:11:24 +00:00
key.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
key.h Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
Makefile MFC r268502: 2014-07-17 02:14:25 +00:00
makelist Merge more cosmetical changes from NetBSD's libedit. 2012-07-19 19:15:47 +00:00
map.c Merge libedit fixes from NetBSD 2015-01-30 14:22:15 +00:00
map.h Merge libedit fixes from NetBSD 2015-01-30 14:22:15 +00:00
parse.c Merge libedit fixes from NetBSD 2015-01-30 14:22:15 +00:00
parse.h
prompt.c MFC r268502: 2014-07-17 02:14:25 +00:00
prompt.h MFC r268502: 2014-07-17 02:14:25 +00:00
read.c Merge libedit fixes from NetBSD 2015-01-30 14:22:15 +00:00
read.h MFC r268502: 2014-07-17 02:14:25 +00:00
readline.c Merge libedit fixes from NetBSD 2015-01-30 14:22:15 +00:00
refresh.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
refresh.h
search.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
search.h
sig.c Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
sig.h Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
sys.h MFC r268502: 2014-07-17 02:14:25 +00:00
term.c Drop non-portable libedit's el_data_set() and el_data_get() for 2012-07-26 15:48:07 +00:00
term.h MFC r268502: 2014-07-17 02:14:25 +00:00
tokenizer.c Merge more cosmetical changes from NetBSD's libedit. 2012-07-19 19:15:47 +00:00
tty.c MFC r268502: 2014-07-17 02:14:25 +00:00
tty.h
vi.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00