NetBSD/lib/libedit
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
readline Use relative path for symlink target so that it won't point outside of tree. 2001-05-16 07:09:26 +00:00
TEST convert to new style guide 2000-09-04 23:36:41 +00:00
chared.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
chared.h Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
common.c Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
editline.3 End sentence with a dot. 2001-04-02 18:29:49 +00:00
editrc.5 existent', not existant' 2001-06-19 13:42:07 +00:00
el.c va_{start,end} audit: 2001-09-24 13:22:25 +00:00
el.h el_line_t: make 'limit' const 2001-01-06 14:44:50 +00:00
emacs.c Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
hist.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
hist.h Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
histedit.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
history.c chmod the history file to 600 so that only the owner can read it. 2001-03-20 00:08:31 +00:00
key.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
key.h sprinkle couple const 2001-01-23 15:55:30 +00:00
Makefile Standard location of readline headers is /usr/include/readline/, so install 2001-01-05 21:15:49 +00:00
makelist make array of functions and help array const 2001-01-09 19:22:31 +00:00
map.c make constant arrays a const 2001-01-09 17:22:09 +00:00
map.h make constant arrays a const 2001-01-09 17:22:09 +00:00
parse.c sprinkle couple const 2001-01-23 15:55:30 +00:00
parse.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
prompt.c Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
prompt.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
read.c Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
readline.c fix partial completion - we failed to refresh screen in that case 2001-01-10 08:10:45 +00:00
refresh.c rename 3 arg ELRE_DEBUG to ELRE_ASSERT, add 2 arg ELRE_DEBUG, and change all 2001-04-13 00:53:11 +00:00
refresh.h Enlarge editline buffers as needed to support arbitrary length lines. 2001-01-10 07:45:41 +00:00
search.c sprinkle couple const 2001-01-23 15:55:30 +00:00
search.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
shlib_version bump libedit minor - addition of rl_special_prefixes and rl_completion_append_character 2001-01-01 15:54:07 +00:00
sig.c make constant arrays a const 2001-01-09 17:31:04 +00:00
sig.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
sys.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
term.c sprinkle couple const 2001-01-23 15:55:30 +00:00
term.h consistently check for allocation failures and return -1, if we could not 2001-01-04 15:56:31 +00:00
tokenizer.c consistently check for allocation failures and return -1, if we could not 2001-01-04 15:56:31 +00:00
tokenizer.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
tty.c PR/12963:Jason Waterman: Fix signed cast problems. 2001-05-17 01:02:17 +00:00
tty.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
vi.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00