Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 06/03/2000 00:14:57
Module Name: basesrc
Committed By: blymn
Date: Sat Jun 3 07:14:56 UTC 2000
Modified Files:
basesrc/lib/libterm: termcap.c termcap_private.h tgoto.c
Log Message:
* Improve the handling of BC and UP in t_goto, t_getent now queries
these capabilities and stashes them in "struct tinfo" for t_goto to
use. This makes the t_goto call more efficient and plugs a memory
leak that was present in the original t_goto implementation.
Thanks to Itojun for spotting this one too!
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/lib/libterm/termcap.c
cvs rdiff -r1.1 -r1.2 basesrc/lib/libterm/termcap_private.h
cvs rdiff -r1.16 -r1.17 basesrc/lib/libterm/tgoto.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.