Masatake YAMATO

Results 140 issues of Masatake YAMATO

Today, I did `cd citre; git update`. Then, citre didn't work. I found that `citre-tags-file-alist` is gone. I have added more than 100 elements on the list... After some studying...

I should pull this request into two. ( This random should be removed from here: ``` input : "\n" L3781 match :'\n' main[ 0] / ^([a-zA-Z_][a-zA-Z_0-9]*)[ \t\n]*=([^=]|$)/ match :'\n' main[...

When releasing, I have to update the NEWS file. One important topic is how parsers are enhanced, with new kinds, roles, fields, and extras (KRFX). We have added and updated...

main: using regex for choosing a parser for the given file name This change extends --map- option to support regular expression matching with the full file name. The original --map-...

Close #2628. - [ ] improve the test coverage

Fix #4264. In d469bf986acc7837514680434e90bc6087fe2827, I should update the parser version to 2.2.

To simplify the release process, I'm trying to generate the parts of NEWS automatically. Various "versioning" related changes are for the goal. Though C++ parser introduces kinds and roles in...

next-release

input.cpp: ``` class C {}; namespace n { extern C c; } C n::c; ``` gcc accepts this. ``` $ ./ctags --options=NONE --sort=no --fields=+KZ -o - input.cpp ctags: Notice: No...

See https://cpprefjp.github.io/lang/cpp23/add_support_for_preprocessing_directives_elifdef_and_elifndef.html (Japanese)