OpenGrok
Cross Reference: exf.c
xref
: /
src
/
external
/
bsd
/
nvi
/
dist
/
common
/
exf.c
Home
|
History
|
Annotate
|
Download
|
only in
common
History log of
/src/external/bsd/nvi/dist/common/exf.c
Revision
Date
Author
Comments
1.8
26-Jan-2014
christos
branches: 1.8.4; 1.8.8;
Fix RCSID's
1.7
01-Dec-2013
christos
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@
1.6
28-Nov-2013
christos
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.
1.5
27-Nov-2013
tron
Fix compiler error caused by last change:
db_env_create() returns an integer. So we must not compare its return
value with NULL.
1.4
27-Nov-2013
christos
CID
1132768
Clarify assign
1.3
25-Nov-2013
christos
- replace CIRCLEQ with TAILQ
- fix open-coded LIST code
- fix destroy screen bug (was not removed from list)
1.2
22-Nov-2013
christos
Apply our local changes.
1.1
22-Nov-2013
christos
branches: 1.1.1;
Initial revision
1.1.1.1
22-Nov-2013
christos
Import nvi-1.81.6 + HEAD-2013-11-20 from git://repo.or.cz/nvi.git
1.8.8.2
19-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.8.8.1
26-Jan-2014
tls
file exf.c was added on branch tls-maxphys on 2014-08-19 23:51:51 +0000
1.8.4.2
22-May-2014
yamt
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
1.8.4.1
26-Jan-2014
yamt
file exf.c was added on branch yamt-pagecache on 2014-05-22 15:50:33 +0000
Indexes created Thu Apr 23 00:23:13 UTC 2026