..
TEST
Don't use non-standard uint or u_int.
2005-06-01 11:37:52 +00:00
readline
PR/30747: David N. Williams: libedit is missing remove_history()
2005-07-14 15:00:58 +00:00
Makefile
clean up build of "test"
2005-05-28 12:02:53 +00:00
chared.c
The previous commit removed too much and forgot to reset the history event
2005-08-08 01:41:30 +00:00
chared.h
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
2005-08-08 14:05:37 +00:00
common.c
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
2005-08-08 14:05:37 +00:00
config.h
…
editline.3
Add el_get to SYNOPSIS. From jmc@openbsd.
2005-10-12 09:29:43 +00:00
editrc.5
Document history builtin commands.
2003-11-01 23:35:33 +00:00
el.c
PR/31012: Barry Naujok: libedit el_get with EL_EDITOR op does not work
2005-08-19 04:21:47 +00:00
el.h
change allocation policy in el_push to allocate the string itself.
2003-10-18 23:48:42 +00:00
emacs.c
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
2005-08-08 14:05:37 +00:00
filecomplete.c
Fix reversed test; from Gerry Swislow
2005-08-03 13:41:38 +00:00
filecomplete.h
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().
2005-06-11 18:18:59 +00:00
hist.c
Fixes from Otto Moerbeek otto at drijf dot net
2003-11-01 23:36:39 +00:00
hist.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
histedit.h
PR/30747: David N. Williams: libedit is missing remove_history()
2005-07-14 15:00:58 +00:00
history.c
Don't forget to initialize h_del; from Julien Torres.
2005-08-01 14:34:06 +00:00
key.c
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
2005-08-08 14:05:37 +00:00
key.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
makelist
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX systems
2005-10-22 16:45:03 +00:00
map.c
Fix two more help iterators. Thanks Stefan Farfeleder!
2005-08-09 13:58:44 +00:00
map.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
parse.c
Update for recent parse__escape() prototype change
2005-05-29 04:58:15 +00:00
parse.h
Update for recent parse__escape() prototype change
2005-05-29 04:58:15 +00:00
prompt.c
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
prompt.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
read.c
On a fatal error, we want to stop processing the macro buffers.
2005-08-02 12:11:14 +00:00
read.h
Better fix for rl_prep_terminal() from Gerry Swislow.
2004-02-27 14:52:18 +00:00
readline.c
PR/30747: David N. Williams: libedit is missing remove_history()
2005-07-14 15:00:58 +00:00
refresh.c
Refresh bug reported by Julien Torres:
2005-11-09 22:11:10 +00:00
refresh.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
search.c
Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incremental
2004-11-04 01:16:03 +00:00
search.h
make forward incremental search work better.
2003-10-18 23:27:36 +00:00
shlib_version
Tokenization function enhancements:
2003-12-05 13:37:48 +00:00
sig.c
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
sig.h
Move UCB-licensed code from 4-clause to 3-clause licence.
2003-08-07 16:42:00 +00:00
sys.h
portability fixes.
2004-01-17 17:57:40 +00:00
term.c
Spelling mistakes and comment errors (from FreeBSD via Stefan Farfeleder; many
2005-08-08 14:05:37 +00:00
term.h
Add missing define, needed for debugging (from Rob Rodgers)
2005-03-15 00:10:40 +00:00
tokenizer.c
Tokenization function enhancements:
2003-12-05 13:37:48 +00:00
tty.c
Don't use non-standard uint or u_int.
2005-06-01 11:37:52 +00:00
tty.h
Don't use non-standard uint or u_int.
2005-06-01 11:37:52 +00:00
vi.c
Don't save the el->el_line.cursor over a cv_insert call and use it later
2005-08-10 12:46:24 +00:00