NetBSD/usr.bin/vi/common
aymeric 59b6c0290c flush the current line cache on every operation on the DB.
We can't keep a reference to data returned by libdb after a subsequent call to
any other libdb function on that DB.

Fixes a bug reported privately by Miho Taniyama (thanks!)... and hopefully
other hard-to-reproduce bugs.
2004-05-02 17:00:31 +00:00
..
api.c
args.h
common.h
cut.c
cut.h
delete.c
exf.c Don't fail if asked to recover a file for which there is no recovery file. 2004-04-05 07:19:08 +00:00
exf.h
gs.h
key.c
key.h
line.c flush the current line cache on every operation on the DB. 2004-05-02 17:00:31 +00:00
log.c
log.h
main.c
mark.c
mark.h
mem.h
msg.c
msg.h
options.awk Use the options.awk script to generate options_def.h (as in nvi distribution). 2003-08-28 16:23:40 +00:00
options.c fix copying and freeing of options, patch from yamt@ in PR bin/25050. Thanks! 2004-04-05 06:59:15 +00:00
options.h
options_f.c
put.c
recover.c
screen.c
screen.h
search.c
seq.c
seq.h
util.c
util.h