[Github-comments] [geany/geany] ctags: boolean to C99 bool conversion and vStringTerminate() removal (#1251)

Jiří Techet notifications at xxxxx
Sat Oct 1 22:41:19 UTC 2016


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.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/1251

-- Commit Summary --

  * ctags: Use bool definitions from stdbool.h
  * ctags: drop vStringTerminate()

-- File Changes --

    M HACKING (1)
    M ctags/main/args.c (12)
    M ctags/main/args.h (4)
    M ctags/main/entry.c (14)
    M ctags/main/entry.h (10)
    M ctags/main/general.h (12)
    M ctags/main/keyword.c (8)
    M ctags/main/kind.h (2)
    M ctags/main/lcpp.c (147)
    M ctags/main/lcpp.h (6)
    M ctags/main/lregex.c (51)
    M ctags/main/main.c (8)
    M ctags/main/main.h (2)
    M ctags/main/mio.c (44)
    M ctags/main/mio.h (4)
    M ctags/main/options.c (89)
    M ctags/main/options.h (68)
    M ctags/main/parse.c (93)
    M ctags/main/parse.h (24)
    M ctags/main/read.c (63)
    M ctags/main/read.h (14)
    M ctags/main/routines.c (69)
    M ctags/main/routines.h (10)
    M ctags/main/sort.c (6)
    M ctags/main/sort.h (4)
    M ctags/main/strlist.c (44)
    M ctags/main/strlist.h (12)
    M ctags/main/vstring.c (7)
    M ctags/main/vstring.h (3)
    M ctags/main/xtag.c (32)
    M ctags/main/xtag.h (8)
    M ctags/parsers/abaqus.c (11)
    M ctags/parsers/abc.c (23)
    M ctags/parsers/asciidoc.c (12)
    M ctags/parsers/asm.c (56)
    M ctags/parsers/basic.c (15)
    M ctags/parsers/c.c (459)
    M ctags/parsers/conf.c (17)
    M ctags/parsers/css.c (18)
    M ctags/parsers/diff.c (7)
    M ctags/parsers/docbook.c (17)
    M ctags/parsers/erlang.c (19)
    M ctags/parsers/fortran.c (215)
    M ctags/parsers/go.c (72)
    M ctags/parsers/haskell.c (9)
    M ctags/parsers/haxe.c (22)
    M ctags/parsers/jscript.c (186)
    M ctags/parsers/json.c (31)
    M ctags/parsers/latex.c (21)
    M ctags/parsers/lua.c (13)
    M ctags/parsers/make.c (44)
    M ctags/parsers/markdown.c (16)
    M ctags/parsers/matlab.c (10)
    M ctags/parsers/nsis.c (13)
    M ctags/parsers/objc.c (82)
    M ctags/parsers/pascal.c (72)
    M ctags/parsers/perl.c (79)
    M ctags/parsers/php.c (121)
    M ctags/parsers/powershell.c (46)
    M ctags/parsers/python.c (72)
    M ctags/parsers/r.c (8)
    M ctags/parsers/rest.c (15)
    M ctags/parsers/ruby.c (68)
    M ctags/parsers/rust.c (142)
    M ctags/parsers/sh.c (13)
    M ctags/parsers/sql.c (170)
    M ctags/parsers/tcl.c (13)
    M ctags/parsers/txt2tags.c (17)
    M ctags/parsers/verilog.c (39)
    M ctags/parsers/vhdl.c (45)

-- Patch Links --

https://github.com/geany/geany/pull/1251.patch
https://github.com/geany/geany/pull/1251.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1251
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161001/9da7b4e4/attachment.html>


More information about the Github-comments mailing list