History log of /netbsd/external/bsd/nvi/dist/vi/v_ex.c (Results 1 – 7 of 7)
Revision Date Author Comments
# cc73507a 26-Jan-2014 christos <christos@NetBSD.org>

Fix RCSID's


# 0c897816 01-Dec-2013 christos <christos@NetBSD.org>

Handle more cases where a screen has not been fully initialized (inserted
into the scrq) by calling screen_fini() instead of screen_end() where
appropriate. Pointed out by chuq.


# a629b7f5 01-Dec-2013 christos <christos@NetBSD.org>

Revert all previous TAILQ_NEXT() = NULL, changes, checks against
NULL vip's and removal of screens from queues. Instead introduce
a new screen_end1() function that can be used to clean screens that
a

Revert all previous TAILQ_NEXT() = NULL, changes, checks against
NULL vip's and removal of screens from queues. Instead introduce
a new screen_end1() function that can be used to clean screens that
are not associated with queues yet. Pointed out by chuq@

show more ...


# 90b1cab6 28-Nov-2013 christos <christos@NetBSD.org>

Make sure that the next pointers are NULL when we insert screens in the list.
This avoids the problem when screens are re-used that have stale pointers in
them. This was not an issue with circleq's b

Make sure that the next pointers are NULL when we insert screens in the list.
This avoids the problem when screens are re-used that have stale pointers in
them. This was not an issue with circleq's because all the pointers used to
be updated.

show more ...


# 0b5c88f5 25-Nov-2013 christos <christos@NetBSD.org>

- replace CIRCLEQ with TAILQ
- fix open-coded LIST code
- fix destroy screen bug (was not removed from list)


# 08d478e3 22-Nov-2013 christos <christos@NetBSD.org>

Apply our local changes.


# 3a571abc 22-Nov-2013 christos <christos@NetBSD.org>

Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git