<p>This is a backport of two commits from universal-ctags which have a great potential to introduce conflicts: most importantly the use of C99 bool, true, false, but also the removal of vStringTerminate() which is not needed. Better to merge sooner than later.</p>
<hr>
<h4>You can view, comment on, or merge this pull request online at:</h4>
<p> <a href='https://github.com/geany/geany/pull/1251'>https://github.com/geany/geany/pull/1251</a></p>
<h4>Commit Summary</h4>
<ul>
<li>ctags: Use bool definitions from stdbool.h</li>
<li>ctags: drop vStringTerminate()</li>
</ul>
<h4>File Changes</h4>
<ul>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-0">HACKING</a>
(1)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-1">ctags/main/args.c</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-2">ctags/main/args.h</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-3">ctags/main/entry.c</a>
(14)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-4">ctags/main/entry.h</a>
(10)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-5">ctags/main/general.h</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-6">ctags/main/keyword.c</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-7">ctags/main/kind.h</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-8">ctags/main/lcpp.c</a>
(147)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-9">ctags/main/lcpp.h</a>
(6)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-10">ctags/main/lregex.c</a>
(51)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-11">ctags/main/main.c</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-12">ctags/main/main.h</a>
(2)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-13">ctags/main/mio.c</a>
(44)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-14">ctags/main/mio.h</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-15">ctags/main/options.c</a>
(89)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-16">ctags/main/options.h</a>
(68)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-17">ctags/main/parse.c</a>
(93)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-18">ctags/main/parse.h</a>
(24)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-19">ctags/main/read.c</a>
(63)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-20">ctags/main/read.h</a>
(14)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-21">ctags/main/routines.c</a>
(69)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-22">ctags/main/routines.h</a>
(10)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-23">ctags/main/sort.c</a>
(6)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-24">ctags/main/sort.h</a>
(4)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-25">ctags/main/strlist.c</a>
(44)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-26">ctags/main/strlist.h</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-27">ctags/main/vstring.c</a>
(7)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-28">ctags/main/vstring.h</a>
(3)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-29">ctags/main/xtag.c</a>
(32)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-30">ctags/main/xtag.h</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-31">ctags/parsers/abaqus.c</a>
(11)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-32">ctags/parsers/abc.c</a>
(23)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-33">ctags/parsers/asciidoc.c</a>
(12)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-34">ctags/parsers/asm.c</a>
(56)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-35">ctags/parsers/basic.c</a>
(15)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-36">ctags/parsers/c.c</a>
(459)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-37">ctags/parsers/conf.c</a>
(17)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-38">ctags/parsers/css.c</a>
(18)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-39">ctags/parsers/diff.c</a>
(7)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-40">ctags/parsers/docbook.c</a>
(17)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-41">ctags/parsers/erlang.c</a>
(19)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-42">ctags/parsers/fortran.c</a>
(215)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-43">ctags/parsers/go.c</a>
(72)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-44">ctags/parsers/haskell.c</a>
(9)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-45">ctags/parsers/haxe.c</a>
(22)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-46">ctags/parsers/jscript.c</a>
(186)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-47">ctags/parsers/json.c</a>
(31)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-48">ctags/parsers/latex.c</a>
(21)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-49">ctags/parsers/lua.c</a>
(13)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-50">ctags/parsers/make.c</a>
(44)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-51">ctags/parsers/markdown.c</a>
(16)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-52">ctags/parsers/matlab.c</a>
(10)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-53">ctags/parsers/nsis.c</a>
(13)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-54">ctags/parsers/objc.c</a>
(82)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-55">ctags/parsers/pascal.c</a>
(72)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-56">ctags/parsers/perl.c</a>
(79)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-57">ctags/parsers/php.c</a>
(121)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-58">ctags/parsers/powershell.c</a>
(46)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-59">ctags/parsers/python.c</a>
(72)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-60">ctags/parsers/r.c</a>
(8)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-61">ctags/parsers/rest.c</a>
(15)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-62">ctags/parsers/ruby.c</a>
(68)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-63">ctags/parsers/rust.c</a>
(142)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-64">ctags/parsers/sh.c</a>
(13)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-65">ctags/parsers/sql.c</a>
(170)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-66">ctags/parsers/tcl.c</a>
(13)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-67">ctags/parsers/txt2tags.c</a>
(17)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-68">ctags/parsers/verilog.c</a>
(39)
</li>
<li>
<strong>M</strong>
<a href="https://github.com/geany/geany/pull/1251/files#diff-69">ctags/parsers/vhdl.c</a>
(45)
</li>
</ul>
<h4>Patch Links:</h4>
<ul>
<li><a href='https://github.com/geany/geany/pull/1251.patch'>https://github.com/geany/geany/pull/1251.patch</a></li>
<li><a href='https://github.com/geany/geany/pull/1251.diff'>https://github.com/geany/geany/pull/1251.diff</a></li>
</ul>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1251">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJxiJiXmu883TaSsewsBeXPYcgB1pks5qvuGPgaJpZM4KL4iS">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-l8OVmfSNh2elDP8lIoMcfRLjTHks5qvuGPgaJpZM4KL4iS.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://github.com/geany/geany/pull/1251"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"ctags: boolean to C99 bool conversion and vStringTerminate() removal (#1251)"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany/pull/1251"}}}</script>