Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src/external/bsd/nvi/dist/ex



Module Name:    src
Committed By:   martin
Date:           Mon Sep 22 11:04:06 UTC 2014

Modified Files:
        src/external/bsd/nvi/dist/ex [netbsd-7]: ex_cscope.c ex_tag.c tag.h

Log Message:
Pull up following revision(s) (requested by aymeric in ticket #112):
        external/bsd/nvi/dist/ex/tag.h: revision 1.4
        external/bsd/nvi/dist/ex/ex_tag.c: revision 1.12
        external/bsd/nvi/dist/ex/ex_cscope.c: revision 1.6
        external/bsd/nvi/dist/ex/ex_cscope.c: revision 1.7
In tagq_free(), fix the test checking whether a TAGQ should be removed from
its tailq. This required introducing a new flag in the TAGQ structure to
avoid reverting to poking under the hood of the queue.h API.
The concrete bug it solves is that using tags would make vi crash reliably
on exit.
missed setting TAG_IS_LINKED in a special case in my previous commit.
Bug reported by Brad Harder, thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.6.1 src/external/bsd/nvi/dist/ex/ex_cscope.c
cvs rdiff -u -r1.11 -r1.11.6.1 src/external/bsd/nvi/dist/ex/ex_tag.c
cvs rdiff -u -r1.3 -r1.3.6.1 src/external/bsd/nvi/dist/ex/tag.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index