History log of /netbsd-current/external/bsd/nvi/dist/ex/ex_cscope.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.8 12-Nov-2017 rin

Add missing encoding conversion before printing it.


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.7 26-Aug-2014 aymeric

missed setting TAG_IS_LINKED in a special case in my previous commit.
Bug reported by Brad Harder, thanks!


# 1.6 22-Aug-2014 aymeric

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.


Revision tags: tls-maxphys-base netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.5 26-Jan-2014 christos

branches: 1.5.4; 1.5.6; 1.5.8;
Fix RCSID's


# 1.4 27-Nov-2013 christos

CID 1132769: Fix memory leak


# 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