1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/lib/libedit
schwarze 47f0686a86 Fix next_history() and previous_history():
* The meaning of "next" and "previous" is exchanged in readline(3) with
respect to editline(3); this part of the patch from Bastian Maerkisch.
* next_history() can move beyond the newest entry; issue pointed out
by Bastian Maerkisch, fix by me.

While here, make the documentation of ed-next-history, ed-prev-history,
H_NEXT, and H_PREV more precise.

OK czarkoff@.
2016-05-10 11:07:53 +00:00
..
readline Cleanup of standard header inclusion: 2016-03-20 23:48:27 +00:00
TEST Always compile with WIDECHAR on and delete that preprocessor switch. 2016-04-09 19:31:55 +00:00
chared.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
chared.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
chartype.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
chartype.h typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD) 2016-05-06 18:01:40 +00:00
common.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
config.h Use getline(3) rather than fgetln(3) because it is standardized 2016-03-20 22:09:24 +00:00
editline.3 Fix next_history() and previous_history(): 2016-05-10 11:07:53 +00:00
editline.7 Fix next_history() and previous_history(): 2016-05-10 11:07:53 +00:00
editline.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
editrc.5 New editline(7) manual, explaining to end-users how line editing works 2016-04-20 01:11:45 +00:00
el.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
el.h Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
eln.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
emacs.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
filecomplete.c get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
filecomplete.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
hist.c get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
hist.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
histedit.h Cleanup of standard header inclusion: 2016-03-20 23:48:27 +00:00
history.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
historyn.c The files editline.c, historyn.c, and tokenizern.c are completely 2016-05-03 11:19:30 +00:00
keymacro.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
keymacro.h * Delete the unimplemented feature XK_EXE. 2016-04-12 09:04:02 +00:00
Makefile Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
makelist Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
map.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
map.h Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
parse.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
parse.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
prompt.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
prompt.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
read.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
read.h Make the read_char() function always take a wchar_t * argument. 2016-03-21 17:28:10 +00:00
readline.c Fix next_history() and previous_history(): 2016-05-10 11:07:53 +00:00
refresh.c typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD) 2016-05-06 18:01:40 +00:00
refresh.h Cleanup of private header inclusion: 2016-03-20 22:57:59 +00:00
search.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
search.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
shlib_version libedit claims compatibility with readline 4.2, so provide a stub for 2015-01-13 08:33:12 +00:00
sig.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
sig.h Cleanup of private header inclusion: 2016-03-20 22:57:59 +00:00
sys.h delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
terminal.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
terminal.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
tokenizer.c delete the "private" and "public" preprocessor macros, just use standard C; 2016-04-11 21:17:29 +00:00
tokenizer.h
tokenizern.c The files editline.c, historyn.c, and tokenizern.c are completely 2016-05-03 11:19:30 +00:00
tty.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00
tty.h get rid of the non-standard data type "Char" in almost all files; 2016-04-11 20:43:33 +00:00
vi.c Replace the generated file "fcns.c" by a simpler header "func.h" 2016-05-06 13:12:52 +00:00